Skip to content

Commit

Permalink
Merge pull request #59 from petabridge/dev
Browse files Browse the repository at this point in the history
Akka.NET v1.4.1-RC3 upgrade
  • Loading branch information
Aaronontheweb authored Mar 10, 2020
2 parents c5a1e4d + 9655d17 commit a2cc5ac
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#### 0.3-rc1 March 3rd 2020 ####
#### 0.3-rc2 March 10 2020 ####
**Bumped Akka version**
Bumped Akka version to 1.4.1-rc1
Bumped Akka version to 1.4.1-rc3
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
using FluentAssertions;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.HealthCheck.Tests
{
Expand Down
1 change: 0 additions & 1 deletion src/Akka.HealthCheck.Tests/AkkaHealthCheckSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using Akka.HealthCheck.Readiness;
using FluentAssertions;
using Xunit;
using Hocon;

namespace Akka.HealthCheck.Tests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using Akka.HealthCheck.Transports.Sockets;
using FluentAssertions;
using Xunit;
using Hocon;

namespace Akka.HealthCheck.Tests.Configuration
{
Expand Down
1 change: 0 additions & 1 deletion src/Akka.HealthCheck.Tests/LiveNessProbeSpecBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using FluentAssertions;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.HealthCheck.Tests
{
Expand Down
1 change: 0 additions & 1 deletion src/Akka.HealthCheck.Tests/ReadinessProbeSpecBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using FluentAssertions;
using Xunit;
using Xunit.Abstractions;
using Hocon;

namespace Akka.HealthCheck.Tests
{
Expand Down
1 change: 0 additions & 1 deletion src/Akka.HealthCheck/Configuration/HealthCheckSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using Akka.HealthCheck.Transports;
using Akka.HealthCheck.Transports.Files;
using Akka.HealthCheck.Transports.Sockets;
using Hocon;

namespace Akka.HealthCheck.Configuration
{
Expand Down
12 changes: 10 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Petabridge</Authors>
<VersionPrefix>0.3</VersionPrefix>
<PackageReleaseNotes>Bumped Akka version**
Bumped Akka version to 1.4.1-rc1</PackageReleaseNotes>
Bumped Akka version to 1.4.1-rc3</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/petabridge/akkadotnet-healthcheck</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/petabridge/akkadotnet-healthchec/blob/master/LICENSE</PackageLicenseUrl>
Expand All @@ -14,7 +14,15 @@ Bumped Akka version to 1.4.1-rc1</PackageReleaseNotes>
<NBenchVersion>1.2.2</NBenchVersion>
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>16.5.0</TestSdkVersion>
<AkkaVersion>1.4.1-rc1</AkkaVersion>
<AkkaVersion>1.4.1-rc3</AkkaVersion>
</PropertyGroup>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit a2cc5ac

Please sign in to comment.