We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b2107 commit 2a6f949Copy full SHA for 2a6f949
Documentation/Changelog.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## Release date 2024-01-20
10
+### Packages
11
+coverlet.msbuild 6.0.4
12
+coverlet.console 6.0.4
13
+coverlet.collector 6.0.4
14
+
15
### Fixed
16
- Fix empty coverage report when using include and exclude filters [#1726](https://github.com/coverlet-coverage/coverlet/issues/1726)
17
version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "6.0.4",
+ "version": "8.0.0-preview.{height}",
4
"publicReleaseRefSpec": [
5
"^refs/heads/master$"
],
0 commit comments