Skip to content

Commit

Permalink
Updated dependencies (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasJakobsson authored Jun 18, 2024
1 parent 0d59f13 commit b0c086e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Copyright>Copyright © 2013-2024 Akka.NET Project</Copyright>
<NoWarn>$(NoWarn);CS1591;NU1701;CA1707;</NoWarn>
<VersionPrefix>1.5.20</VersionPrefix>
<VersionPrefix>1.5.25</VersionPrefix>
<Authors>Akka.NET Team</Authors>
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Persistence.EventStore</PackageProjectUrl>
<PackageReleaseNotes>Serialization changes to match 1.4 API
Expand Down
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<AkkaVersion>1.5.20</AkkaVersion>
<EventStoreVersion>23.2.1</EventStoreVersion>
<XunitVersion>2.8.0</XunitVersion>
<TestSdkVersion>17.9.0</TestSdkVersion>
<AkkaVersion>1.5.25</AkkaVersion>
<EventStoreVersion>23.3.3</EventStoreVersion>
<XunitVersion>2.8.1</XunitVersion>
<TestSdkVersion>17.10.0</TestSdkVersion>
</PropertyGroup>
<!-- Akka.NET Package Versions -->
<ItemGroup>
Expand All @@ -26,7 +26,7 @@
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageVersion Include="xunit" Version="$(XunitVersion)" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0">
<PackageVersion Include="xunit.runner.visualstudio" Version="$(XunitVersion)">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.5.25 June 18 2024 ####
Upgrade Akka to version 1.5.25
Upgrade EventStore to version 23.3.3

#### 1.5.20 May 9 2024 ####
This is a patch release with some minor refactoring and updates to dependencies.

Expand Down

0 comments on commit b0c086e

Please sign in to comment.