diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a4bd56a..19668ff 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,9 @@ ## XMLUnit.NET 2.11.1 - /Not Released, yet/ +* the NUnit 4.x constraints package tags nunit3 rather than nunit4. + PR [#43](https://github.com/xmlunit/xmlunit.net/issues/43). + ## XMLUnit.NET 2.11.0 - /Released 2025-03-28/ * introduced a new constraints library for NUnit 4.x as the NUnit 3.x diff --git a/src/main/net-constraints-nunit4/XMLUnit.NUnit4.Constraints.nuspec b/src/main/net-constraints-nunit4/XMLUnit.NUnit4.Constraints.nuspec index fdf51f4..b08006f 100644 --- a/src/main/net-constraints-nunit4/XMLUnit.NUnit4.Constraints.nuspec +++ b/src/main/net-constraints-nunit4/XMLUnit.NUnit4.Constraints.nuspec @@ -21,7 +21,7 @@ - xmlunit xml unit-testing test xmldiff nunit nunit3 + xmlunit xml unit-testing test xmldiff nunit nunit4