Skip to content

Commit

Permalink
upped the cluster test version and added the version to build props
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutando committed Apr 10, 2020
1 parent 33963fe commit 0035710
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [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.1

## [0.6.2] - 2020-03-18

### Changed
- Licensing year to include 2020
- Upgraded to Akka.NET v1.4.2
Expand Down
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<AkkaTestKitVersion>1.4.4</AkkaTestKitVersion>
<AkkaClusterTestKitVersion>1.4.4</AkkaClusterTestKitVersion>
<AkkaTestKitXunitVersion>1.4.4</AkkaTestKitXunitVersion>
<AkkatectureMultiNodeSharedVersion>0.5.1</AkkatectureMultiNodeSharedVersion>
<XunitVersion>2.4.1</XunitVersion>
<XunitRunnerVSVersion>2.4.1</XunitRunnerVSVersion>
<XunitRunnerUtilityVersion>2.4.1</XunitRunnerUtilityVersion>
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: '2'
patchVersion: '3'
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.5.0" />
<PackageReference Include="Akkatecture.MultiNode.Shared" Version="$(AkkatectureMultiNodeSharedVersion)" />
</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.5.0" />
<PackageReference Include="Akkatecture.MultiNode.Shared" Version="$(AkkatectureMultiNodeSharedVersion)" />
<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 0035710

Please sign in to comment.