diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 67dbdf9d..5e3885a5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +## [1.5.7] / 23 May 2023 + +* [Update Akka.NET to 1.5.7](https://github.com/akkadotnet/akka.net/releases/tag/1.5.7) + ## [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 diff --git a/src/Akka.Hosting.API.Tests/Akka.Hosting.API.Tests.csproj b/src/Akka.Hosting.API.Tests/Akka.Hosting.API.Tests.csproj index a0ef02f9..14844abc 100644 --- a/src/Akka.Hosting.API.Tests/Akka.Hosting.API.Tests.csproj +++ b/src/Akka.Hosting.API.Tests/Akka.Hosting.API.Tests.csproj @@ -18,7 +18,7 @@ all - + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5e0682ba..67515322 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,4 +1,4 @@ - + Copyright © 2013-2023 Akka.NET Team Akka.NET Team @@ -24,9 +24,9 @@ net6.0 2.4.2 17.6.0 - 3.2.0 + 6.0.0 2.4.5 - 1.5.6 + 1.5.7 [3.0.0,) diff --git a/src/Examples/Akka.Hosting.LoggingDemo/Akka.Hosting.LoggingDemo.csproj b/src/Examples/Akka.Hosting.LoggingDemo/Akka.Hosting.LoggingDemo.csproj index 888d73c7..e713cca8 100644 --- a/src/Examples/Akka.Hosting.LoggingDemo/Akka.Hosting.LoggingDemo.csproj +++ b/src/Examples/Akka.Hosting.LoggingDemo/Akka.Hosting.LoggingDemo.csproj @@ -11,7 +11,7 @@ - +