-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNSpectator.nuspec
31 lines (31 loc) · 2.08 KB
/
NSpectator.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NSpectator</id>
<version>2.1.0</version>
<title>NSpectator</title>
<authors>NSpectator Team</authors>
<owners>Jonny Novikov</owners>
<licenseUrl>https://github.com/nspectator/NSpectator/blob/master/license.txt</licenseUrl>
<projectUrl>http://www.nspectator.org</projectUrl>
<iconUrl>http://nspectator.org/assets/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NSpectator is a ready-to-use solution for development using .NET with Context/Specification flavor. Toolset is intended to be used to drive development through specifying behavior and interaction at the unit level. NSpectator has no dependencies. Feel free to use any assertion library.</description>
<summary>NSpectator is a toolset for .NET agile development with the xSpec (context/specification) flavor.</summary>
<releaseNotes>See github page for details</releaseNotes>
<copyright>Copyright (c) NSpectator Development Team</copyright>
<language>en-US</language>
<tags>agile testing bdd tdd spec fluent nunit mstest unit-testing</tags>
</metadata>
<files>
<file src="license.txt" />
<file src="test\NSpectator.Specs\DebuggerShim.cs" target="content\DebuggerShim.cs" />
<file src="src\NSpectator\bin\Release\NSpectator.dll" target="lib\NSpectator.dll" />
<file src="src\NSpectator\bin\Release\NSpectator.pdb" target="lib\NSpectator.pdb" />
<file src="src\NSpectator\bin\Release\NSpectator.XML" target="lib\NSpectator.XML" />
<file src="src\SpecRunner\bin\Release\NSpectator.dll" target="tools\NSpectator.dll" />
<file src="src\SpecRunner\bin\Release\NSpectator.pdb" target="tools\NSpectator.pdb" />
<file src="src\SpecRunner\bin\Release\SpecRunner.exe" target="tools\SpecRunner.exe" />
<file src="src\SpecRunner\bin\Release\SpecRunner.pdb" target="tools\SpecRunner.pdb" />
</files>
</package>