Skip to content

Commit 4b1bb54

Browse files
Merge pull request #94 from akkadotnet/dev
v1.4.1-RC3 Release
2 parents 53248e4 + e3fb189 commit 4b1bb54

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
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-RC1 March 02 2020 ####
2-
* Updated Serilog to [Akka.NET v1.4.1-RC1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
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)

src/Akka.Logger.Serilog.Tests/ForContextSpecs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using Akka.Configuration;
88
using Akka.Event;
99
using FluentAssertions;
10-
using Hocon;
1110
using Serilog;
1211
using Serilog.Core;
1312
using Serilog.Events;

src/Akka.Logger.Serilog.Tests/SerilogFormattingSpecs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using Akka.Configuration;
44
using Akka.Event;
55
using FluentAssertions;
6-
using Hocon;
76
using Serilog;
87
using Xunit;
98
using Xunit.Abstractions;

src/common.props

Lines changed: 3 additions & 3 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-RC1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
6+
<PackageReleaseNotes>Updated Serilog to [Akka.NET v1.4.1-RC2](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,12 +14,12 @@
1414
<XunitVersion>2.4.1</XunitVersion>
1515
<TestSdkVersion>16.5.0</TestSdkVersion>
1616
<NBenchVersion>2.0.1</NBenchVersion>
17-
<AkkaVersion>1.4.1-rc1</AkkaVersion>
17+
<AkkaVersion>1.4.1-rc3</AkkaVersion>
1818
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
1919
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
2020
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
2121
</PropertyGroup>
22-
<PropertyGroup>
22+
<PropertyGroup>
2323
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->

0 commit comments

Comments
 (0)