Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update version info.
  • Loading branch information
yfakariya committed Dec 6, 2013
commit ac7e95df845427db68f818ac695269907abd26bd
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ Release 0.4 - 2013/10/6
* Nullable<MessagePack> based unpacker API is deprecated becaue of their poor performance. You should use fast non-nullable APIs instead (properties/methods with 'Data' suffixes).
* This version is tested on .NET 4.5 and Mono 2.10.8.1.

Release 0.4.1 - 2013/12/07

BUG FIXES
* Fix Readme code error (issue #20.)
* Fix MessagePack.Create<T>() might fail due to type lock synchronization does not coordinate multiple threads (issue #19.)
* Fix deserializing as MessagePackObject fails when unpacking data is list or map (issue #13.)
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.4.0</version>
<version>0.4.1</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 library provides MessagePack serialization/deserialization APIs.</description>
<releaseNotes>This release improves performance, adds str8 support, ext type support, improved serializer generator API, new abstract collection support, and some bug fixes.</releaseNotes>
<releaseNotes>0.4 release improves performance, adds str8 support, ext type support, improved serializer generator API, new abstract collection support, and some bug fixes. This release includes some minor bug fixes.</releaseNotes>
<copyright>Copyright 2010-2013 FUJIWARA, Yusuke, all rights reserved.</copyright>
<tags>Serialization MessagePack MsgPack Formatter Binary Serializer</tags>
<dependencies />
Expand Down
2 changes: 1 addition & 1 deletion src/CommonAssemblyInfo.Pack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
// Build : Bug fixes and improvements, which does not break API contract, but may break some code depends on internal implementation behaviors.
// For example, some programs use reflection to retrieve private fields, analyse human readable exception messages or stack trace, or so.
// Revision : Not used. It might be used to indicate target platform.
[assembly: AssemblyInformationalVersion( "0.4.0" )]
[assembly: AssemblyInformationalVersion( "0.4.1" )]
2 changes: 1 addition & 1 deletion src/MsgPack.Mono/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

[assembly: SecurityRules( SecurityRuleSet.Level2, SkipVerificationInFullTrust = true )]
[assembly: AllowPartiallyTrustedCallers]
Expand Down
2 changes: 1 addition & 1 deletion src/MsgPack.Net35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2013" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

[assembly: AllowPartiallyTrustedCallers]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.Silverlight.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.Silverlight.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]
Expand Down
2 changes: 1 addition & 1 deletion src/MsgPack.Serialization.WinRT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.WindowsPhone.UnitTest" )]
Expand Down
2 changes: 1 addition & 1 deletion src/MsgPack.Silverlight.4/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.Silverlight.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]
Expand Down
2 changes: 1 addition & 1 deletion src/MsgPack.Silverlight.5/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.Silverlight.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]
Expand Down
2 changes: 1 addition & 1 deletion src/MsgPack.WinRT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]
Expand Down
2 changes: 1 addition & 1 deletion src/MsgPack.WindowsPhone.7.1/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

#if DEBUG || PERFORMANCE_TEST
[assembly: InternalsVisibleTo( "MsgPack.WindowsPhone.UnitTest" )]
Expand Down
2 changes: 1 addition & 1 deletion src/MsgPack/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2012" )]


[assembly: AssemblyFileVersion( "0.4.1297.568" )]
[assembly: AssemblyFileVersion( "0.4.1435.1085" )]

[assembly: SecurityRules( SecurityRuleSet.Level2, SkipVerificationInFullTrust = true )]
[assembly: AllowPartiallyTrustedCallers]
Expand Down