@@ -5,6 +5,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ vNext]
8
+ - Changed string parameters to violate requirement when empty or whitespace
9
+ - Added on-demand value injection using ` OnDemandAttribute ` and ` OnDemandValueInjectionAttribute `
10
+ - Added ` AbsolutePath ` division operator for ` .. ` range expression
11
+ - Added ` DOTNET_NOLOGO ` to bootstrapping files
12
+ - Fixed ` BinaryFormatterSerialization ` warning by suppression
13
+ - Fixed .NET SDK discovery in bootstrapping files
14
+ - Fixed exclusion of invoked targets from skipping
15
+ - Fixed quotation for bootstrapping script invocation
16
+ - Fixed filtering on ` FileAttributes `
17
+ - Fixed quoting in ` AppVeyor ` generation
18
+ - Fixed members in ` AzurePipelinesImage `
19
+ - Fixed members in ` GitHubActionsImage `
20
+ - Fixed lower-case naming in ` DotNetVerbosity ` members
21
+ - Fixed missing ` DotNetTasks ` commands
22
+ - Fixed missing ` EntityFrameworkTasks ` command
23
+ - Fixed logging in ` NpmTasks `
24
+ - Fixed argument type in ` OctopusTasks `
25
+ - Fixed missing argument in ` SonarScannerTasks `
26
+ - Fixed value formatting in ` SonarScannerTasks `
27
+ - Fixed members in ` NUnitLabelType `
28
+ - Fixed deprecated argument in ` NUnitTasks `
29
+ - Fixed members in ` ReportGeneratorReportTypes `
8
30
9
31
## [ 7.0.6] / 2023-09-24
10
32
- Fixed logging of Docker target execution to fall back to debug messages
0 commit comments