Skip to content

Commit 403e955

Browse files
committed
added nuget package specification
1 parent 52e0015 commit 403e955

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Jsonie/Jsonie.nuspec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
7+
<title>$title$</title>
8+
<description>$description$</description>
9+
10+
<authors>Michal Novák</authors>
11+
<copyright>Copyright © 2014 Michal Novák, Dextronet.</copyright>
12+
<tags>json</tags>
13+
14+
<projectUrl>http://jsonie.weborama.cz/</projectUrl>
15+
<iconUrl>https://raw.githubusercontent.com/mancze/jsonie/master/Resources/Logo/jsonie-64.png</iconUrl>
16+
<licenseUrl>https://raw.githubusercontent.com/mancze/jsonie/master/LICENSE.md</licenseUrl>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)