Skip to content

Commit 3fb1513

Browse files
Update Akka to 1.4.1 (#95) (#96)
Co-authored-by: Gregorius Soedharmo <[email protected]>
1 parent 4b1bb54 commit 3fb1513

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#### 1.4.1-rc3 March 10 2020 ####
2-
* Updated Serilog to [Akka.NET v1.4.1-rc3](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
1+
#### 1.4.1 March 10 2020 ####
2+
* Updated Serilog to [Akka.NET v1.4.1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)

src/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PackageTags>akka;actors;actor model;Akka;concurrency;serilog</PackageTags>
44
<Copyright>Copyright © 2013-2018 Akka.NET Team</Copyright>
55
<Authors>Akka.NET Team</Authors>
6-
<PackageReleaseNotes>Updated Serilog to [Akka.NET v1.4.1-RC2](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
6+
<PackageReleaseNotes>Updated Serilog to [Akka.NET v1.4.1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
77
<VersionPrefix>1.4.1</VersionPrefix>
88
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
99
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Logger.Serilog</PackageProjectUrl>
@@ -14,7 +14,7 @@
1414
<XunitVersion>2.4.1</XunitVersion>
1515
<TestSdkVersion>16.5.0</TestSdkVersion>
1616
<NBenchVersion>2.0.1</NBenchVersion>
17-
<AkkaVersion>1.4.1-rc3</AkkaVersion>
17+
<AkkaVersion>1.4.1</AkkaVersion>
1818
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
1919
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
2020
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>

0 commit comments

Comments
 (0)