From e36d8be850670776d6be39b260e4276146388215 Mon Sep 17 00:00:00 2001 From: Andrii Chebukin Date: Tue, 24 Sep 2024 17:23:54 +0300 Subject: [PATCH] Updated 6.1.2 release notes --- RELEASE_NOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 103e8e2523c..78659690275 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,8 @@ # Release Notes -## 6.1.2 - 2024-09-20 -* Runtime-identifier update to more recent runtimes. -* Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. -* SdkAssemblyResolver: Support detecting multiple .NET paths. +## 6.1.2 - 2024-09-24 +* ENHANCEMENT: Updated runtime-identifier to more recent runtimes. +* LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. +* ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths. ## 6.1.1 - 2024-08-30 * BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @Thorium - https://github.com/fsprojects/FAKE/pull/2797/files