File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
5
#### 1.5.0-beta1 February 21 2023
2
6
3
7
* [ Updated Akka.NET to 1.5.0-beta1] ( https://github.com/akkadotnet/akka.net/releases/tag/1.5.0 )
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Copyright >Copyright © 2013-2023 Akka.NET Team</Copyright >
4
4
<Authors >Akka.NET Team</Authors >
5
- <VersionPrefix >1.0 .0</VersionPrefix >
5
+ <VersionPrefix >1.5 .0</VersionPrefix >
6
6
<PackageIconUrl >https://getakka.net/images/akkalogo.png</PackageIconUrl >
7
7
<PackageProjectUrl >https://github.com/akkadotnet/akka.net</PackageProjectUrl >
8
8
<PackageLicenseUrl >https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl >
24
24
<NetStandardLibVersion >netstandard2.0</NetStandardLibVersion >
25
25
<FluentAssertionsVersion >6.6.0</FluentAssertionsVersion >
26
26
<FsCheckVersion >2.16.5</FsCheckVersion >
27
- <AkkaVersion >1.5.0-beta3 </AkkaVersion >
27
+ <AkkaVersion >1.5.0</AkkaVersion >
28
28
<AkkaPackageTags >akka;actors;actor model;Akka;concurrency</AkkaPackageTags >
29
29
</PropertyGroup >
30
30
<PropertyGroup >
31
31
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
32
32
</PropertyGroup >
33
33
<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 >
35
35
</PropertyGroup >
36
36
<!-- SourceLink support for all Akka.NET projects -->
37
37
<ItemGroup >
You can’t perform that action at this time.
0 commit comments