Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Sep 9, 2021
2 parents c698dab + 6e99b09 commit 9f733ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.4.25 September 9 2021 ###
- Upgraded to [Akka.NET v1.4.25](https://github.com/akkadotnet/akka.net/releases/tag/1.4.25)

### 1.4.19 June 16 2021 ###

- [Bugfix: Snapshot manifest isn't serialized properly](https://github.com/akkadotnet/Akka.Persistence.PostgreSql/pull/92)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Docker.DotNet" Version="3.125.4" />
<PackageReference Include="Docker.DotNet" Version="3.125.5" />
<PackageReference Include="Akka.Persistence.Sql.TestKit" Version="$(AkkaVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
Expand Down
4 changes: 2 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<XunitRunnerVersion>2.4.3</XunitRunnerVersion>
<AkkaVersion>1.4.19</AkkaVersion>
<AkkaVersion>1.4.25</AkkaVersion>
<PostgresVersion>5.0.7</PostgresVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
<NetFrameworkVersion>net45</NetFrameworkVersion>
<TestSdkVersion>16.10.0</TestSdkVersion>
<TestSdkVersion>16.11.0</TestSdkVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetFrameworkTestVersion>net471</NetFrameworkTestVersion>
</PropertyGroup>
Expand Down

0 comments on commit 9f733ad

Please sign in to comment.