Skip to content

Commit db3f1e9

Browse files
authored
Merge pull request #45 from xmlunit/tag-nuni4-in-package
properly tag nunit4 in NUnit4 Constrains nuget spec
2 parents f4fe353 + 3cd00c7 commit db3f1e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## XMLUnit.NET 2.11.1 - /Not Released, yet/
44

5+
* the NUnit 4.x constraints package tags nunit3 rather than nunit4.
6+
PR [#43](https://github.com/xmlunit/xmlunit.net/issues/43).
7+
58
## XMLUnit.NET 2.11.0 - /Released 2025-03-28/
69

710
* introduced a new constraints library for NUnit 4.x as the NUnit 3.x

src/main/net-constraints-nunit4/XMLUnit.NUnit4.Constraints.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<frameworkAssembly assemblyName="System.Xml" />
2222
<frameworkAssembly assemblyName="System.Xml.Linq" />
2323
</frameworkAssemblies>
24-
<tags>xmlunit xml unit-testing test xmldiff nunit nunit3</tags>
24+
<tags>xmlunit xml unit-testing test xmldiff nunit nunit4</tags>
2525
</metadata>
2626
<files>
2727
<file src="..\..\..\build/NetFramework/bin/Release/xmlunit-nunit4-constraints.dll" target="lib\net462"/>

0 commit comments

Comments
 (0)