Skip to content

Commit

Permalink
Merge branch '0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
yfakariya committed Jun 14, 2015
2 parents e0a719e + c06d095 commit 16d8f3b
Show file tree
Hide file tree
Showing 33 changed files with 444 additions and 572 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,8 @@ Release 0.6.0 Beta2 - 2015/05/24

BUG FIXES
* Fix System.Object instance causes StackOverflowException. Issue #73

Release 0.6.0 Beta3 - 2015/06/14

BUG FIXES
* Remove FILETIME dependency to avoid build error in Xamarin/Unity. Issue #87
389 changes: 389 additions & 0 deletions MsgPack.Windows.sln

Large diffs are not rendered by default.

61 changes: 0 additions & 61 deletions MsgPack.Xamarin.Android.sln

This file was deleted.

134 changes: 0 additions & 134 deletions MsgPack.Xamarin.iOS.sln

This file was deleted.

4 changes: 2 additions & 2 deletions MsgPack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>MsgPack.Cli</id>
<title>MessagePack for CLI</title>
<version>0.6.0-Beta2</version>
<version>0.6.0-Beta3</version>
<authors>FUJIWARA, Yusuke</authors>
<owners>FUJIWARA, Yusuke</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.</description>
<releaseNotes>This release contains new constructor based deserialization and type embedding serialization. This release is fine tuned for iOS (Xamarin and Unity).</releaseNotes>
<releaseNotes>This release contains new constructor based deserialization and type embedding serialization. This release fixes iOS (Xamarin and Unity) build issues.</releaseNotes>
<copyright>Copyright 2010-2015 FUJIWARA, Yusuke, all rights reserved.</copyright>
<tags>MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D</tags>
<dependencies />
Expand Down
Loading

0 comments on commit 16d8f3b

Please sign in to comment.