forked from machine/machine.specifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mspec.nuspec.template
18 lines (18 loc) · 1.07 KB
/
mspec.nuspec.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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</tags>
</metadata>
</package>