Skip to content

Commit

Permalink
Bump versions (#1200)
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
MarcoRossignoli authored Jul 19, 2021
1 parent 5a0ecc1 commit 383684f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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 2021-07-19
### Packages
coverlet.msbuild 3.1.0
coverlet.console 3.1.0
coverlet.collector 3.1.0

### Fixed
-Fix branch coverage for targetframework net472 [#1167](https://github.com/coverlet-coverage/coverlet/issues/1167)
Expand Down
7 changes: 4 additions & 3 deletions Documentation/ReleasePlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ We release 3 components as NuGet packages:

| Package | Version |
|:----------------------|:--------|
|**coverlet.msbuild** | 3.0.3 |
|**coverlet.console** | 3.0.3 |
|**coverlet.collector** | 3.0.3 |
|**coverlet.msbuild** | 3.1.0 |
|**coverlet.console** | 3.1.0 |
|**coverlet.collector** | 3.1.0 |


| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes |
| :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:-------------------------------|
| 19 July 2021 | 3.1.0 | 3.1.0 | 3.1.0 | 5a0ecc1e92fd754e2439dc3e4c828ff7386aa1a7 | Support for determistic build |
| 21 February 2021 | 3.0.3 | 3.0.3 | 3.0.3 | adfabfd58de0aabe263e7d2080324e0b8541071e | Fix regressions |
| 24 January 2021 | 3.0.2 | 3.0.2 | 3.0.2 | ed918515492193fd154b60270d440c40fa30fee9 | Fix regressions |
| 16 January 2021 | 3.0.1 | 3.0.1 | 3.0.1 | 1b45fd89245369ae94407e7a77bdfee112042486 | Fix severe coverage regression |
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.6.3</AssemblyVersion>
<AssemblyVersion>5.7.0</AssemblyVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.0",
"version": "3.1.1-preview.{height}",
"publicReleaseRefSpec": [
"^refs/heads/master$"
],
Expand Down

0 comments on commit 383684f

Please sign in to comment.