File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Copyright >Copyright © 2013-2024 Akka.NET Project</Copyright >
4
4
<NoWarn >$(NoWarn);CS1591;NU1701;CA1707;</NoWarn >
5
- <VersionPrefix >1.5.20 </VersionPrefix >
5
+ <VersionPrefix >1.5.25 </VersionPrefix >
6
6
<Authors >Akka.NET Team</Authors >
7
7
<PackageProjectUrl >https://github.com/akkadotnet/Akka.Persistence.EventStore</PackageProjectUrl >
8
8
<PackageReleaseNotes >Serialization changes to match 1.4 API
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4
- <AkkaVersion >1.5.20 </AkkaVersion >
5
- <EventStoreVersion >23.2.1 </EventStoreVersion >
6
- <XunitVersion >2.8.0 </XunitVersion >
7
- <TestSdkVersion >17.9 .0</TestSdkVersion >
4
+ <AkkaVersion >1.5.25 </AkkaVersion >
5
+ <EventStoreVersion >23.3.3 </EventStoreVersion >
6
+ <XunitVersion >2.8.1 </XunitVersion >
7
+ <TestSdkVersion >17.10 .0</TestSdkVersion >
8
8
</PropertyGroup >
9
9
<!-- Akka.NET Package Versions -->
10
10
<ItemGroup >
26
26
<PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.0" />
27
27
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
28
28
<PackageVersion Include =" xunit" Version =" $(XunitVersion)" />
29
- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.0 " >
29
+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" $(XunitVersion) " >
30
30
<PrivateAssets >all</PrivateAssets >
31
31
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
32
32
</PackageVersion >
Original file line number Diff line number Diff line change
1
+ #### 1.5.25 June 18 2024 ####
2
+ Upgrade Akka to version 1.5.25
3
+ Upgrade EventStore to version 23.3.3
4
+
1
5
#### 1.5.20 May 9 2024 ####
2
6
This is a patch release with some minor refactoring and updates to dependencies.
3
7
You can’t perform that action at this time.
0 commit comments