Skip to content

Commit 34333d6

Browse files
upgraded to Akka.NET v1.5 (#171)
1 parent 57f8b9f commit 34333d6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 1.5.0 March 02 2023
2+
3+
* [Updated Akka.NET to 1.5.0](https://github.com/akkadotnet/akka.net/releases/tag/1.5.0)
4+
15
#### 1.5.0-beta1 February 21 2023
26

37
* [Updated Akka.NET to 1.5.0-beta1](https://github.com/akkadotnet/akka.net/releases/tag/1.5.0)

src/common.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-2023 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.0.0</VersionPrefix>
5+
<VersionPrefix>1.5.0</VersionPrefix>
66
<PackageIconUrl>https://getakka.net/images/akkalogo.png</PackageIconUrl>
77
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
88
<PackageLicenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl>
@@ -24,14 +24,14 @@
2424
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
2525
<FluentAssertionsVersion>6.6.0</FluentAssertionsVersion>
2626
<FsCheckVersion>2.16.5</FsCheckVersion>
27-
<AkkaVersion>1.5.0-beta3</AkkaVersion>
27+
<AkkaVersion>1.5.0</AkkaVersion>
2828
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>
2929
</PropertyGroup>
3030
<PropertyGroup>
3131
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
3232
</PropertyGroup>
3333
<PropertyGroup>
34-
<PackageReleaseNotes>- Fix [result folder clearing, add documentation](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/pull/95)</PackageReleaseNotes>
34+
<PackageReleaseNotes>[Updated Akka.NET to 1.5.0](https://github.com/akkadotnet/akka.net/releases/tag/1.5.0)</PackageReleaseNotes>
3535
</PropertyGroup>
3636
<!-- SourceLink support for all Akka.NET projects -->
3737
<ItemGroup>

0 commit comments

Comments
 (0)