Skip to content

Instantly share code, notes, and snippets.

@squadwuschel
Last active May 28, 2016 17:00
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 squadwuschel/73428c5a9081c1ac27dec69041721acc to your computer and use it in GitHub Desktop.
Save squadwuschel/73428c5a9081c1ac27dec69041721acc to your computer and use it in GitHub Desktop.
Nuspec file to create as Resharper nuget files for Resharper Extensionmanager 2016.1.x
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AngularJsResharper.Settings</id>
<version>1.9.9</version>
<authors>SquadWuschel</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>My package description.</description>
<dependencies>
<dependency id="Wave" version="[5.0]" />
</dependencies>
</metadata>
<files>
<file src="AlleLiveTemplates.DotSettings" target="DotFiles\Extensions\AngularJsResharper.Settings\settings\" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment