-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTypeAsserter.nuspec
29 lines (29 loc) · 1.41 KB
/
TypeAsserter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package >
<metadata>
<id>TypeAsserter</id>
<version>0.5</version>
<title>TypeAsserter</title>
<authors>Kindler Chase</authors>
<owners>Kindler Chase</owners>
<licenseUrl>https://github.com/nCubed/TypeAsserter/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nCubed/TypeAsserter</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A micro-framework for unit testing class and type declarations.</description>
<summary>A micro-framework for unit testing class and type declarations.</summary>
<tags>UnitTest UnitTests UnitTesting MSTest TDD Unit-Test Unit-Tests Unit-Testing Type TypeAssert</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System"/>
<frameworkAssembly assemblyName="System.Core"/>
<frameworkAssembly assemblyName="Microsoft.VisualStudio.QualityTools.UnitTestFramework"/>
</frameworkAssemblies>
<releaseNotes>
* 0.5 - Initial release of TypeAsserter.
</releaseNotes>
</metadata>
<files>
<file src="TypeAsserter\bin\Release\TypeAsserter.dll" target="lib\net40" />
<file src="TypeAsserter\bin\Release\TypeAsserter.pdb" target="lib\net40" />
<file src="TypeAsserter\bin\Release\TypeAsserter.xml" target="lib\net40" />
</files>
</package>