forked from shouldly/shouldly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshouldly.nuspec
More file actions
19 lines (19 loc) · 1.12 KB
/
shouldly.nuspec
File metadata and controls
19 lines (19 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Shouldly</id>
<version>0.0.0</version>
<authors>Dave Newman, Xerxes Battiwalla, Anthony Egerton, Peter van der Woude, Jake Ginnivan</authors>
<owners>Dave Newman, Xerxes Battiwalla, Anthony Egerton, Jake Ginnivan</owners>
<licenseUrl>https://github.com/shouldly/shouldly/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://shouldly.github.com/</projectUrl>
<iconUrl>https://raw.github.com/shouldly/shouldly/master/Icons/package_icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Shouldly - Assertion framework for .NET. The way asserting *Should* be</description>
<tags>testing unit testing TDD AAA shoulda testunit rspec</tags>
</metadata>
<files>
<file src="output\$target$\net40\Shouldly.dll" target="lib\net40\Shouldly.dll" />
<file src="output\$target$\net35\Shouldly.dll" target="lib\net35\Shouldly.dll" />
</files>
</package>