forked from mgholam/fastJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fastJSON.nuspec
21 lines (21 loc) · 941 Bytes
/
fastJSON.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>fastJSON</id>
<version>2.1.23.0</version>
<title>fastJSON</title>
<authors>mgholam</authors>
<owners />
<projectUrl>http://fastjson.codeplex.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>smallest, fastest polymorphic JSON serializer</description>
</metadata>
<files>
<file src="output\net35\fastjson.dll" target="lib\net20\fastjson.dll" />
<file src="output\net35\fastjson.dll" target="lib\net35\fastjson.dll" />
<file src="output\net40\fastjson.dll" target="lib\net40\fastjson.dll" />
<file src="history.txt" target="lib\history.txt" />
<file src="readme.md" target="lib\readme.md" />
<file src="Howto.md" target="lib\Howto.md" />
</files>
</package>