-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnkf.nuspec
34 lines (32 loc) · 1.72 KB
/
nkf.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>nkf</id>
<version>2.1.5</version>
<packageSourceUrl>https://github.com/kai2nenobu/my-chocolatey-packages/tree/master/nkf</packageSourceUrl>
<owners>Tsunenobu Kai</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>nkf Network Kanji Filter</title>
<authors>The nkf Project</authors>
<projectUrl>https://osdn.net/projects/nkf/simple/</projectUrl>
<!--<iconUrl>http://cdn.rawgit.com/__REPLACE_YOUR_REPO__/master/icons/cmigemo.png</iconUrl>-->
<copyright>The nkf Project</copyright>
<licenseUrl>https://osdn.net/softwaremap/trove_list.php?form_cat=195</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://osdn.net/projects/nkf/scm/git/nkf/</projectSourceUrl>
<!--<docsUrl>At what url are the software docs located?</docsUrl>-->
<!--<mailingListUrl></mailingListUrl>-->
<bugTrackerUrl>https://osdn.net/projects/nkf/ticket/</bugTrackerUrl>
<tags></tags>
<summary>Nkf is a yet another kanji code converter among networks, hosts and terminals. It converts input kanji code to designated kanji code such as ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32.</summary>
<description>Nkf is a yet another kanji code converter among networks, hosts and terminals.</description>
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
<!-- =============================== -->
</metadata>
<files>
<file src="bin\**" target="bin" />
<file src="doc\**" target="doc" />
</files>
</package>