Skip to content

Commit b6466f4

Browse files
committed
chore: 🔄 Loosen dependencies with $PSBPreference.TaskDependencies
* Updated CHANGELOG.md to reflect changes in dependency management. * Allows task dependencies to be overwritten, enhancing flexibility.
1 parent c66f337 commit b6466f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
overwrite existing markdown files using `$PSBPreference.Docs.Overwrite` and
1616
setting it to `$true`.
1717
- Loose dependencies by allowing them to be overwritten with $PSBPreference.
18-
- [**#71**](https://github.com/psake/PowerShellBuild/pull/71) Compiled modules
19-
are now explicitly created as UTF-8 files.
18+
- [**#72**](https://github.com/psake/PowerShellBuild/pull/72) Loosen
19+
dependencies by allowing them to be overwritten with
20+
`$PSBPreference.TaskDependencies`.
2021

2122
## [0.6.2] 2024-10-06
2223

0 commit comments

Comments
 (0)