-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathShould.nuspec
More file actions
15 lines (14 loc) · 817 Bytes
/
Should.nuspec
File metadata and controls
15 lines (14 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<package>
<metadata>
<id>Should</id>
<version>1.0.0.0</version>
<authors>Eric Hexter, Tim Scott</authors>
<description>The Should Assertion Library provides a set of extension methods for test assertions for AAA and BDD style tests. It provides assertions only, and as a result it is test runner agnostic. The assertions are a direct fork of the xUnit test assertions. This project was born because test runners Should be independent of the assertions!</description>
<language>en-US</language>
<projectUrl>https://github.com/erichexter/Should/blob/master/README.markdown</projectUrl>
<licenseUrl>https://github.com/erichexter/Should/blob/master/license.txt</licenseUrl>
</metadata>
<files>
<file src="output\publish\Should.dll" target="lib"/>
</files>
</package>