Skip to content

Commit 7b7e0ec

Browse files
change dev version number to 1.5-x (#5856)
1 parent 5233233 commit 7b7e0ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 1.5.0-beta1 April 20 2022 ####
2+
**Placeholder for first beta release of Akka.NET v1.5**
3+
14
#### 1.4.37 April 14 2022 ####
25
Akka.NET v1.4.37 is a minor release that contains some minor bug fixes.
36

src/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-2021 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.4.34</VersionPrefix>
5+
<VersionPrefix>1.5.0</VersionPrefix>
66
<PackageIcon>akkalogo.png</PackageIcon>
77
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
88
<PackageLicenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl>
@@ -34,7 +34,7 @@
3434
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
3535
</PropertyGroup>
3636
<PropertyGroup>
37-
<PackageReleaseNotes>Placeholder for nightlies**</PackageReleaseNotes>
37+
<PackageReleaseNotes>Placeholder for first beta release of Akka.NET v1.5**</PackageReleaseNotes>
3838
</PropertyGroup>
3939
<!-- SourceLink support for all Akka.NET projects -->
4040
<ItemGroup>

0 commit comments

Comments
 (0)