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

Commit

Permalink
0.6.0-rc2 release (#149) (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Mar 10, 2020
1 parent d6de8e3 commit 5472abc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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-rc1 March 02 2020 ###
* Using Akka.NET v1.4.0-rc1 internally.
#### 0.6.0-rc2 March 10 2020 ###
* Using Akka.NET v1.4.0-rc3 internally.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Actor;
using Akka.Configuration;
using Akka.Util.Internal;
using Hocon;

namespace Petabridge.Tracing.Zipkin.Reporting.Http
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using Akka.Actor;
using Akka.Configuration;
using Akka.Util.Internal;
using Hocon;

namespace Petabridge.Tracing.Zipkin.Reporting.Kafka
{
Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AkkaVersion>1.4.1-rc1</AkkaVersion>
<AkkaVersion>1.4.1-rc3</AkkaVersion>
<XunitVersion>2.4.1</XunitVersion>
<NBenchVersion>2.0.1</NBenchVersion>
<TestSdkVersion>16.5.0</TestSdkVersion>
Expand Down

0 comments on commit 5472abc

Please sign in to comment.