From 5f02cd2ca38c7daa580a2f2b64b6eb4424f30cc1 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Fri, 3 May 2019 15:23:30 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3844c402f..3b5d17c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [vNext] +- Changed MSBuild targets to be invoked with `Exec` task +- Changed `ProcessTasks` to avoid Mono when using WSL +- Added output for non-default working directories +- Added `GitVersion.VersionSourceSha` +- Added `ReportTypes.TeamCitySummary` +- Fixed parameter resolution to handle hyphens +- Fixed MSBuild resolution for Visual Studio 2019 +- Fixed issues when build has no default target defined ## [0.18.0] / 2019-03-24 - Changed `ParameterService` to strip dashes when resolving value @@ -146,7 +154,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed bootstrapping scripts to exit without closing PowerShell - Fixed expansion for Unix environment variables - Fixed separator for target parameters -- Fixed `ToolPathResolver` to resolve decidedly +- Fixed `ToolPathResolver` to resolve decidedly - Fixed `GitVersionTasks` to resolve based on `GitVersion.CommandLine.DotNetCore` package - Fixed `InjectionAttributeBase` to pass build instance - Fixed `ReflectionService` to be public to allow usage in addons @@ -154,7 +162,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.12.0] / 2018-11-15 - Changed `NukeBuild` properties to be static -- Changed `NukeBuild.RootDirectory` to allow resolution from parameter +- Changed `NukeBuild.RootDirectory` to allow resolution from parameter - Added package resolution for Paket - Added shell-completion for global tool - Added parameter resolution for `Enumeration` subclasses @@ -237,7 +245,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.6.1] / 2018-08-09 - Fixed global tool to have 'same as global tool' as fallback version -- Fixed PowerShell invocation to use `-ExecutionPolicy ByPass` and `-NoProfile` +- Fixed PowerShell invocation to use `-ExecutionPolicy ByPass` and `-NoProfile` ## [0.6.0] / 2018-08-05 - Removed setup scripts in favor of `:setup` command in global tool