Skip to content

Commit 985de83

Browse files
committed
chore: update CHANGELOG.md
1 parent 11826ed commit 985de83

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [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`
830

931
## [7.0.6] / 2023-09-24
1032
- Fixed logging of Docker target execution to fall back to debug messages

0 commit comments

Comments
 (0)