@@ -5,14 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ vNext]
8+
9+ ## [ 9.0.2] / 2024-12-03
810- Fixed MSBuild tasks to use ` net8.0 ` target framework
911- Fixed error handling in ` :update ` command
12+ - Fixed resolving tool path from options
1013- Fixed nullable options for ` ToolTasks.Run `
11- - Fixed skipping null and whitespaces arguments
14+ - Fixed nullable underlying dictionary for delegate properties
15+ - Fixed skipping null and whitespace arguments
1216- Fixed tool requirements
1317- Fixed NPM tool path resolution
1418- Fixed logging errors as standard in ` GitTasks ` and ` DockerTasks `
1519- Fixed argument format in ` DotNetTasks `
20+ - Fixed nullable ` Plugins ` dictionary in ` ReSharperTasks `
1621
1722## [ 9.0.1] / 2024-11-21
1823- Fixed ` Options ` serialization to JSON
@@ -1191,7 +1196,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11911196- Added CLT tasks for Git
11921197- Fixed background color in console output
11931198
1194- [ vNext ] : https://github.com/nuke-build/nuke/compare/9.0.1...HEAD
1199+ [ vNext ] : https://github.com/nuke-build/nuke/compare/9.0.2...HEAD
1200+ [ 9.0.2 ] : https://github.com/nuke-build/nuke/compare/9.0.1...9.0.2
11951201[ 9.0.1 ] : https://github.com/nuke-build/nuke/compare/9.0.0...9.0.1
11961202[ 9.0.0 ] : https://github.com/nuke-build/nuke/compare/8.1.4...9.0.0
11971203[ 8.1.4 ] : https://github.com/nuke-build/nuke/compare/8.1.3...8.1.4
0 commit comments