-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathMsgPack.nuspec
More file actions
24 lines (24 loc) · 1.31 KB
/
MsgPack.nuspec
File metadata and controls
24 lines (24 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package>
<metadata>
<id>MsgPack.Cli</id>
<title>MessagePack for CLI</title>
<version>0.4.4</version>
<authors>FUJIWARA, Yusuke</authors>
<owners>FUJIWARA, Yusuke</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/msgpack/msgpack-cli</projectUrl>
<iconUrl>http://cli.msgpack.org/images/msgpack.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MessagePack is fast, compact, and interoperable binary serialization format.
This library provides MessagePack serialization/deserialization APIs.</description>
<releaseNotes>0.4 release improves performance, adds str8 support, ext type support, improved serializer generator API, new abstract collection support, and some bug fixes. This release includes bug fixes related to some collection interface types.</releaseNotes>
<copyright>Copyright 2010-2014 FUJIWARA, Yusuke, all rights reserved.</copyright>
<tags>Serialization MessagePack MsgPack Formatter Binary Serializer</tags>
<dependencies />
</metadata>
<files>
<file src="bin\**\*.dll" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" />
<file src="bin\**\*.XML" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" />
</files>
</package>