Skip to content

Commit b486348

Browse files
added v1.5.6.1 release notes (#307)
1 parent 3dcde9d commit b486348

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

RELEASE_NOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.5.6.1] / 17 May 2023
2+
3+
* [Akka.Hosting now throws `PlatformNotSupportedException`](https://github.com/akkadotnet/Akka.Hosting/pull/293) when attempting to run on Maui, due to https://github.com/dotnet/maui/issues/2244. Maui support will be added in https://github.com/akkadotnet/Akka.Hosting.Maui
4+
* [make `AkkaHostedService` `public` + `virtual` so it can be extended and customized](https://github.com/akkadotnet/Akka.Hosting/pull/306) - advanced feature.
5+
16
## [1.5.6] / 10 May 2023
27

38
* [Update Akka.NET to 1.5.6](https://github.com/akkadotnet/akka.net/releases/tag/1.5.6)

src/Directory.Build.props

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-2023 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.5.6</VersionPrefix>
6-
<PackageReleaseNotes>• [Update Akka.NET to 1.5.6](https://github.com/akkadotnet/akka.net/releases/tag/1.5.6)</PackageReleaseNotes>
5+
<VersionPrefix>1.5.6.1</VersionPrefix>
6+
<PackageReleaseNotes>• [Akka.Hosting now throws PlatformNotSupportedException](https://github.com/akkadotnet/Akka.Hosting/pull/293) when attempting to run on Maui%2C due to https://github.com/dotnet/maui/issues/2244. Maui support will be added in https://github.com/akkadotnet/Akka.Hosting.Maui
7+
• [make AkkaHostedService public • virtual so it can be extended and customized](https://github.com/akkadotnet/Akka.Hosting/pull/306) • advanced feature.</PackageReleaseNotes>
78
<PackageIcon>akkalogo.png</PackageIcon>
89
<PackageProjectUrl>
910
https://github.com/akkadotnet/Akka.Hosting

0 commit comments

Comments
 (0)