File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## Release date 2026-02-15
11+ ### Packages
12+ coverlet.msbuild 8.0.0
13+ coverlet.console 8.0.0
14+ coverlet.collector 8.0.0
15+ coverlet.MTP 8.0.0
16+
17+ ** Special Thanks:** A huge thank you to [ @Bertk ] ( https://github.com/Bertk ) for driving the majority of the work in this release! 🎉
18+
1019### Fixed
1120- Fix System.CommandLine 2.0 release is available [ #1776 ] ( https://github.com/coverlet-coverage/coverlet/issues/1776 )
1221- Fix Excluding From Coverage bad defaults from given example [ #1764 ] ( https://github.com/coverlet-coverage/coverlet/issues/1764 )
1322- Fix branchpoint exclusion for sdk 8.0.407 [ #1741 ] ( https://github.com/coverlet-coverage/coverlet/issues/1741 )
23+ - Fix missing copyright information in NuGet [ #1794 ] ( https://github.com/coverlet-coverage/coverlet/issues/1794 )
24+ - Fix bad default values in documentation [ #1764 ] ( https://github.com/coverlet-coverage/coverlet/issues/1764 ) by < https://github.com/cboudereau >
1425
1526### Improvements
1627
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" : " 8.0.0 " ,
3+ "version" : " 8.0.1-preview.{height} " ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$"
66 ],
You can’t perform that action at this time.
0 commit comments