Skip to content

Instantly share code, notes, and snippets.

@forki
Created February 18, 2011 11:42
Show Gist options
  • Save forki/833568 to your computer and use it in GitHub Desktop.
Save forki/833568 to your computer and use it in GitHub Desktop.
.nuspec file for NaturalSpec
<?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