Skip to content

Commit b5aae0b

Browse files
committed
forgot nuspec file
1 parent a314a36 commit b5aae0b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>XMLUnit.NUnit4.Constraints</id>
5+
<version>$version$</version>
6+
<title>XMLUnit Constraints for NUnit 4.</title>
7+
<authors>XMLUnit Contributors</authors>
8+
<owners />
9+
<projectUrl>https://www.xmlunit.org/</projectUrl>
10+
<license type="expression">Apache-2.0</license>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>This package contains NUnit 4.x Constraints to be used with XMLUnit.NET's core.
13+
XMLUnit provides you with the tools to verify the XML you emit is the one you want to create.
14+
It provides helpers to validate against an XML Schema, assert the values of XPath queries or compare XML documents against expected outcomes.</description>
15+
<summary>NUnit 4.x Constraints Classes of XMLUnit.NET</summary>
16+
<dependencies>
17+
<dependency id="NUnit" version="4.3.2" />
18+
<dependency id="XMLUnit.Core" version="[$version$]" />
19+
</dependencies>
20+
<frameworkAssemblies>
21+
<frameworkAssembly assemblyName="System.Xml" />
22+
<frameworkAssembly assemblyName="System.Xml.Linq" />
23+
</frameworkAssemblies>
24+
<tags>xmlunit xml unit-testing test xmldiff nunit nunit3</tags>
25+
</metadata>
26+
<files>
27+
<file src="..\..\..\build/NetFramework/bin/Release/xmlunit-nunit4-constraints.dll" target="lib\net462"/>
28+
<file src="..\..\..\build/NetFramework/bin/Release/xmlunit-nunit4-constraints.pdb" target="lib\net462"/>
29+
<file src="..\..\..\build/NetFramework/bin/Release/xmlunit-nunit4-constraints.xml" target="lib\net462"/>
30+
<file src="..\..\..\build/bin/Release/net6.0/xmlunit-nunit4--constraints.dll" target="lib\net6.0"/>
31+
<file src="..\..\..\build/bin/Release/net6.0/xmlunit-nunit4-constraints.pdb" target="lib\net6.0"/>
32+
<file src="..\..\..\build/bin/Release/net6.0/xmlunit-nunit4-constraints.xml" target="lib\net6.0"/>
33+
</files>
34+
</package>

0 commit comments

Comments
 (0)