Skip to content

Commit 1b45fd8

Browse files
Release 3.0.1 (#1053)
Release 3.0.1
1 parent da09d4a commit 1b45fd8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Documentation/Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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+
## Release date 2021-01-16
8+
### Packages
9+
coverlet.msbuild 3.0.1
10+
coverlet.console 3.0.1
11+
coverlet.collector 3.0.1
12+
13+
### Fixed
14+
15+
-Fix severe loss in coverage [#1043](https://github.com/coverlet-coverage/coverlet/pull/1043) by https://github.com/daveMueller
16+
717
## Release date 2021-01-09
818
### Packages
919
coverlet.msbuild 3.0.0

src/coverlet.core/coverlet.core.csproj

Lines changed: 1 addition & 1 deletion
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.6.0</AssemblyVersion>
6+
<AssemblyVersion>5.6.1</AssemblyVersion>
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

version.json

Lines changed: 1 addition & 1 deletion
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": "3.0.1-preview.{height}",
3+
"version": "3.0.1",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
],

0 commit comments

Comments
 (0)