forked from msgpack/msgpack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MsgPack.nuspec
24 lines (24 loc) · 1.21 KB
/
MsgPack.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
<?xml version="1.0"?>
<package>
<metadata>
<id>MsgPack.Cli</id>
<title>MessagePack for CLI</title>
<version>0.6.5</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 package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.</description>
<releaseNotes>This release contains minor bug fixes and improvements.</releaseNotes>
<copyright>Copyright 2010-2015 FUJIWARA, Yusuke, all rights reserved.</copyright>
<tags>MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D</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>