Skip to content

Commit bb5e40a

Browse files
committed
updated BREAKING_CHANGES - include information about drop support for TFMs
1 parent c570a64 commit bb5e40a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

BREAKING_CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## Unreleased
2+
### Platforms
3+
* Drop support for .NET Framework 4.8, .NET Core 3.1 and .NET 5.0. Changed the project targets to .NET 6.0 or later.
4+
5+
### Caching
6+
* Refactor caching system in GitVersion to use json files instead of yaml files. This change is not backwards compatible with the old caching system.
7+
8+
### Configuration changes:
29
* The configuration properties `continuous-delivery-fallback-tag`, `tag-number-pattern`, and `tag` were renamed to `continuous-delivery-fallback-label`, `label-number-pattern`, and `label` respectively. `tag-pre-release-weight` and `tag-prefix` remained as they were as they are referring to a Git tag.
310
* When using a commit message that matches **both** `*-version-bump-message` and `no-bump-message`, there is no increment for that commit. In other words, `no-bump-message` now takes precedence over `*-version-bump-message`.
411
* The fallback version strategy now returns `0.0.0` and is flagged with `ShouldIncrement` equal to `true`. This yields the version `0.1.0` on the `develop` branch (`IncrementStrategy.Minor` by default) and `0.0.1` on the `main` branch (`IncremetnStrategy.Patch` by default).

0 commit comments

Comments
 (0)