forked from nspec/NSpec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nspec.nuspec
21 lines (21 loc) · 1.29 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.67</version>
<iconUrl>http://nspec.org/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 (Behavior Driven Development) framework for .NET of the xSpec (Context/Specification) flavor. NSpec is intended to drive development by specifying behavior within a declared context. NSpec is heavily inspired by RSpec and build 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="NSpecSpecs\DebuggerShim.cs" target="content\DebuggerShim.cs"/>
</files>
</package>