From 70245da77ad298dd37559d20e33ced5bdec2fb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller?= Date: Tue, 31 Dec 2024 00:58:01 +0100 Subject: [PATCH] update version and changelog --- Documentation/Changelog.md | 6 ++++++ version.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index b1648a576..b5e202e5f 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Release date 2024-12-31 +### Packages +coverlet.msbuild 6.0.3 +coverlet.console 6.0.3 +coverlet.collector 6.0.3 + ### Fixed - Fix RuntimeConfigurationReader to support self-contained builds [#1705](https://github.com/coverlet-coverage/coverlet/pull/1705) by https://github.com/pfeigl - Fix inconsistent filenames with UseSourceLink after .NET 8 [#1679](https://github.com/coverlet-coverage/coverlet/issues/1679) diff --git a/version.json b/version.json index c6599353c..43e490099 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": "6.0.3", + "version": "8.0.0-preview.{height}", "publicReleaseRefSpec": [ "^refs/heads/master$" ],