Skip to content

Commit

Permalink
NUnit 4.3.2 hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Dec 28, 2024
1 parent 0b7f327 commit a41e753
Showing 1 changed file with 40 additions and 0 deletions.
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 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:

<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

0 comments on commit a41e753

Please sign in to comment.