Skip to content

Commit

Permalink
Merge pull request #117 from akkadotnet/dev
Browse files Browse the repository at this point in the history
1.4.10 Release
  • Loading branch information
Aaronontheweb authored Oct 28, 2020
2 parents 5ae93b5 + 9a513ac commit f9d8f5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#### 1.4.8 June 23 2020 ####
#### 1.4.10 October 28 2020 ####

* Updated to [Akka.NET v1.4.8](https://github.com/akkadotnet/akka.net/releases/tag/1.4.8)
* Support for exceptions logging in non-error log levels [#109](https://github.com/akkadotnet/Akka.Logger.Serilog/pull/109)

#### 1.4.3 March 27 2020 ####
* Updated Akka.Logger.Serilog to [Akka.NET v1.4.3](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
* Updated to [Akka.NET v1.4.10](https://github.com/akkadotnet/akka.net/releases/tag/1.4.10)
* Updated to Serilog 2.10.0
2 changes: 1 addition & 1 deletion src/Akka.Logger.Serilog/Akka.Logger.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Akka" Version="$(AkkaVersion)" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>16.6.1</TestSdkVersion>
<TestSdkVersion>16.7.1</TestSdkVersion>
<NBenchVersion>2.0.1</NBenchVersion>
<AkkaVersion>1.4.8</AkkaVersion>
<AkkaVersion>1.4.10</AkkaVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
Expand Down

0 comments on commit f9d8f5d

Please sign in to comment.