Skip to content

Commit 1e7dfd8

Browse files
committed
Update version info.
1 parent e336895 commit 1e7dfd8

14 files changed

Lines changed: 24 additions & 14 deletions

File tree

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,3 +314,13 @@ Release 0.6.0 - 2015/08/09
314314
* Fix Unpacker does not handle ext types in skipping.
315315
* Fix SerializerGenerator and mpu.exe do not handle EnumSerializationMethod. Issue #102.
316316
* Fix SerializerGenerator and mpu.exe do not exclude types which are handled with built-in serializers. Issue #104.
317+
318+
Release 0.6.1 - 2015/08/16
319+
320+
IMPROVEMENTS
321+
* Recursive generation now supports generic arguments and array element types. Issue #106.
322+
* New SerializerGenerator.GenerateSerializerCodeAssembly and GenerateSerializerSourceCodes, which return structured information including target types and serializer type names. It should improve pre-generation experience. Issue #107.
323+
324+
BUG FIXES
325+
* Fix SerializerGenerator does not filter out built-in types when they are appeared in members instead of API arguments. Issue #105.
326+
* Fix type embedding fails if the type name starts with its assembly simple name. Issue #108.

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</version>
6+
<version>0.6.1</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. In addition, code generation APIs are improved.</releaseNotes>
15+
<releaseNotes>This release contains bug fixes and improvements related to generators and type embedding.</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 />

src/MsgPack.Net35/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2828

2929

30-
[assembly: AssemblyFileVersion( "0.6.2046.442" )]
30+
[assembly: AssemblyFileVersion( "0.6.2052.952" )]
3131

3232
[assembly: AllowPartiallyTrustedCallers]
3333

src/MsgPack.Net40/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2828

2929

30-
[assembly: AssemblyFileVersion( "0.6.2046.442" )]
30+
[assembly: AssemblyFileVersion( "0.6.2052.952" )]
3131

3232
[assembly: SecurityRules( SecurityRuleSet.Level2, SkipVerificationInFullTrust = true )]
3333
[assembly: AllowPartiallyTrustedCallers]

src/MsgPack.Silverlight.5/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2727

2828

29-
[assembly: AssemblyFileVersion( "0.6.2046.442" )]
29+
[assembly: AssemblyFileVersion( "0.6.2052.952" )]
3030

3131
#if DEBUG || PERFORMANCE_TEST
3232
[assembly: InternalsVisibleTo( "MsgPack.Silverlight.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]

src/MsgPack.Silverlight.WindowsPhone/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2828

2929

30-
[assembly: AssemblyFileVersion( "0.6.2046.442" )]
30+
[assembly: AssemblyFileVersion( "0.6.2052.952" )]
3131

3232
[assembly: AllowPartiallyTrustedCallers]
3333

src/MsgPack.Unity3D.Full/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2015" )]
2828

2929

30-
[assembly: AssemblyFileVersion( "0.6.2046.442" )]
30+
[assembly: AssemblyFileVersion( "0.6.2052.952" )]
3131

3232
[assembly: AllowPartiallyTrustedCallers]
3333

src/MsgPack.Unity3D/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2828

2929

30-
[assembly: AssemblyFileVersion( "0.6.2046.442" )]
30+
[assembly: AssemblyFileVersion( "0.6.2052.952" )]
3131

3232
[assembly: AllowPartiallyTrustedCallers]
3333

src/MsgPack.WinRT.Portable/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2828

2929

30-
[assembly: AssemblyFileVersion( "0.6.2046.442" )]
30+
[assembly: AssemblyFileVersion( "0.6.2052.952" )]
3131

3232
#if DEBUG || PERFORMANCE_TEST
3333
[assembly: InternalsVisibleTo( "MsgPack.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )]

src/MsgPack.Xamarin.Android/MsgPack.Xamarin.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AssemblyName>MsgPack</AssemblyName>
1616
<SignAssembly>true</SignAssembly>
1717
<AssemblyOriginatorKeyFile>..\MsgPack.snk</AssemblyOriginatorKeyFile>
18-
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v5.1</TargetFrameworkVersion>
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2121
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)