Skip to content

Commit

Permalink
Merge branch 'release/9.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Nov 21, 2024
2 parents 7030585 + 0d1dcc1 commit 2d176b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [vNext]

## [9.0.0] / 2024-11-21
- Removed usages of `BinaryFormatter`
- Changed minimum framework from `net6.0` to `net8.0`

## [8.1.4] / 2024-11-06
- Fixed `build.schema.json` generation to use `allOf` for user and base type properties

Expand Down Expand Up @@ -1174,7 +1178,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added CLT tasks for Git
- Fixed background color in console output

[vNext]: https://github.com/nuke-build/nuke/compare/8.1.4...HEAD
[vNext]: https://github.com/nuke-build/nuke/compare/9.0.0...HEAD
[9.0.0]: https://github.com/nuke-build/nuke/compare/8.1.4...9.0.0
[8.1.4]: https://github.com/nuke-build/nuke/compare/8.1.3...8.1.4
[8.1.3]: https://github.com/nuke-build/nuke/compare/8.1.2...8.1.3
[8.1.2]: https://github.com/nuke-build/nuke/compare/8.1.1...8.1.2
Expand Down

0 comments on commit 2d176b9

Please sign in to comment.