Skip to content

Commit 4f94b0c

Browse files
author
Stefan Nuxoll
committed
Added nuspec file
1 parent 855219a commit 4f94b0c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CacheMoney/CacheMoney.nuspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>CacheMoney</id>
5+
<version>0.1.0</version>
6+
<title>CacheMoney</title>
7+
<authors>Stefan Nuxoll</authors>
8+
<owners>Stefan Nuxoll</owners>
9+
<licenseUrl>https://github.com/snuxoll/CacheMoney/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>http://www.github.com/snuxoll/CacheMoney</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>Simple library for implementing data caching</description>
13+
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
14+
<copyright>Copyright 2015 Stefan Nuxoll</copyright>
15+
<tags>cache</tags>
16+
</metadata>
17+
</package>

0 commit comments

Comments
 (0)