Skip to content

Commit

Permalink
added 0.3.1 release notes (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jun 9, 2022
1 parent a563398 commit ed718fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## [0.3.0] / 24 May 2022
- [Add interfaces for the `ActorRegistry` to allow mocking in tests](https://github.com/akkadotnet/Akka.Hosting/pull/42)
- [Fixed: Akka.Hosting NRE upon shutdown](https://github.com/akkadotnet/Akka.Hosting/pull/49)
- [added throw-able `ActorRegistry.Register` method](https://github.com/akkadotnet/Akka.Hosting/pull/50)
- [Akka.Cluster.Hosting: adding `ClusterSingleton` hosting methods](https://github.com/akkadotnet/Akka.Hosting/pull/51)
## [0.3.1] / 09 June 2022
- [Fixed: WithDistributedPubSub throws NullReferenceException](https://github.com/akkadotnet/Akka.Hosting/issues/55)
- [Introduced `AddHoconFile` method](https://github.com/akkadotnet/Akka.Hosting/pull/58)
- [Upgraded to Akka.NET 1.4.39](https://github.com/akkadotnet/akka.net/releases/tag/1.4.39)
9 changes: 4 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<PropertyGroup>
<Copyright>Copyright © 2013-2022 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>0.3.0</VersionPrefix>
<PackageReleaseNotes>• [Add interfaces for the ActorRegistry to allow mocking in tests](https://github.com/akkadotnet/Akka.Hosting/pull/42)
• [Fixed: Akka.Hosting NRE upon shutdown](https://github.com/akkadotnet/Akka.Hosting/pull/49)
• [added throw-able ActorRegistry.Register method](https://github.com/akkadotnet/Akka.Hosting/pull/50)
• [Akka.Cluster.Hosting: adding ClusterSingleton hosting methods](https://github.com/akkadotnet/Akka.Hosting/pull/51)</PackageReleaseNotes>
<VersionPrefix>0.3.1</VersionPrefix>
<PackageReleaseNotes>• [Fixed: WithDistributedPubSub throws NullReferenceException](https://github.com/akkadotnet/Akka.Hosting/issues/55)
• [Introduced AddHoconFile method](https://github.com/akkadotnet/Akka.Hosting/pull/58)
• [Upgraded to Akka.NET 1.4.39](https://github.com/akkadotnet/akka.net/releases/tag/1.4.39)</PackageReleaseNotes>
<PackageIcon>akkalogo.png</PackageIcon>
<PackageProjectUrl>
https://github.com/akkadotnet/Akka.Hosting
Expand Down

0 comments on commit ed718fd

Please sign in to comment.