File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## Release date 2021-07-19
8
+ ### Packages
9
+ coverlet.msbuild 3.1.0
10
+ coverlet.console 3.1.0
11
+ coverlet.collector 3.1.0
8
12
9
13
### Fixed
10
14
-Fix branch coverage for targetframework net472 [ #1167 ] ( https://github.com/coverlet-coverage/coverlet/issues/1167 )
Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ We release 3 components as NuGet packages:
23
23
24
24
| Package | Version |
25
25
| :----------------------| :--------|
26
- | ** coverlet.msbuild** | 3.0.3 |
27
- | ** coverlet.console** | 3.0.3 |
28
- | ** coverlet.collector** | 3.0.3 |
26
+ | ** coverlet.msbuild** | 3.1.0 |
27
+ | ** coverlet.console** | 3.1.0 |
28
+ | ** coverlet.collector** | 3.1.0 |
29
29
30
30
31
31
| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes |
32
32
| :-----------------| :-----------------| :------------------| :------------------| :-----------------------------------------| :-------------------------------|
33
+ | 19 July 2021 | 3.1.0 | 3.1.0 | 3.1.0 | 5a0ecc1e92fd754e2439dc3e4c828ff7386aa1a7 | Support for determistic build |
33
34
| 21 February 2021 | 3.0.3 | 3.0.3 | 3.0.3 | adfabfd58de0aabe263e7d2080324e0b8541071e | Fix regressions |
34
35
| 24 January 2021 | 3.0.2 | 3.0.2 | 3.0.2 | ed918515492193fd154b60270d440c40fa30fee9 | Fix regressions |
35
36
| 16 January 2021 | 3.0.1 | 3.0.1 | 3.0.1 | 1b45fd89245369ae94407e7a77bdfee112042486 | Fix severe coverage regression |
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
- <AssemblyVersion >5.6.3 </AssemblyVersion >
6
+ <AssemblyVersion >5.7.0 </AssemblyVersion >
7
7
<IsPackable >false</IsPackable >
8
8
</PropertyGroup >
9
9
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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1-preview.{height} " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/master$"
6
6
],
You can’t perform that action at this time.
0 commit comments