Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUnit 4.3.2 hotfix release #1002

Merged
merged 6 commits into from
Dec 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions docs/articles/nunit/release-notes/framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 fixes 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:

<table>
<tr>
<td><a href="https://github.com/astrohart">Brian</a></td>
<td><a href="https://github.com/shlomi-borovitz-greenroad">shlomi-borovitz-greenroad</a></td>
</tr>
</table>

and to the commenters who engaged in discussions and offered further insights:

<table>
<tr>
<td><a href="https://github.com/manfred-brands">Manfred Brands</a></td>
<td><a href="https://github.com/Dreamescaper">Oleksandr Liakhevych</a></td>
<td><a href="https://github.com/shlomi-borovitz-greenroad">shlomi-borovitz-greenroad</a></td>
<td><a href="https://github.com/stevenaw">Steven Weerdenburg</a></td>
</tr>
<tr>
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
</tr>
</table>

## 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.
Expand Down
Loading