Skip to content

Commit

Permalink
added v1.5.6.1 release notes (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored May 17, 2023
1 parent 3dcde9d commit b486348
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.5.6.1] / 17 May 2023

* [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
* [make `AkkaHostedService` `public` + `virtual` so it can be extended and customized](https://github.com/akkadotnet/Akka.Hosting/pull/306) - advanced feature.

## [1.5.6] / 10 May 2023

* [Update Akka.NET to 1.5.6](https://github.com/akkadotnet/akka.net/releases/tag/1.5.6)
Expand Down
5 changes: 3 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<PropertyGroup>
<Copyright>Copyright © 2013-2023 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>1.5.6</VersionPrefix>
<PackageReleaseNotes>• [Update Akka.NET to 1.5.6](https://github.com/akkadotnet/akka.net/releases/tag/1.5.6)</PackageReleaseNotes>
<VersionPrefix>1.5.6.1</VersionPrefix>
<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
• [make AkkaHostedService public • virtual so it can be extended and customized](https://github.com/akkadotnet/Akka.Hosting/pull/306) • advanced feature.</PackageReleaseNotes>
<PackageIcon>akkalogo.png</PackageIcon>
<PackageProjectUrl>
https://github.com/akkadotnet/Akka.Hosting
Expand Down

0 comments on commit b486348

Please sign in to comment.