Skip to content

Commit 184bce9

Browse files
Update RELEASE_NOTES.md for 1.5.51 release (#530)
1 parent 2c9b529 commit 184bce9

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 1.5.51 October 1st 2025 ####
2+
3+
* [Update Akka.NET v1.5.51](https://github.com/akkadotnet/akka.net/releases/tag/1.5.51)
4+
* [Update Akka.Hosting v1.5.51](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.51)
5+
* [Fix obsolete WithJournal API usage in Akka.Hosting extension](https://github.com/petabridge/Akka.Persistence.Azure/pull/529)
6+
17
#### 1.5.49 September 15th 2025 ####
28

39
* [Update Akka.NET v1.5.49](https://github.com/akkadotnet/akka.net/releases/tag/1.5.45)

src/Directory.Generated.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.5.26</VersionPrefix>
4-
<PackageReleaseNotes>[Update Akka.NET v1.5.26](https://github.com/akkadotnet/akka.net/releases/tag/1.5.26)
5-
[Update Akka.Hosting v1.5.25](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.25)</PackageReleaseNotes>
3+
<VersionPrefix>1.5.51</VersionPrefix>
4+
<PackageReleaseNotes>* [Update Akka.NET v1.5.51](https://github.com/akkadotnet/akka.net/releases/tag/1.5.51)
5+
* [Update Akka.Hosting v1.5.51](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.51)
6+
* [Fix obsolete WithJournal API usage in Akka.Hosting extension](https://github.com/petabridge/Akka.Persistence.Azure/pull/529)</PackageReleaseNotes>
67
</PropertyGroup>
78
</Project>

0 commit comments

Comments
 (0)