Skip to content

Commit

Permalink
V1.4.1 rc3 update (#82) (#83)
Browse files Browse the repository at this point in the history
* added 0.5.0-rc2 release notes

* upgraded to Akka.NET v1.4.1-rc3
  • Loading branch information
Aaronontheweb authored Mar 10, 2020
1 parent 38c258f commit b4fdd58
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#### 0.5.0-rc1 March 03 2020 ####
* Updated Akka.NET to v1.4.1-rc1
#### 0.5.0-rc2 March 10 2020 ####
* Updated Akka.NET to v1.4.1-rc3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Linq;
using Akka.Actor;
using Akka.Configuration;
using Hocon;

namespace Akka.Persistence.Extras.Demo.PersistenceSupervisor
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using Akka.Persistence.Extras;
using Akka.Util.Internal;
using NBench;
using Hocon;

namespace Akka.AtLeastOnceDeliveryJournaling.Tests.Performance
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using Akka.Event;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.Extras.Tests.Supervision
{
Expand Down
1 change: 0 additions & 1 deletion src/Akka.Persistence.Extras/ExtraPersistence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Text;
using Akka.Actor;
using Akka.Configuration;
using Hocon;

namespace Akka.Persistence.Extras
{
Expand Down
4 changes: 2 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Copyright>Copyright © 2015-2020 Petabridge</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.5.0</VersionPrefix>
<PackageReleaseNotes>Updated Akka.NET to v1.4.1-rc1</PackageReleaseNotes>
<PackageReleaseNotes>Updated Akka.NET to v1.4.1-rc3</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<PackageProjectUrl>
https://devops.petabridge.com/articles/msgdelivery/
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TestSdkVersion>16.5.0</TestSdkVersion>
<AkkaVersion>1.4.1-rc1</AkkaVersion>
<AkkaVersion>1.4.1-rc3</AkkaVersion>
<NBenchVersion>2.0.1</NBenchVersion>
<XunitVersion>2.4.1</XunitVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
Expand Down

0 comments on commit b4fdd58

Please sign in to comment.