From 76354c339cfb99429c96a6c22a5a4ad4e1d1a74b Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Thu, 9 Jan 2025 09:55:12 +0000 Subject: [PATCH] Add a 6.1.4 section to the release notes --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b56bae47e8f..7efc1105e75 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,9 @@ # Release Notes +## 6.1.4 - 2025-03-14 +* BUGFIX: Fixes for the .NET CDN changes described at https://github.com/dotnet/core/issues/9671, thanks @richlander, @Numpsy +* ENHANCEMENT: In Fake.Dotnet.Cli, parse global.json using System.Text.Json instead of Newtonsoft.Json, thanks @Numpsy - https://github.com/fsprojects/FAKE/pull/2839 +* ENHANCEMENT: Discover VSTest and MSTest using VSWhere, thanks @farlee2121 - https://github.com/fsprojects/FAKE/pull/2843 + ## 6.1.3 - 2024-09-26 * ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.