Skip to content

Commit 72a688f

Browse files
Bump versions (#675)
Bump versions
1 parent 7f6fe4a commit 72a688f

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Documentation/Changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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
812

913
### Added
1014
-Add log to tracker [#553](https://github.com/tonerdo/coverlet/pull/553)

src/coverlet.collector/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.1",
3+
"version": "1.2",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]

src/coverlet.console/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.6",
3+
"version": "1.7",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]

src/coverlet.core/coverlet.core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<TargetFramework>netstandard2.0</TargetFramework>
6-
<AssemblyVersion>5.2.0</AssemblyVersion>
6+
<AssemblyVersion>5.3.0</AssemblyVersion>
77
<IsPackable>false</IsPackable>
88
<LangVersion>preview</LangVersion>
99
</PropertyGroup>

src/coverlet.msbuild.tasks/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.7",
3+
"version": "2.8",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]

0 commit comments

Comments
 (0)