Skip to content

Commit 91f501e

Browse files
committed
Update changelogs.
1 parent 4f3c3ec commit 91f501e

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Release 0.5.5 - 2014/10/12
190190
IMPROVEMENTS
191191
* Portable library drop for Universal App does not refer `libc` now. Issue #41
192192

193-
Release 0.5.6 - 2014/11/?
193+
Release 0.5.6 - 2014/11/30
194194

195195
BUG FIXES
196196
* The type which has indexer(s) and does not implement IDictionary nor IDictionary<TKey,TValue> is failed to create serializer. Issue #49

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.5</version>
6+
<version>0.5.6</version>
77
<authors>FUJIWARA, Yusuke</authors>
88
<owners>FUJIWARA, Yusuke</owners>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
@@ -12,9 +12,9 @@
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 DateTime and dynamic unpacking related issues.</releaseNotes>
15+
<releaseNotes>This release fixes serializer generator bugs related to indexer handling and extra members handling.</releaseNotes>
1616
<copyright>Copyright 2010-2014 FUJIWARA, Yusuke, all rights reserved.</copyright>
17-
<tags>Serialization MessagePack MsgPack Formatter Binary Serializer Fast Xamarin Unity3D</tags>
17+
<tags>MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D</tags>
1818
<dependencies />
1919
</metadata>
2020
<files>

tools/mpu/bin/MsgPack.dll

1.5 KB
Binary file not shown.

tools/mpu/bin/MsgPack.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4279,13 +4279,14 @@
42794279
<param name="elseExpression">The expression which is used when condition is false.</param>
42804280
<returns>The conditional expression.</returns>
42814281
</member>
4282-
<member name="M:MsgPack.Serialization.AbstractSerializers.SerializerBuilder`3.EmitStringSwitchStatement(`0,`1,System.Collections.Generic.IDictionary{System.String,`1})">
4283-
<summary>
4284-
Emits string switch statement.
4285-
</summary>
4282+
<member name="M:MsgPack.Serialization.AbstractSerializers.SerializerBuilder`3.EmitStringSwitchStatement(`0,`1,System.Collections.Generic.IDictionary{System.String,`1},`1)">
4283+
<summary>
4284+
Emits string switch statement.
4285+
</summary>
42864286
<param name="context">The generation context.</param>
42874287
<param name="target">Target string expression.</param>
42884288
<param name="cases">The case statements. The keys are case condition, and values are actual statement.</param>
4289+
<param name="defaultCase">Default case expression.</param>
42894290
<returns>The switch statement.</returns>
42904291
</member>
42914292
<member name="M:MsgPack.Serialization.AbstractSerializers.SerializerBuilder`3.EmitRetrunStatement(`0,`1)">

tools/mpu/bin/mpu.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)