From 59360a7bb8f2ae6e1175cc2c7a85e5383f7419ec Mon Sep 17 00:00:00 2001 From: Dave Glick Date: Sat, 6 Jan 2024 11:37:45 -0500 Subject: [PATCH] Release notes --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index bf64a279..73e3c531 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +# 6.0.4 + +- Restored the original sort order of projects to keep the empty target framework last (#242, thanks @0xced). + # 6.0.3 - Ensured Roslyn workspaces get project references added from projects (#241, thanks @AndreasKim).