Skip to content

Commit

Permalink
Add nuspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Mar 29, 2015
1 parent 273dd1e commit bb93480
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Cassette/Cassette.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>DrewNoakes.Cassette</id>
<version>0.1.0</version>
<title>Cassette - Content-addressable storage</title>
<authors>Drew Noakes</authors>
<owners>Drew Noakes</owners>
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/drewnoakes/cassette</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple content-addressable storage system for .NET 4.5.</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright Drew Noakes 2015</copyright>
<tags>ContentAddressableStorage Storage Database CAS</tags>
</metadata>
</package>

0 comments on commit bb93480

Please sign in to comment.