File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## Release date 2024-03-13
10+ ### Packages
11+ coverlet.msbuild 6.0.2
12+ coverlet.console 6.0.2
13+ coverlet.collector 6.0.2
14+
915### Fixed
1016- Threshold-stat triggers error [ #1634 ] ( https://github.com/coverlet-coverage/coverlet/issues/1634 )
1117- Fixed coverlet collector 6.0.1 requires dotnet sdk 8 [ #1625 ] ( https://github.com/coverlet-coverage/coverlet/issues/1625 )
Original file line number Diff line number Diff line change 22
33## Versioning strategy
44
5- Coverlet is versioned with Semantic Versioning [ 6 .0.0] ( https://semver.org/#semantic-versioning-200 ) that states:
5+ Coverlet is versioned with Semantic Versioning [ 2 .0.0] ( https://semver.org/#semantic-versioning-200 ) that states:
66
77``` text
88Given a version number MAJOR.MINOR.PATCH, increment the:
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 6.0.2 " ,
3+ "version" : " 6.0.3-preview.{height} " ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$"
66 ],
You can’t perform that action at this time.
0 commit comments