Skip to content

Commit

Permalink
Added placeholder nuspec file for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Sep 2, 2015
1 parent bee85fa commit f24f38b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ bin/
*.suo
Project/packages/
TestBin/
*.nupkg
25 changes: 25 additions & 0 deletions Project/Src/AddIns/ReSharper/StyleCop.nuspec
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>StyleCop.StyleCop</id>
<title>StyleCop</title>
<version>1.0.6</version>
<authors>Andy Reeves, Matt Ellis</authors>
<owners>JetBrains, Matt Ellis</owners>
<description>StyleCop analyzes C# source code to enforce a set of style and consistency rules.</description>
<projectUrl>https://github.com/StyleCop/StyleCop</projectUrl>
<licenseUrl>https://github.com/StyleCop/StyleCop/blob/master/License.html</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/Styleop/StyleCop/logo.png</iconUrl>
<dependencies>
<dependency id="Wave" version="[3.0]" />
</dependencies>
<tags>StyleCop analysis</tags>
</metadata>
<files>
<file src="bin\Release\StyleCop.ReSharper.dll" target="DotFiles" />
<file src="bin\Release\StyleCop.dll" target="DotFiles" />
<file src="bin\Release\StyleCop.CSharp.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\" />
<file src="bin\Release\StyleCop.CSharp.Rules.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\" />
<file src="StyleCop.dotSettings" target="DotFiles\Extensions\StyleCop.StyleCop\settings\StyleCop.dotSettings" />
</files>
</package>
Binary file added logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f24f38b

Please sign in to comment.