-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
273dd1e
commit bb93480
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |