Skip to content

Commit

Permalink
Merge pull request #147 from akkadotnet/dev
Browse files Browse the repository at this point in the history
V1.4.1 rc3 update (#146)
  • Loading branch information
Aaronontheweb authored Mar 10, 2020
2 parents 55502de + a668f8c commit 65dfdad
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 20 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 ####
* Upgrades to Akka.NET v1.4.1-rc1
#### 1.4.1-rc3 March 10 2020 ####
* Upgrades to Akka.NET v1.4.1-rc3
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Akka.Persistence.TCK.Query;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Batching
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Akka.Persistence.TCK.Query;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Batching
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Persistence.TCK.Journal;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Batching
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Akka.Persistence.TCK.Query;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Batching
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Akka.Persistence.TCK.Query;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Query
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Akka.Persistence.TCK.Query;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Query
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Akka.Persistence.TCK.Query;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Query
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Persistence.TCK.Serialization;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Serialization
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Persistence.TCK.Serialization;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests.Serialization
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using Akka.Persistence.TCK.Journal;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Akka.Dispatch;
using FluentAssertions;
using Xunit;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Persistence.TCK.Snapshot;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.Persistence.SqlServer.Tests
{
Expand Down
1 change: 0 additions & 1 deletion src/Akka.Persistence.SqlServer/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Akka.Actor;
using Akka.Configuration;
using Akka.Persistence.Sql.Common;
using Hocon;

namespace Akka.Persistence.SqlServer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using System.Data.SqlClient;
using Akka.Configuration;
using Akka.Persistence.Sql.Common.Journal;
using Hocon;

namespace Akka.Persistence.SqlServer.Journal
{
Expand Down
1 change: 0 additions & 1 deletion src/Akka.Persistence.SqlServer/Journal/SqlServerJournal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Data.SqlClient;
using Akka.Configuration;
using Akka.Persistence.Sql.Common.Journal;
using Hocon;

namespace Akka.Persistence.SqlServer.Journal
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Data.SqlClient;
using Akka.Configuration;
using Akka.Persistence.Sql.Common.Snapshot;
using Hocon;

namespace Akka.Persistence.SqlServer.Snapshot
{
Expand Down
4 changes: 2 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Persistence.SqlServer</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/Akka.Persistence.SqlServer/blob/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>Upgrades to Akka.NET v1.4.1-rc1</PackageReleaseNotes>
<PackageReleaseNotes>Upgrades to Akka.NET v1.4.1-rc3</PackageReleaseNotes>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<AkkaVersion>1.4.1-rc1</AkkaVersion>
<AkkaVersion>1.4.1-rc3</AkkaVersion>
<TestSdkVersion>16.5.0</TestSdkVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
Expand Down

0 comments on commit 65dfdad

Please sign in to comment.