From c097a65b032f699d2da9f8f161fc64bd1c1b1998 Mon Sep 17 00:00:00 2001 From: Christian Kadluba <10721825+ckadluba@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:55:58 +0200 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4be1cfc1..b104f85c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 7.0.2 +* Fixed issue #580: Removed deprecated transitive dependency on Microsoft.NETCore.Targets by removing runtime identifier (thanks to @david-brink-talogy) +* Fixed issues #540 and #541 in README +* Added performance tests including a GitHub actions workflow +* Minor cleanups and fixes + # 7.0.1 * Fixed issue #567: .NET Framework assemblies were not built properly * Consolidated PR validation action workflows and updated some task versions