Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update Akka to 1.4.1 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Mar 11, 2020
1 parent ca77c9c commit 8e03de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#### 0.6.0-rc2 March 10 2020 ###
* Using Akka.NET v1.4.0-rc3 internally.
#### 0.6.0 March 10 2020 ###
* Using Akka.NET v1.4.1 internally.
4 changes: 2 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Copyright>Copyright © 2015-2020 Petabridge</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.6.0</VersionPrefix>
<PackageReleaseNotes>Using Akka.NET v1.4.0-rc1 internally.</PackageReleaseNotes>
<PackageReleaseNotes>Using Akka.NET v1.4.1 internally.</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<PackageProjectUrl>
https://github.com/petabridge/Petabridge.Tracing.Zipkin
Expand All @@ -15,7 +15,7 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AkkaVersion>1.4.1-rc3</AkkaVersion>
<AkkaVersion>1.4.1</AkkaVersion>
<XunitVersion>2.4.1</XunitVersion>
<NBenchVersion>2.0.1</NBenchVersion>
<TestSdkVersion>16.5.0</TestSdkVersion>
Expand Down

0 comments on commit 8e03de8

Please sign in to comment.