From a41e753f378edddb575060cca01b8cac32d59c59 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 28 Dec 2024 22:19:03 +0100 Subject: [PATCH 1/5] NUnit 4.3.2 hotfix release --- .../articles/nunit/release-notes/framework.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index dc2847fd6..351a847c4 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -6,6 +6,46 @@ uid: frameworkreleasenotes # Framework Release +## NUnit 4.3.2 - Dec 28. 2024 + +This is a hotfix release for a regression bug, and also fixing the version numbers of the assembly dlls. + +There are 2 issues fixed in this release. + +### Bug fixes + +* [4910](https://github.com/nunit/nunit/issues/4910) Versioning for .NET Framework 4.6.2 version of NUnit v4.3.1 inconsistent in `.csproj` file. +* [4907](https://github.com/nunit/nunit/issues/4907) Assert.ThatAsync fail to catch expected exception. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4908](https://github.com/nunit/nunit/pull/4908) + +### Acknowledgements + +We want to express our heartfelt gratitude to everyone who has contributed to this release +by reporting bugs, suggesting enhancements, and providing valuable feedback. +Your efforts help make NUnit better for the entire community. + +A special thank you to the following reporters for identifying issues: + + + + + + +
Brianshlomi-borovitz-greenroad
+ +and to the commenters who engaged in discussions and offered further insights: + + + + + + + + + + + +
Manfred BrandsOleksandr Liakhevychshlomi-borovitz-greenroadSteven Weerdenburg
Terje Sandstrom
+ ## NUnit 4.3.1 - Dec 21. 2024 This is a hotfix release to address a type safety issue that broke when some classes had implicit conversion operators. From 2460736b76abbe4f5dd0e7b0a25f480c816bb337 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 28 Dec 2024 22:21:18 +0100 Subject: [PATCH 2/5] NUnit 4.3.2 hotfix release --- docs/articles/nunit/release-notes/framework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index 351a847c4..c227fe3f6 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -8,13 +8,13 @@ uid: frameworkreleasenotes ## NUnit 4.3.2 - Dec 28. 2024 -This is a hotfix release for a regression bug, and also fixing the version numbers of the assembly dlls. +This is a hotfix release for a regression bug, and also fixing the version numbers of the assembly dlls. There are 2 issues fixed in this release. ### Bug fixes -* [4910](https://github.com/nunit/nunit/issues/4910) Versioning for .NET Framework 4.6.2 version of NUnit v4.3.1 inconsistent in `.csproj` file. +* [4910](https://github.com/nunit/nunit/issues/4910) Versioning for .NET Framework 4.6.2 version of NUnit v4.3.1 inconsistent in `.csproj` file. * [4907](https://github.com/nunit/nunit/issues/4907) Assert.ThatAsync fail to catch expected exception. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4908](https://github.com/nunit/nunit/pull/4908) ### Acknowledgements From ea247d9c774c01c8fe44e713318c38fb8aa784f6 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 28 Dec 2024 22:22:08 +0100 Subject: [PATCH 3/5] Update docs/articles/nunit/release-notes/framework.md Co-authored-by: Sean Killeen --- docs/articles/nunit/release-notes/framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index c227fe3f6..8a5a63bf0 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -6,7 +6,7 @@ uid: frameworkreleasenotes # Framework Release -## NUnit 4.3.2 - Dec 28. 2024 +## NUnit 4.3.2 - Dec 28, 2024 This is a hotfix release for a regression bug, and also fixing the version numbers of the assembly dlls. From ef5ac990edab705fb7ee639d629ee6af29e3b9f6 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 28 Dec 2024 22:22:54 +0100 Subject: [PATCH 4/5] NUnit 4.3.2 hotfix release --- docs/articles/nunit/release-notes/framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index c227fe3f6..8295aed0d 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -8,7 +8,7 @@ uid: frameworkreleasenotes ## NUnit 4.3.2 - Dec 28. 2024 -This is a hotfix release for a regression bug, and also fixing the version numbers of the assembly dlls. +This is a hotfix release for a regression bug, and also fixing the version numbers of the assembly DLLs. There are 2 issues fixed in this release. From 8e1fc7b9594dc6d3b8a259d1d1db0848452e7651 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 28 Dec 2024 22:25:47 +0100 Subject: [PATCH 5/5] Update docs/articles/nunit/release-notes/framework.md Co-authored-by: Sean Killeen --- docs/articles/nunit/release-notes/framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index d9bbc6856..529dddec6 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -8,7 +8,7 @@ uid: frameworkreleasenotes ## NUnit 4.3.2 - Dec 28, 2024 -This is a hotfix release for a regression bug, and also fixing the version numbers of the assembly DLLs. +This is a hotfix release for a regression bug, and also fixes the version numbers of the assembly DLLs. There are 2 issues fixed in this release.