From 407d97508804d93a5f03d6266cc3c56197e09c49 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Fri, 11 Mar 2022 10:09:07 +0200 Subject: [PATCH] This is version 6.4.0. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 95e5508c..2a0a64e6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 6.4.0 +#### 6.4.0 - 11-03-2022 * __Breaking change:__ `Farkle.Tools.MSBuild` require MSBuild 17, which comes with Visual Studio 2022 and the .NET 6 SDK. * Farkle supports precompiling .NET 6 assemblies from Visual Studio. * Fixed random compiler errors when using the F# production builder operators `.>>` and `.>>.`.