Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit fa2aa49

Browse files
Updates for 0.4.0 release (#85) (#86)
Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
1 parent 1cf1002 commit fa2aa49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE_NOTES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#### 0.4.0-rc3 March 10 2020 ####
2-
* Upgraded to [Akka.NET v1.4.1-rc3](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
1+
#### 0.4.0 March 12 2020 ####
2+
* Upgraded to [Akka.NET v1.4.1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)

src/common.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Copyright>Copyright © 2015-2020 Petabridge®</Copyright>
44
<Authors>Petabridge</Authors>
55
<VersionPrefix>0.4.0</VersionPrefix>
6-
<PackageReleaseNotes>Upgraded to [Akka.NET v1.4.1-rc3](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
6+
<PackageReleaseNotes>Upgraded to [Akka.NET v1.4.1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
77
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
88
<PackageProjectUrl>https://github.com/petabridge/akkadotnet-bootstrap</PackageProjectUrl>
99
<PackageLicenseUrl>https://github.com/petabridge/akkadotnet-bootstrap/blob/master/LICENSE</PackageLicenseUrl>
@@ -24,7 +24,7 @@
2424
<NetCoreTestVersion>netcoreapp2.1</NetCoreTestVersion>
2525
<NetStandardVersion>netstandard2.0</NetStandardVersion>
2626
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
27-
<AkkaVersion>1.3.18</AkkaVersion>
27+
<AkkaVersion>1.4.1</AkkaVersion>
2828
<SourceLinkVersion>1.0.0</SourceLinkVersion>
2929
</PropertyGroup>
3030
</Project>

0 commit comments

Comments
 (0)