Skip to content

Commit 6235598

Browse files
committed
Update files related to release.
1 parent e7bdbea commit 6235598

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,3 +336,6 @@ Release 0.6.2 - 2015/08/30
336336

337337
BUG FIXES
338338
* Fix built-in serializer for System.Object does not honor current context. Issue #111.
339+
340+
IMPROVEMENTS
341+
* Add built-in System.Globalization.CultureInfo serializer. Issue #112.

MsgPack.nuspec

Lines changed: 2 additions & 2 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.6.1</version>
6+
<version>0.6.2</version>
77
<authors>FUJIWARA, Yusuke</authors>
88
<owners>FUJIWARA, Yusuke</owners>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
@@ -12,7 +12,7 @@
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 contains bug fixes and improvements related to generators and type embedding.</releaseNotes>
15+
<releaseNotes>This release contains minor bug fixes and improvements.</releaseNotes>
1616
<copyright>Copyright 2010-2015 FUJIWARA, Yusuke, all rights reserved.</copyright>
1717
<tags>MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D</tags>
1818
<dependencies />

tools/mpu/bin/MsgPack.dll

512 Bytes
Binary file not shown.

tools/mpu/bin/mpu.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)