forked from mgholam/fastBinaryJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fastBinaryJSON.nuspec
22 lines (22 loc) · 1.15 KB
/
fastBinaryJSON.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>fastBinaryJSON</id>
<version>1.6.1.0</version>
<title>fastBinaryJSON</title>
<authors>mgholam</authors>
<owners />
<projectUrl>https://www.codeproject.com/Articles/345070/fastBinaryJSON</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>smallest, fastest polymorphic binary JSON serializer</description>
</metadata>
<files>
<file src="output\net20\fastbinaryjson.dll" target="lib\net20\fastbinaryjson.dll" />
<file src="output\net20\fastbinaryjson.dll" target="lib\net35\fastbinaryjson.dll" />
<file src="output\net40\fastbinaryjson.dll" target="lib\net40\fastbinaryjson.dll" />
<file src="output\net4.0\fastbinaryjson.dll" target="lib\net4.0\fastbinaryjson.dll" />
<file src="output\netstandard2.0\fastbinaryjson.dll" target="lib\netstandard2.0\fastbinaryjson.dll" />
<file src="history.txt" target="lib\history.txt" />
<file src="readme.md" target="lib\readme.md" />
</files>
</package>