From 3cd00c7bb1c6f18a7aa810082f778ceb1ad59a2a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 28 Mar 2025 22:18:49 +0100 Subject: [PATCH] properly tag nunit4 in NUnit4 Constrains nuget spec --- RELEASE_NOTES.md | 3 +++ .../net-constraints-nunit4/XMLUnit.NUnit4.Constraints.nuspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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