Skip to content

Commit 16d8f3b

Browse files
committed
Merge branch '0.6'
2 parents e0a719e + c06d095 commit 16d8f3b

File tree

33 files changed

+444
-572
lines changed

33 files changed

+444
-572
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,8 @@ Release 0.6.0 Beta2 - 2015/05/24
271271

272272
BUG FIXES
273273
* Fix System.Object instance causes StackOverflowException. Issue #73
274+
275+
Release 0.6.0 Beta3 - 2015/06/14
276+
277+
BUG FIXES
278+
* Remove FILETIME dependency to avoid build error in Xamarin/Unity. Issue #87

MsgPack.Windows.sln

Lines changed: 389 additions & 0 deletions
Large diffs are not rendered by default.

MsgPack.Xamarin.Android.sln

Lines changed: 0 additions & 61 deletions
This file was deleted.

MsgPack.Xamarin.iOS.sln

Lines changed: 0 additions & 134 deletions
This file was deleted.

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.0-Beta2</version>
6+
<version>0.6.0-Beta3</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 new constructor based deserialization and type embedding serialization. This release is fine tuned for iOS (Xamarin and Unity).</releaseNotes>
15+
<releaseNotes>This release contains new constructor based deserialization and type embedding serialization. This release fixes iOS (Xamarin and Unity) build issues.</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 />

0 commit comments

Comments
 (0)