Skip to content

Commit 80f9270

Browse files
committed
Update nuspec.
1 parent 4ee3089 commit 80f9270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MsgPack.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>MsgPack.Cli</id>
55
<title>MessagePack for CLI</title>
6-
<version>0.5.8</version>
6+
<version>0.5.9</version>
77
<authors>FUJIWARA, Yusuke</authors>
88
<owners>FUJIWARA, Yusuke</owners>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
@@ -12,8 +12,8 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>MessagePack is fast, compact, and interoperable binary serialization format.
1414
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.</description>
15-
<releaseNotes>This release fixes unpacker bugs related to network use.</releaseNotes>
16-
<copyright>Copyright 2010-2014 FUJIWARA, Yusuke, all rights reserved.</copyright>
15+
<releaseNotes>This release fixes generator bugs related to large type and collection typed properties which have non-public setter.</releaseNotes>
16+
<copyright>Copyright 2010-2015 FUJIWARA, Yusuke, all rights reserved.</copyright>
1717
<tags>MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D</tags>
1818
<dependencies />
1919
</metadata>

0 commit comments

Comments
 (0)