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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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+
717## Release date 2021-01-09
818### Packages
919coverlet.msbuild 3.0.0
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Library</OutputType >
55 <TargetFramework >netstandard2.0</TargetFramework >
6- <AssemblyVersion >5.6.0 </AssemblyVersion >
6+ <AssemblyVersion >5.6.1 </AssemblyVersion >
77 <IsPackable >false</IsPackable >
88 </PropertyGroup >
99
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" : " 3.0.1-preview.{height} " ,
3+ "version" : " 3.0.1" ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$"
66 ],
You can’t perform that action at this time.
0 commit comments