Skip to content

Commit

Permalink
Bump nuspec to version 0.2 and specify files to pack explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofdul committed May 19, 2015
1 parent 3f7e07f commit 2d6df5e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cassette/Cassette.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<package >
<package>
<metadata>
<id>DrewNoakes.Cassette</id>
<version>0.1.0</version>
<version>0.2.0</version>
<title>Cassette - Content-addressable storage</title>
<authors>Drew Noakes</authors>
<owners>Drew Noakes</owners>
Expand All @@ -15,4 +15,7 @@
<copyright>Copyright Drew Noakes 2015</copyright>
<tags>ContentAddressableStorage Storage Database CAS</tags>
</metadata>
<files>
<file src="bin\Release\Cassette.dll" target="lib\net45" />
</files>
</package>

0 comments on commit 2d6df5e

Please sign in to comment.