Skip to content

Commit

Permalink
Merge pull request #1002 from nunit/releaseNUnit432
Browse files Browse the repository at this point in the history
NUnit 4.3.2 hotfix release
  • Loading branch information
OsirisTerje authored Dec 28, 2024
2 parents 0b7f327 + 8e1fc7b commit e568574
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 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

0 comments on commit e568574

Please sign in to comment.