Skip to content

Commit

Permalink
Included the .nuspec file in the CodeTiger.Core project and appended …
Browse files Browse the repository at this point in the history
…'-unofficial' to the default package version.
  • Loading branch information
csdahlberg committed Apr 30, 2015
1 parent c8cc792 commit 3fa6d6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CodeTiger.Core/CodeTiger.Core.csproj
Expand Up @@ -82,6 +82,11 @@
<None Include="..\CodeTigerLib.snk">
<Link>CodeTigerLib.snk</Link>
</None>
<None Include="CodeTiger.Core.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
2 changes: 1 addition & 1 deletion CodeTiger.Core/CodeTiger.Core.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CodeTiger.Core</id>
<version>0.0.1</version>
<version>0.0.1-unofficial</version>
<authors>Chris Dahlberg</authors>
<owners>Chris Dahlberg</owners>
<licenseUrl>https://github.com/csdahlberg/CodeTigerLib/wiki/License</licenseUrl>
Expand Down

0 comments on commit 3fa6d6c

Please sign in to comment.