File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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
+ ## Release date 2021-01-16
8
+ ### Packages
9
+ coverlet.msbuild 3.0.1
10
+ coverlet.console 3.0.1
11
+ coverlet.collector 3.0.1
12
+
13
+ ### Fixed
14
+
15
+ -Fix severe loss in coverage [ #1043 ] ( https://github.com/coverlet-coverage/coverlet/pull/1043 ) by https://github.com/daveMueller
16
+
7
17
## Release date 2021-01-09
8
18
### Packages
9
19
coverlet.msbuild 3.0.0
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.0 </AssemblyVersion >
6
+ <AssemblyVersion >5.6.1 </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.0.1-preview.{height} " ,
3
+ "version" : " 3.0.1" ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/master$"
6
6
],
You can’t perform that action at this time.
0 commit comments