Skip to content

Commit

Permalink
Added a nuspec for the ReSharper 9 templates extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHoneycutt committed Dec 10, 2014
1 parent 179277f commit 930dc4b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ResharperTemplates/SpecsFor.Templates.Resharper9.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SpecsFor.Templates.R90</id>
<title>SpecsFor File &amp; Live Templates for Resharper 9</title>
<version>1.0.2</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>• Updated for ReSharper 9!</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.R90/settings/fileTemplates.dotSettings" />
<file src="liveTemplates.dotSettings" target="DotFiles/Extensions/SpecsFor.Templates.R90/settings/liveTemplates.dotSettings" />
</files>
</package>

0 comments on commit 930dc4b

Please sign in to comment.