From a41e753f378edddb575060cca01b8cac32d59c59 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 28 Dec 2024 22:19:03 +0100 Subject: [PATCH] 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.