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
6
6
7
7
## Unreleased
8
8
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
+
9
15
### Fixed
10
16
- Threshold-stat triggers error [ #1634 ] ( https://github.com/coverlet-coverage/coverlet/issues/1634 )
11
17
- 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 2
2
3
3
## Versioning strategy
4
4
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:
6
6
7
7
``` text
8
8
Given a version number MAJOR.MINOR.PATCH, increment the:
Original file line number Diff line number Diff line change 1
1
{
2
2
"$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} " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/master$"
6
6
],
You can’t perform that action at this time.
0 commit comments