Skip to content

Commit

Permalink
Upped multinode test kit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutando committed Mar 18, 2020
1 parent fc0ec49 commit 9e79a87
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2020-03-18

### Changed
- Licensing year to include 2020
- Upgraded to Akka.NET v1.4.2
- Upgraded to MultiNode Test Kit to 0.5.0

## [0.6.1] - 2019-12-23

### Changed
- Made some internal fixes to cater for code scanning.

## [0.6.0] - 2019-11-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion build/templates/variables-template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
majorVersion: '0'
minorVersion: '6'
patchVersion: '1'
patchVersion: '2'
vmImage: 'ubuntu-latest'
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.utility" Version="$(XunitRunnerUtilityVersion)" />
<PackageReference Include="coverlet.msbuild" Version="$(CoverletMSBuildVersion)" />
<PackageReference Include="Akkatecture.MultiNode.Shared" Version="0.4.1" />
<PackageReference Include="Akkatecture.MultiNode.Shared" Version="0.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Akka.TestKit.Xunit2" Version="$(AkkaTestKitXunitVersion)" />
<PackageReference Include="xunit.runner.utility" Version="$(XunitRunnerUtilityVersion)" />
<PackageReference Include="coverlet.msbuild" Version="$(CoverletMSBuildVersion)" />
<PackageReference Include="Akkatecture.MultiNode.Shared" Version="0.4.1" />
<PackageReference Include="Akkatecture.MultiNode.Shared" Version="0.5.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 9e79a87

Please sign in to comment.