Last active
August 29, 2015 14:11
-
-
Save citizenmatt/bb45136e2cefadc8fe15 to your computer and use it in GitHub Desktop.
Revisions
-
citizenmatt revised this gist
Dec 10, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ </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> -
citizenmatt revised this gist
Dec 10, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ <metadata> <id>SpecsFor.Templates</id> <title>SpecsFor File & 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> @@ -13,11 +13,11 @@ <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/SpecsFor.Templates/settings/fileTemplates.dotSettings" /> <file src="liveTemplates.dotSettings" target="DotFiles/SpecsFor.Templates/settings/liveTemplates.dotSettings" /> </files> </package> -
citizenmatt created this gist
Dec 10, 2014 .There are no files selected for viewing
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 charactersOriginal 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</id> <title>SpecsFor File & Live Templates</title> <version>1.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="ReSharper" version="8.0" /> </dependencies> </metadata> <files> <file src="fileTemplates.dotSettings" target="ReSharper/vAny/settings/fileTemplates.dotSettings" /> <file src="liveTemplates.dotSettings" target="ReSharper/vAny/settings/liveTemplates.dotSettings" /> </files> </package>