Skip to content

Commit eeb8120

Browse files
author
COPACOINT\arjens
committed
Update to serilog 2.4
1 parent 8b90b5b commit eeb8120

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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.3.0
5+
Targets Serilog 2.4.0

RELEASE_NOTES.md

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

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

66
#### 1.1.2 September 26 2016 ####
77

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)