Skip to content

Commit

Permalink
Update FileSystemTasks.CopyDirectoryRecursively to `AbsolutePathExt…
Browse files Browse the repository at this point in the history
…ensions.Copy`
  • Loading branch information
ricaun committed Nov 20, 2024
1 parent c40061b commit d02b400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.8.2] / 2024-11-20
### Update
- Update `Nuke.Common` to `8.1.4`.
- Update `FileSystemTasks.CopyDirectoryRecursively` to `AbsolutePathExtensions.CopyToDirectory`.
- Update `FileSystemTasks.CopyFileToDirectory` to `AbsolutePathExtensions.CopyToDirectory`.
- Update `FileSystemTasks.CopyDirectoryRecursively` to `AbsolutePathExtensions.Copy`.
- Add `SymbolPackageFormat` and `IncludeSymbols` in the package.
- Update release `*.nupkg` to `*.*nupkg` to copy symbol package format. (Fix: #75)
- Add `WarningSignFile` to show warning when sign file is empty. (Fix: #74)
Expand Down

0 comments on commit d02b400

Please sign in to comment.