Skip to content

Instantly share code, notes, and snippets.

@citizenmatt
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save citizenmatt/bb45136e2cefadc8fe15 to your computer and use it in GitHub Desktop.
Save citizenmatt/bb45136e2cefadc8fe15 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SpecsFor.Templates</id>
<title>SpecsFor File &amp; Live Templates</title>
<version>2.0.0</version>
<authors>Matt Honeycutt</authors>
<owners>Matt Honeycutt</owners>
<licenseUrl>https://github.com/MattHoneycutt/SpecsFor/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://specsfor.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>File and live templates for use with the SpecsFor testing framework.</description>
<releaseNotes>• Initial release!</releaseNotes>
<tags>resharper specsfor testing</tags>
<dependencies>
<dependency id="Wave" version="[1.0]" />
</dependencies>
</metadata>
<files>
<file src="fileTemplates.dotSettings" target="DotFiles/Extensions/SpecsFor.Templates/settings/fileTemplates.dotSettings" />
<file src="liveTemplates.dotSettings" target="DotFiles/Extensions/SpecsFor.Templates/settings/liveTemplates.dotSettings" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment