Skip to content

Commit f17b706

Browse files
authored
Update RELEASE_NOTES.md for 1.5.30 release (#499)
1 parent ae61a64 commit f17b706

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## [1.5.30] / October 3rd 2024
2+
3+
* [Update Akka.NET to 1.5.29](https://github.com/akkadotnet/akka.net/releases/tag/1.5.30)
4+
* [Make sure that any exceptions thrown during start-up are logged and stops the application](https://github.com/akkadotnet/Akka.Hosting/pull/494)
5+
16
## [1.5.29] / October 1st 2024
27

8+
> [!NOTE]
9+
>
10+
> **Deprecated**
11+
>
12+
> Deprecated due to Akka.NET 1.5.29 deprecation. Please use 1.5.30 instead.
13+
314
* [Update Akka.NET to 1.5.29](https://github.com/akkadotnet/akka.net/releases/tag/1.5.29)
415
* [Make sure that any exceptions thrown during start-up are logged and stops the application](https://github.com/akkadotnet/Akka.Hosting/pull/494)
516

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<TestSdkVersion>17.11.1</TestSdkVersion>
2626
<CoverletVersion>6.0.2</CoverletVersion>
2727
<XunitRunneVisualstudio>2.8.1</XunitRunneVisualstudio>
28-
<AkkaVersion>1.5.29</AkkaVersion>
28+
<AkkaVersion>1.5.30</AkkaVersion>
2929
<MicrosoftExtensionsVersion>[6.0.0,)</MicrosoftExtensionsVersion>
3030
</PropertyGroup>
3131

0 commit comments

Comments
 (0)