-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathHjson.nuspec
22 lines (22 loc) · 1.08 KB
/
Hjson.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>Hjson</id>
<version>$version$</version>
<title>Hjson</title>
<authors>Christian Zangl</authors>
<owners>Christian Zangl</owners>
<licenseUrl>https://github.com/laktak/hjson-cs/blob/master/LICENSE</licenseUrl>
<projectUrl>http://hjson.org</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Hjson, a user interface for JSON. Relaxed syntax, fewer mistakes, more comments. Supports .NET Core, .NET 4.x and Mono. For details go to http://hjson.org. </description>
<copyright>Copyright Christian Zangl</copyright>
<tags>JSON comments config hjson parser serializer</tags>
</metadata>
<files>
<file src="Hjson/bin/Release/netstandard2.0/Hjson.dll" target="lib/netstandard2.0/Hjson.dll" />
<file src="Hjson/bin/Release/netstandard2.0/Hjson.xml" target="lib/netstandard2.0/Hjson.xml" />
<file src="legacy/Hjson/bin/Release/Hjson.dll" target="lib/net40/Hjson.dll" />
<file src="legacy/Hjson/bin/Release/Hjson.xml" target="lib/net40/Hjson.xml" />
</files>
</package>