Skip to content

Commit

Permalink
Merge pull request #94 from akkadotnet/dev
Browse files Browse the repository at this point in the history
v1.4.1-RC3 Release
  • Loading branch information
Aaronontheweb authored Mar 10, 2020
2 parents 53248e4 + e3fb189 commit 4b1bb54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#### 1.4.1-RC1 March 02 2020 ####
* Updated Serilog to [Akka.NET v1.4.1-RC1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
#### 1.4.1-rc3 March 10 2020 ####
* Updated Serilog to [Akka.NET v1.4.1-rc3](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
1 change: 0 additions & 1 deletion src/Akka.Logger.Serilog.Tests/ForContextSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Akka.Configuration;
using Akka.Event;
using FluentAssertions;
using Hocon;
using Serilog;
using Serilog.Core;
using Serilog.Events;
Expand Down
1 change: 0 additions & 1 deletion src/Akka.Logger.Serilog.Tests/SerilogFormattingSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Akka.Configuration;
using Akka.Event;
using FluentAssertions;
using Hocon;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down
6 changes: 3 additions & 3 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PackageTags>akka;actors;actor model;Akka;concurrency;serilog</PackageTags>
<Copyright>Copyright © 2013-2018 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<PackageReleaseNotes>Updated Serilog to [Akka.NET v1.4.1-RC1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
<PackageReleaseNotes>Updated Serilog to [Akka.NET v1.4.1-RC2](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
<VersionPrefix>1.4.1</VersionPrefix>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Logger.Serilog</PackageProjectUrl>
Expand All @@ -14,12 +14,12 @@
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>16.5.0</TestSdkVersion>
<NBenchVersion>2.0.1</NBenchVersion>
<AkkaVersion>1.4.1-rc1</AkkaVersion>
<AkkaVersion>1.4.1-rc3</AkkaVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
Expand Down

0 comments on commit 4b1bb54

Please sign in to comment.