From ef2cfbb6de1f881f3ff2a27e543e0fb2121dd7df Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Sat, 29 Oct 2022 17:29:19 +0200 Subject: [PATCH] Post release (#1401) --- Documentation/Changelog.md | 14 ++++++++++---- Documentation/ReleasePlan.md | 1 + version.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 73bd7cd..43cc4bf 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Release date 2022-10-29 +### Packages +coverlet.msbuild 3.2.0 +coverlet.console 3.2.0 +coverlet.collector 3.2.0 + ### Fixed --Fix TypeLoadException when referencing Microsoft.Extensions.DependencyInjection v6.0.1 [#1390](https://github.com/coverlet-coverage/coverlet/issues/1390) --Source Link for code generators fails [#1322](https://github.com/coverlet-coverage/coverlet/issues/1322) --Await foreach has wrong branch coverage when method is generic [#1210](https://github.com/coverlet-coverage/coverlet/issues/1210) --ExcludeFromCodeCoverage attribute on local functions ignores lambda expression [#1302](https://github.com/coverlet-coverage/coverlet/issues/1302) +-Fix TypeLoadException when referencing Microsoft.Extensions.DependencyInjection v6.0.1 [#1390](https://github.com/coverlet-coverage/coverlet/issues/1390) +-Source Link for code generators fails [#1322](https://github.com/coverlet-coverage/coverlet/issues/1322) +-Await foreach has wrong branch coverage when method is generic [#1210](https://github.com/coverlet-coverage/coverlet/issues/1210) +-ExcludeFromCodeCoverage attribute on local functions ignores lambda expression [#1302](https://github.com/coverlet-coverage/coverlet/issues/1302) ## Release date 2022-02-06 ### Packages diff --git a/Documentation/ReleasePlan.md b/Documentation/ReleasePlan.md index 630f294..9a268be 100644 --- a/Documentation/ReleasePlan.md +++ b/Documentation/ReleasePlan.md @@ -30,6 +30,7 @@ We release 3 components as NuGet packages: | Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes | | :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:-------------------------------| +| 29 Oct 2022 | 3.2.0 | 3.2.0 | 3.2.0 | e2c9d84a84a9d2d240ac15feb70f9198c6f8e173 | | | 06 Feb 2022 | 3.1.2 | 3.1.2 | 3.1.2 | e335b1a8025e49e2f2de6b40ef12ec9d3ed11ceb | Fix CoreLib coverage issues | | 30 Jan 2022 | 3.1.1 | 3.1.1 | 3.1.1 | e4278c06faba63122a870df15a1a1b934f6bc81d | | | 19 July 2021 | 3.1.0 | 3.1.0 | 3.1.0 | 5a0ecc1e92fd754e2439dc3e4c828ff7386aa1a7 | Support for determistic build | diff --git a/version.json b/version.json index 306edac..2aa0bb4 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.2.0", + "version": "3.2.1-preview.{height}", "publicReleaseRefSpec": [ "^refs/heads/master$" ],