From 2b2b0f54d18bcc3dae2bb4fbd0d046171cd0399b Mon Sep 17 00:00:00 2001 From: Mikkel Nylander Bundgaard Date: Thu, 9 Jan 2025 13:11:39 -0500 Subject: [PATCH 1/2] chore: Update release notes --- CHANGES.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1c924a33..a5603b37 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,27 @@ -# NUnit Analyzers 4.5 - December 22, 2024 +# NUnit Analyzers 4.6 - January 9, 2025 + +This release contains two improvements: Allowing `NUnit1001` to understand `DateOnly` and `TimeOnly` parameters in +`TestCaseUsage` and making `NUnit2045` support `Assert.EnterMultipleScope` (introduced in NUnit version 4.2). + +The release contains contributions from the following users (in alphabetical order): +* @Dreamescaper +* @manfred-brands +* @mikkelbu + +Issues Resolved + +Features and Enhancements +* #820 NUnit1001 compains about DateOnly parameters +* #769 Recognized the new Assert.EnterMultipleScope() concept. + +Tooling, Process, and Documentation +* #823 chore: Bump cake.tool to version 4 +* #822 chore: Bump NUnit to 4.3.2 +* #818 chore: Replace "buildstats.info" with "img.shields.io" +* #815 chore: bump version + + +# NUnit Analyzers 4.5 - December 22, 2024 The release primarily fixes a problem with the NUnit Analyzers when used with NUnit 4.3.1 - see #811 for more information. In additional, we have also added some smaller improvements and bug fixes. From 22f88e8409ee91adedb87ebf1f04f66b3b209826 Mon Sep 17 00:00:00 2001 From: Mikkel Nylander Bundgaard Date: Thu, 9 Jan 2025 13:30:00 -0500 Subject: [PATCH 2/2] chore: Add late arriving PR --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index a5603b37..a385bcec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,7 @@ Features and Enhancements * #769 Recognized the new Assert.EnterMultipleScope() concept. Tooling, Process, and Documentation +* #829 chore: Bump year to 2025 in copyrights * #823 chore: Bump cake.tool to version 4 * #822 chore: Bump NUnit to 4.3.2 * #818 chore: Replace "buildstats.info" with "img.shields.io"