Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Sep 10, 2024
1 parent dbae75d commit ee93410
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,28 @@ 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]
- Added schema generation with references for `build.schema.json`
- Added deserialization of full objects from `parameters.json`
- Added `AbsolutePath` extension methods for `AddUnixSymlink`, `Copy*`, `Move*`, `Rename*`
- Added support for preprocessor directives in solution parsing
- Added `Pattern` in favor of property in `LatestGitHubReleaseAttribute`
- Added `ConcurrencyGroup`, `ConcurrencyCancelInProgress`, `EnvironmentName`, `EnvironmentUrl` in `GitHubActionsAttribute`
- Added `DotnetPackagingTasks`
- Fixed invoked targets to not be excluded from skipping
- Fixed stripping of hyphens in skipped target names
- Fixed empty environment variables to be resolved as empty arrays
- Fixed `EnableUnsafeBinaryFormatterSerialization` to be set through `AppContext`
- Fixed unquoting of multiple quoted arguments in `ArgumentStringHandler`
- Fixed using logger from settings in parallel execution
- Fixed handling of duplicated NuGet package files
- Fixed inclusion of original NuGet packages in requirements
- Fixed GitHubActions to use latest action versions
- Fixed `DotCoverTasks` and `EntityFrameworkTasks` tool path resolution
- Fixed missing members in `GitHubActionsImage`
- Fixed missing properties in `GitLab`
- Fixed missing parameters in `AzurePipelines.SetVariables`
- Fixed missing arguments in `DotNetTasks`
- Fixed tool path in `CodecovTasks`

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

0 comments on commit ee93410

Please sign in to comment.