Skip to content

Commit e5830a1

Browse files
committed
Update specs.
1 parent e4e80d1 commit e5830a1

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,14 @@ Release 0.5 - 2014/7/21
136136
* This release unifies .NET build and Mono build for main source codes (testing codes have not been unified yet.)
137137
* This release contains reimplementation of serializer generation stack. It might change implementation detail dependant behavior (it usually potential issue).
138138

139-
Release 0.6 2014/8/?
139+
Release 0.5.1 2014/8/?
140140

141141
FEATURES
142142
* Reflection serializer. It enables on-the-fly serializer generation in Xamarin and Unity3D.
143143

144144
BUG FIXES
145145
* Fixes concurrency bug in WinRT.
146-
* Fixes built-in NamedValueCollection serializer generates invalid stream when the values of a key are empty.
146+
* Fixes built-in NamedValueCollection serializer generates invalid stream when the values of a key are empty.
147+
148+
NOTE
149+
* This release changes drop for Unity3D from source assets to dll assets.

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.5.0</version>
6+
<version>0.5.1-beta1</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 library provides MessagePack serialization/deserialization APIs. This library supports Xamarin and Unity3D.</description>
15-
<releaseNotes>This release now supports Xamarin and Unity3D by adding serializer code generation which enables setting break-point and avoiding runtime code generation which is not permitted on iOS.</releaseNotes>
15+
<releaseNotes>This release now supports Xamarin and Unity3D by adding serializer code generation which enables setting break-point and avoiding runtime code generation. In addition, runtime code generation in iOS/Android is also supported.</releaseNotes>
1616
<copyright>Copyright 2010-2014 FUJIWARA, Yusuke, all rights reserved.</copyright>
1717
<tags>Serialization MessagePack MsgPack Formatter Binary Serializer Fast Xamarin Unity3D</tags>
1818
<dependencies />

0 commit comments

Comments
 (0)