File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ vNext]
8
8
9
+ ## [ 0.20.1] / 2019-06-02
10
+ - Fixed MSBuild evaluation issues by updating NuGet.Packaging to v4.9.2
11
+
9
12
## [ 0.20.0] / 2019-05-29
10
13
- Changed ` Solution.GetProject ` to allow resolution from full path
11
14
- 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.
366
369
- Added CLT tasks for Git
367
370
- Fixed background color in console output
368
371
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
370
374
[ 0.20.0 ] : https://github.com/nuke-build/common/compare/0.19.2...0.20.0
371
375
[ 0.19.2 ] : https://github.com/nuke-build/common/compare/0.19.1...0.19.2
372
376
[ 0.19.1 ] : https://github.com/nuke-build/common/compare/0.19.0...0.19.1
Original file line number Diff line number Diff line change 20
20
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 15.9.20" />
21
21
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.9.20" />
22
22
<PackageReference Include =" Newtonsoft.Json" Version =" 10.*" />
23
- <PackageReference Include =" NuGet.Packaging" Version =" 4.5.0 " />
23
+ <PackageReference Include =" NuGet.Packaging" Version =" 4.9.2 " />
24
24
<PackageReference Include =" Refit" Version =" 4.0.0" />
25
25
<PackageReference Include =" SharpZipLib" Version =" 1.1.0" />
26
26
<PackageReference Include =" System.Diagnostics.Process" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments