Created
February 18, 2011 11:42
-
-
Save forki/833568 to your computer and use it in GitHub Desktop.
.nuspec file for NaturalSpec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | |
<description>@description@</description> | |
<id>@project@</id> | |
<version>@build.number@</version> | |
<authors>@authors@</authors> | |
<owners>@authors@</owners> | |
<language>en-US</language> | |
<summary>@summary@</summary> | |
<projectUrl>https://github.com/forki/NaturalSpec</projectUrl> | |
<licenseUrl>https://github.com/forki/NaturalSpec/blob/master/License.txt</licenseUrl> | |
<tags>tdd bdd testing unittest</tags> | |
<dependencies> | |
<dependency id="NUnit" version="2.5.9.10348" /> | |
</dependencies> | |
</metadata> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment