Skip to content

Commit 505a4c0

Browse files
authored
Merge pull request #22 from Danthar/master
Updated readme
2 parents 6639609 + 4c46304 commit 505a4c0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
This is the Serilog integration plugin for Akka.NET. Please check out our [documentation](http://getakka.net/docs/Serilog) on how to get the most out of this plugin.
44

5-
Targets Serilog 2.2.1
5+
Targets Serilog 2.4.0
6+

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#### 1.1.3 Januari 26 2017 ####
22

33
Support for Akka 1.1.3
4-
Update to Serilog 2.3.0
4+
5+
Update to Serilog 2.4.0
56

67
#### 1.1.2 September 26 2016 ####
78

src/Akka.Logger.Serilog/Akka.Logger.Serilog.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
42-
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Serilog.2.3.0\lib\net45\Serilog.dll</HintPath>
42+
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10">
43+
<HintPath>..\Packages\Serilog.2.4.0\lib\net45\Serilog.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="System" />

src/Akka.Logger.Serilog/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="Akka" version="1.1.3" targetFramework="net45" />
44
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
5-
<package id="Serilog" version="2.3.0" targetFramework="net45" />
5+
<package id="Serilog" version="2.4.0" targetFramework="net45" />
66
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net45" />
77
</packages>

0 commit comments

Comments
 (0)