Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit c57876d

Browse files
authored
Bump Akka.NET to 1.5.1 and update RELEASE_NOTES.md for 1.5.1 (#190)
1 parent 6db3c42 commit c57876d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.5.1 March 16 2023 ###
2+
3+
* [Update Akka.NET to v1.5.1](https://github.com/akkadotnet/akka.net/releases/tag/1.5.1)
4+
15
### 1.5.0 March 2 2023 ###
26

37
Version 1.5.0 is the RTM release of Akka.Persistence.PostgreSql and Akka.NET v1.5.0 RTM integration.

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PropertyGroup>
1515
<XunitVersion>2.4.2</XunitVersion>
1616
<XunitRunnerVersion>2.4.5</XunitRunnerVersion>
17-
<AkkaVersion>1.5.0</AkkaVersion>
17+
<AkkaVersion>1.5.1</AkkaVersion>
1818
<PostgresLowVersion>5.0.11</PostgresLowVersion>
1919
<PostgresHighVersion>6.0.7</PostgresHighVersion>
2020
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>

0 commit comments

Comments
 (0)