File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
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 2020-01-03
8
+ ### Packages
9
+ coverlet.msbuild 2.8.0
10
+ coverlet.console 1.7.0
11
+ coverlet.collector 1.2.0
8
12
9
13
### Added
10
14
-Add log to tracker [ #553 ] ( https://github.com/tonerdo/coverlet/pull/553 )
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" : " 1.1 " ,
3
+ "version" : " 1.2 " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/master$"
6
6
]
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" : " 1.6 " ,
3
+ "version" : " 1.7 " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/master$"
6
6
]
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.2 .0</AssemblyVersion >
6
+ <AssemblyVersion >5.3 .0</AssemblyVersion >
7
7
<IsPackable >false</IsPackable >
8
8
<LangVersion >preview</LangVersion >
9
9
</PropertyGroup >
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" : " 2.7 " ,
3
+ "version" : " 2.8 " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/master$"
6
6
]
You can’t perform that action at this time.
0 commit comments