Skip to content

Commit 1e23fe7

Browse files
authored
Merge pull request akkadotnet#47 from Aaronontheweb/fix-readme
Cleanedup readme and build system
2 parents 8b8f6fb + 64df91e commit 1e23fe7

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Akka.Logger.Serilog
22

3-
Update this readme file with your details.
3+
This is the Serilog integration plugin for Akka.NET. Please check out our [documentation](http://getakka.net/articles/utilities/serilog.html) on how to get the most out of this plugin.
4+
5+
Targets Serilog 2.6.0
46

57
## Building this solution
68
To run the build script associated with this solution, execute the following:

build.fsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ open Fake.DotNetCli
1010
open Fake.DocFxHelper
1111

1212
// Information about the project for Nuget and Assembly info files
13-
let product = "Petabridge.Monitoring.PCF"
14-
let authors = [ "Your name here" ]
15-
let copyright = "Copyright © 2017"
16-
let company = "Your name here"
17-
let description = "Your description here"
18-
let tags = ["";]
1913
let configuration = "Release"
2014

2115
// Read release notes and version
@@ -39,11 +33,6 @@ let outputTests = __SOURCE_DIRECTORY__ @@ "TestResults"
3933
let outputPerfTests = __SOURCE_DIRECTORY__ @@ "PerfResults"
4034
let outputNuGet = output @@ "nuget"
4135

42-
// Copied from original NugetCreate target
43-
let nugetDir = output @@ "nuget"
44-
let workingDir = output @@ "build"
45-
let nugetExe = FullName @"./tools/nuget.exe"
46-
4736
Target "Clean" (fun _ ->
4837
CleanDir output
4938
CleanDir outputTests

0 commit comments

Comments
 (0)