@@ -5,16 +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
+ - Added schema generation with references for ` build.schema.json `
9
+ - Added deserialization of full objects from ` parameters.json `
8
10
- Added ` AbsolutePath ` extension methods for ` AddUnixSymlink ` , ` Copy* ` , ` Move* ` , ` Rename* `
11
+ - Added support for preprocessor directives in solution parsing
9
12
- Added ` Pattern ` in favor of property in ` LatestGitHubReleaseAttribute `
10
13
- Added ` ConcurrencyGroup ` , ` ConcurrencyCancelInProgress ` , ` EnvironmentName ` , ` EnvironmentUrl ` in ` GitHubActionsAttribute `
14
+ - Added ` DotnetPackagingTasks `
15
+ - Fixed invoked targets to not be excluded from skipping
16
+ - Fixed stripping of hyphens in skipped target names
17
+ - Fixed empty environment variables to be resolved as empty arrays
18
+ - Fixed ` EnableUnsafeBinaryFormatterSerialization ` to be set through ` AppContext `
11
19
- Fixed unquoting of multiple quoted arguments in ` ArgumentStringHandler `
20
+ - Fixed using logger from settings in parallel execution
21
+ - Fixed handling of duplicated NuGet package files
22
+ - Fixed inclusion of original NuGet packages in requirements
12
23
- Fixed GitHubActions to use latest action versions
13
24
- Fixed ` DotCoverTasks ` and ` EntityFrameworkTasks ` tool path resolution
14
25
- Fixed missing members in ` GitHubActionsImage `
15
26
- Fixed missing properties in ` GitLab `
16
27
- Fixed missing parameters in ` AzurePipelines.SetVariables `
17
28
- Fixed missing arguments in ` DotNetTasks `
29
+ - Fixed tool path in ` CodecovTasks `
18
30
19
31
## [ 8.0.0] / 2024-01-18
20
32
- Changed string parameters to violate requirement when empty or whitespace
0 commit comments