Skip to content

Commit

Permalink
Bump versions (#675)
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
MarcoRossignoli authored Jan 3, 2020
1 parent 7f6fe4a commit 72a688f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/coverlet.collector/version.json
Original file line number Diff line number Diff line change
@@ -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$"
]
Expand Down
2 changes: 1 addition & 1 deletion src/coverlet.console/version.json
Original file line number Diff line number Diff line change
@@ -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$"
]
Expand Down
2 changes: 1 addition & 1 deletion src/coverlet.core/coverlet.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>5.2.0</AssemblyVersion>
<AssemblyVersion>5.3.0</AssemblyVersion>
<IsPackable>false</IsPackable>
<LangVersion>preview</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/coverlet.msbuild.tasks/version.json
Original file line number Diff line number Diff line change
@@ -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$"
]
Expand Down

0 comments on commit 72a688f

Please sign in to comment.