Skip to content

Commit ee93410

Browse files
committed
chore: update CHANGELOG.md
1 parent dbae75d commit ee93410

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,16 +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+
- Added schema generation with references for `build.schema.json`
9+
- Added deserialization of full objects from `parameters.json`
810
- Added `AbsolutePath` extension methods for `AddUnixSymlink`, `Copy*`, `Move*`, `Rename*`
11+
- Added support for preprocessor directives in solution parsing
912
- Added `Pattern` in favor of property in `LatestGitHubReleaseAttribute`
1013
- 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`
1119
- 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
1223
- Fixed GitHubActions to use latest action versions
1324
- Fixed `DotCoverTasks` and `EntityFrameworkTasks` tool path resolution
1425
- Fixed missing members in `GitHubActionsImage`
1526
- Fixed missing properties in `GitLab`
1627
- Fixed missing parameters in `AzurePipelines.SetVariables`
1728
- Fixed missing arguments in `DotNetTasks`
29+
- Fixed tool path in `CodecovTasks`
1830

1931
## [8.0.0] / 2024-01-18
2032
- Changed string parameters to violate requirement when empty or whitespace

0 commit comments

Comments
 (0)