forked from shouldly/shouldly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shouldly.nuspec
40 lines (40 loc) · 2.58 KB
/
shouldly.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
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata>
<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>test unit testing TDD AAA should testunit rspec assert assertion framework</tags>
<dependencies>
<group targetFramework="net40" />
<group targetFramework="net35" />
<group targetFramework="dotnet">
<dependency id="System.Collections" version="4.0.0" />
<dependency id="System.Diagnostics.Debug" version="4.0.0" />
<dependency id="System.Linq" version="4.0.0" />
<dependency id="System.Linq.Expressions" version="4.0.0" />
<dependency id="System.Reflection" version="4.0.0" />
<dependency id="System.Reflection.Extensions" version="4.0.0" />
<dependency id="System.Runtime" version="4.0.0" />
<dependency id="System.Runtime.Extensions" version="4.0.0" />
<dependency id="System.Text.RegularExpressions" version="4.0.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="output\$target$\net40\Shouldly.dll" target="lib\net40\Shouldly.dll" />
<file src="output\$target$\net40\Shouldly.pdb" target="lib\net40\Shouldly.pdb" />
<file src="output\$target$\net35\Shouldly.dll" target="lib\net35\Shouldly.dll" />
<file src="output\$target$\net35\Shouldly.pdb" target="lib\net35\Shouldly.pdb" />
<file src="output\$target$\portable-net45+netcore45+wp8+wpa81\Shouldly.dll" target="lib\portable-net45+netcore45+wp8+wpa81\Shouldly.dll" />
<file src="output\$target$\portable-net45+netcore45+wp8+wpa81\Shouldly.pdb" target="lib\portable-net45+netcore45+wp8+wpa81\Shouldly.pdb" />
<file src="output\$target$\portable-net45+netcore45+wp8+wpa81\Shouldly.dll" target="lib\dotnet\Shouldly.dll" />
<file src="output\$target$\portable-net45+netcore45+wp8+wpa81\Shouldly.pdb" target="lib\dotnet\Shouldly.pdb" />
</files>
</package>