Skip to content

Commit

Permalink
Merge pull request #198 from petabridge/dev
Browse files Browse the repository at this point in the history
v1.5.2 release
  • Loading branch information
Aaronontheweb authored Apr 3, 2021
2 parents 90ba394 + 1aee5eb commit bdc06ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#### 1.5.1 March 25 2021 ####
* Updated to use Akka.NET v1.4.18
* Upgrades to Petabridge.Cmd v0.8.3
#### 1.5.2 April 03 2021 ####
* Upgraded to [Akka.Bootstrap.Docker v0.5.1](https://github.com/petabridge/akkadotnet-bootstrap/releases/tag/0.5.1), which resolves issues with Akka.Cluster seed node bootstrapping for Lighthouse.
2 changes: 1 addition & 1 deletion src/Lighthouse/Lighthouse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />
<PackageReference Include="Akka.Bootstrap.Docker">
<Version>0.5.0</Version>
<Version>0.5.1</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Should resolve high idle CPU utilization issues detected in earlier versions of
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<MicrosoftSdkVersion>16.9.1</MicrosoftSdkVersion>
<MicrosoftSdkVersion>16.9.4</MicrosoftSdkVersion>
<FluentAssertionsVersion>5.10.3</FluentAssertionsVersion>
<NetCoreVersion>netcoreapp3.1</NetCoreVersion>
<NetStandardVersion>netstandard1.6</NetStandardVersion>
Expand Down

0 comments on commit bdc06ab

Please sign in to comment.