Skip to content

Commit 2fc98b5

Browse files
V1.5.37.1 release notes (#571)
* added v1.5.37.1 release notes * added link to PR
1 parent aa8344e commit 2fc98b5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Directory.Build.props

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-2025 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.5.33</VersionPrefix>
6-
<PackageReleaseNotes>* [Bump Akka.NET to 1.5.33](https://github.com/akkadotnet/akka.net/releases/tag/1.5.33)
7-
* Resolved `nullability` issues with Akka.Hosting.TestKit APIs</PackageReleaseNotes>
5+
<VersionPrefix>1.5.37.1</VersionPrefix>
6+
<PackageReleaseNotes>* [Akka.Hosting.TestKit: Fixed issue with `xUnitLogger` throwing `NotImplementedException` when used with scoped logging](https://github.com/akkadotnet/Akka.Hosting/pull/570).</PackageReleaseNotes>
87
<PackageIcon>akkalogo.png</PackageIcon>
98
<PackageProjectUrl>
109
https://github.com/akkadotnet/Akka.Hosting
@@ -46,4 +45,4 @@
4645
<IncludeSymbols>true</IncludeSymbols>
4746
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4847
</PropertyGroup>
49-
</Project>
48+
</Project>

RELEASE_NOTES.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#### 1.5.37 January 23rd 2025 ####
1+
#### 1.5.37.1 February 5th 2024 ####
22

3-
Moving all of our BCL dependencies to 8.0 created issues for our .NET 6-9 users when adopting Akka.NET packages that only targeted .NET Standard, so for the time being we're normalizing everything back to 6.0
4-
5-
* [Bump Akka.NET to 1.5.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)
3+
* [Akka.Hosting.TestKit: Fixed issue with `xUnitLogger` throwing `NotImplementedException` when used with scoped logging](https://github.com/akkadotnet/Akka.Hosting/pull/570).

0 commit comments

Comments
 (0)