Skip to content

Commit

Permalink
Merge branch 'hotfix/0.20.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jun 2, 2019
2 parents ece91fc + eea5ebc commit 44141b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [vNext]

## [0.20.1] / 2019-06-02
- Fixed MSBuild evaluation issues by updating NuGet.Packaging to v4.9.2

## [0.20.0] / 2019-05-29
- Changed `Solution.GetProject` to allow resolution from full path
- Changed HTML execution plan to be shown left-to-right
Expand Down Expand Up @@ -366,7 +369,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added CLT tasks for Git
- Fixed background color in console output

[vNext]: https://github.com/nuke-build/common/compare/0.20.0...HEAD
[vNext]: https://github.com/nuke-build/common/compare/0.20.1...HEAD
[0.20.1]: https://github.com/nuke-build/common/compare/0.20.0...0.20.1
[0.20.0]: https://github.com/nuke-build/common/compare/0.19.2...0.20.0
[0.19.2]: https://github.com/nuke-build/common/compare/0.19.1...0.19.2
[0.19.1]: https://github.com/nuke-build/common/compare/0.19.0...0.19.1
Expand Down
2 changes: 1 addition & 1 deletion source/Nuke.Common/Nuke.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.9.20" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />
<PackageReference Include="Newtonsoft.Json" Version="10.*" />
<PackageReference Include="NuGet.Packaging" Version="4.5.0" />
<PackageReference Include="NuGet.Packaging" Version="4.9.2" />
<PackageReference Include="Refit" Version="4.0.0" />
<PackageReference Include="SharpZipLib" Version="1.1.0" />
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
Expand Down

0 comments on commit 44141b1

Please sign in to comment.