Skip to content

Commit 4f3c3ec

Browse files
committed
Update version info.
1 parent f4cd436 commit 4f3c3ec

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

CHANGES.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ Release 0.5.5 - 2014/10/12
190190
IMPROVEMENTS
191191
* Portable library drop for Universal App does not refer `libc` now. Issue #41
192192

193-
Relese 1.0 - ???
194-
195-
BREAKING CHANGES [planed]
196-
* APIs marked with [Obsolete] are removed.
193+
Release 0.5.6 - 2014/11/?
197194

195+
BUG FIXES
196+
* The type which has indexer(s) and does not implement IDictionary nor IDictionary<TKey,TValue> is failed to create serializer. Issue #49
197+
* Fix Unpacking a map with extra fields. Issue #50

src/CommonAssemblyInfo.Pack.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
// Build : Bug fixes and improvements, which does not break API contract, but may break some code depends on internal implementation behaviors.
3939
// For example, some programs use reflection to retrieve private fields, analyse human readable exception messages or stack trace, or so.
4040
// Revision : Not used. It might be used to indicate target platform.
41-
[assembly: AssemblyInformationalVersion( "0.5.4" )]
41+
[assembly: AssemblyInformationalVersion( "0.5.6" )]

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.5.1745.959" )]
30+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
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.5.1745.959" )]
30+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
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.5.1745.959" )]
29+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
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.5.1745.959" )]
30+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
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
@@ -26,6 +26,6 @@
2626
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2727

2828

29-
[assembly: AssemblyFileVersion( "0.5.1745.959" )]
29+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
3030

3131
[assembly: AllowPartiallyTrustedCallers]

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.5.1745.959" )]
30+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
3131

3232
[assembly: AllowPartiallyTrustedCallers]
3333

src/MsgPack.Xamarin.Android/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.5.1745.959" )]
30+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
3131

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

src/MsgPack.Xamarin.iOS/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.5.1745.959" )]
30+
[assembly: AssemblyFileVersion( "0.5.1790.895" )]
3131

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

0 commit comments

Comments
 (0)