diff --git a/CHANGELOG.md b/CHANGELOG.md index d0458b0a..2fc2ee02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Directory.Build.props b/Directory.Build.props index 5d500575..f8be46bd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -32,6 +32,7 @@ 1.4.4 1.4.4 1.4.4 + 0.5.1 2.4.1 2.4.1 2.4.1 diff --git a/build/templates/variables-template.yaml b/build/templates/variables-template.yaml index cc4a96f7..a700db7b 100644 --- a/build/templates/variables-template.yaml +++ b/build/templates/variables-template.yaml @@ -1,5 +1,5 @@ variables: majorVersion: '0' minorVersion: '6' - patchVersion: '2' + patchVersion: '3' vmImage: 'ubuntu-latest' \ No newline at end of file diff --git a/test/Akkatecture.MultiNodeTestRunner/Akkatecture.MultiNodeTestRunner.csproj b/test/Akkatecture.MultiNodeTestRunner/Akkatecture.MultiNodeTestRunner.csproj index b28daf38..11056fb9 100644 --- a/test/Akkatecture.MultiNodeTestRunner/Akkatecture.MultiNodeTestRunner.csproj +++ b/test/Akkatecture.MultiNodeTestRunner/Akkatecture.MultiNodeTestRunner.csproj @@ -20,7 +20,7 @@ - + diff --git a/test/Akkatecture.NodeTestRunner/Akkatecture.NodeTestRunner.csproj b/test/Akkatecture.NodeTestRunner/Akkatecture.NodeTestRunner.csproj index f93f604b..b20935ca 100644 --- a/test/Akkatecture.NodeTestRunner/Akkatecture.NodeTestRunner.csproj +++ b/test/Akkatecture.NodeTestRunner/Akkatecture.NodeTestRunner.csproj @@ -18,7 +18,7 @@ - +