forked from nspec/NSpec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nspec.nuspec
21 lines (21 loc) · 1.28 KB
/
nspec.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>nspec</id>
<version>0.9.31</version>
<iconUrl>http://nspec.org/themes/contoso/content/images/logo.png</iconUrl>
<licenseUrl>https://github.com/mattflo/NSpec/blob/master/license.txt</licenseUrl>
<authors>Matt Florence, Amir Rajan</authors>
<owners>Matt Florence, Amir Rajan</owners>
<projectUrl>http://www.nspec.org</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NSpec is a BDD framework for .NET of the xSpec (context/specification) flavor. NSpec is intended to be used to drive development through specifying behavior at the unit level. NSpec is heavily inspired by RSpec and built upon the NUnit assertion library.</description>
<language>en-US</language>
<tags>testing bdd tdd</tags>
</metadata>
<files>
<file src="NSpecRunner/bin/Debug/*.*" target="tools/"/>
<file src="NSpec/bin/debug/NSpec.dll" target="lib/NSpec.dll"/>
<file src="NSpec/bin/debug/nunit.framework.dll" target="lib/nunit.framework.dll"/>
</files>
</package>