Skip to content

Commit

Permalink
Fixing NuGet packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pinebit committed Mar 29, 2015
1 parent 33e1bfb commit d2eb021
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SolutionInspector/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SolutionInspector</id>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>Andrei Smirnov</authors>
<owners>Andrei Smirnov</owners>
<licenseUrl>https://github.com/pinebit/SolutionInspector/blob/master/LICENSE</licenseUrl>
Expand All @@ -13,4 +13,7 @@
<copyright>Copyright (c) Andrei Smirnov 2015</copyright>
<tags>solution structure project settings validation checking stylecop fxcop</tags>
</metadata>
<files>
<file src="bin\Release\SolutionInspector.exe" target="bin" />
</files>
</package>

0 comments on commit d2eb021

Please sign in to comment.