Skip to content

Commit 44141b1

Browse files
committed
Merge branch 'hotfix/0.20.1'
2 parents ece91fc + eea5ebc commit 44141b1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [vNext]
88

9+
## [0.20.1] / 2019-06-02
10+
- Fixed MSBuild evaluation issues by updating NuGet.Packaging to v4.9.2
11+
912
## [0.20.0] / 2019-05-29
1013
- Changed `Solution.GetProject` to allow resolution from full path
1114
- Changed HTML execution plan to be shown left-to-right
@@ -366,7 +369,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
366369
- Added CLT tasks for Git
367370
- Fixed background color in console output
368371

369-
[vNext]: https://github.com/nuke-build/common/compare/0.20.0...HEAD
372+
[vNext]: https://github.com/nuke-build/common/compare/0.20.1...HEAD
373+
[0.20.1]: https://github.com/nuke-build/common/compare/0.20.0...0.20.1
370374
[0.20.0]: https://github.com/nuke-build/common/compare/0.19.2...0.20.0
371375
[0.19.2]: https://github.com/nuke-build/common/compare/0.19.1...0.19.2
372376
[0.19.1]: https://github.com/nuke-build/common/compare/0.19.0...0.19.1

source/Nuke.Common/Nuke.Common.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.9.20" />
2121
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />
2222
<PackageReference Include="Newtonsoft.Json" Version="10.*" />
23-
<PackageReference Include="NuGet.Packaging" Version="4.5.0" />
23+
<PackageReference Include="NuGet.Packaging" Version="4.9.2" />
2424
<PackageReference Include="Refit" Version="4.0.0" />
2525
<PackageReference Include="SharpZipLib" Version="1.1.0" />
2626
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />

0 commit comments

Comments
 (0)