Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<frameworkAssembly assemblyName="System.Xml" />
<frameworkAssembly assemblyName="System.Xml.Linq" />
</frameworkAssemblies>
<tags>xmlunit xml unit-testing test xmldiff nunit nunit3</tags>
<tags>xmlunit xml unit-testing test xmldiff nunit nunit4</tags>
</metadata>
<files>
<file src="..\..\..\build/NetFramework/bin/Release/xmlunit-nunit4-constraints.dll" target="lib\net462"/>
Expand Down