diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 6a5e5a556..fb37541b4 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Release date 2020-01-03 +### Packages +coverlet.msbuild 2.8.0 +coverlet.console 1.7.0 +coverlet.collector 1.2.0 ### Added -Add log to tracker [#553](https://github.com/tonerdo/coverlet/pull/553) diff --git a/src/coverlet.collector/version.json b/src/coverlet.collector/version.json index e315416f7..95095d4ef 100644 --- a/src/coverlet.collector/version.json +++ b/src/coverlet.collector/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.1", + "version": "1.2", "publicReleaseRefSpec": [ "^refs/heads/master$" ] diff --git a/src/coverlet.console/version.json b/src/coverlet.console/version.json index 57c456fb2..119599712 100644 --- a/src/coverlet.console/version.json +++ b/src/coverlet.console/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.6", + "version": "1.7", "publicReleaseRefSpec": [ "^refs/heads/master$" ] diff --git a/src/coverlet.core/coverlet.core.csproj b/src/coverlet.core/coverlet.core.csproj index 4add60886..e16a418bd 100644 --- a/src/coverlet.core/coverlet.core.csproj +++ b/src/coverlet.core/coverlet.core.csproj @@ -3,7 +3,7 @@ Library netstandard2.0 - 5.2.0 + 5.3.0 false preview diff --git a/src/coverlet.msbuild.tasks/version.json b/src/coverlet.msbuild.tasks/version.json index 767d4f1e2..8b3745feb 100644 --- a/src/coverlet.msbuild.tasks/version.json +++ b/src/coverlet.msbuild.tasks/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.7", + "version": "2.8", "publicReleaseRefSpec": [ "^refs/heads/master$" ]