forked from machine/machine.specifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmspec.nuspec.template
22 lines (22 loc) · 1.22 KB
/
mspec.nuspec.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>@configatron.project@</id>
<version>@configatron.version.compatible@</version>
<title>@configatron.project@</title>
<authors>Aaron Jensen, Alexander Groß, et al.</authors>
<owners>Alexander Groß</owners>
<summary>Machine.Specifications Context/Specification framework</summary>
<description>Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.</description>
<language>en-US</language>
<projectUrl>http://github.com/machine/machine.specifications</projectUrl>
<licenseUrl>http://github.com/machine/machine.specifications/blob/master/License.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://github.com/machine/machine.specifications/raw/master/Misc/Machine.Specifications-32x32.png</iconUrl>
<tags>test unit testing context specification bdd tdd mspec</tags>
<references>
<reference file="Machine.Specifications.dll" />
<reference file="Machine.Specifications.Clr4.dll" />
</references>
</metadata>
</package>