Skip to content

Commit 38a9d98

Browse files
committed
Add .nuspec file.
1 parent f8d468b commit 38a9d98

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
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+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
10+
<projectUrl>https://github.com/GoldenCrystal/NetUnicodeInfo</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/GoldenCrystal/NetUnicodeInfo/master/UnicodeCharacterInspector/UnicodeCharacterInspector.ico</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>$description$</description>
14+
<releaseNotes></releaseNotes>
15+
<copyright>Copyright 2014</copyright>
16+
<tags>Unicode Unihan .NET C# String Text Char Character CodePoint Code Point</tags>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)