Skip to content

Commit

Permalink
Fix UAP build setting. #186
Browse files Browse the repository at this point in the history
  • Loading branch information
yfakariya committed Sep 26, 2017
1 parent 75976df commit a1f1e0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -706,12 +706,13 @@ Release 0.9.1 2017-8-30

BUG FIXES
* Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
* Fix new unpacker cannot unpack reserved ext types.

Release 1.0.0-beta1 T.B.D.
Release 0.9.2 2017-09-26

BREAKING CHANGES
* Default DateTime, DateTimeOffset, FILETIME serialization now use msgpack timestamp type instead of native .NET representation. You can disable this behavior via setting SerializationContext.DefaultDateTimeConversionMethod to DateTimeConversionMethod.Native.
BUG FIXES
* Fix UAP build drop does not exists in nupkg. #186

Release 1.0.0-beta1 T.B.D.

NEW FEATURES
* .NET Standard 2.0 which supports serializer source code generation on .NET Core. Note that serializer assembly generation is not supported.
Expand All @@ -720,3 +721,5 @@ Release 1.0.0-beta1 T.B.D.

BUG FIXES
* Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
* Fix UAP build drop does not exists in nupkg. #186
* Fix new unpacker cannot unpack reserved ext types.
3 changes: 2 additions & 1 deletion MsgPack.Windows.sln
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ Global
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Any CPU.Build.0 = Release|Any CPU
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|ARM.ActiveCfg = Release|ARM
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|ARM.Build.0 = Release|ARM
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Mixed Platforms.ActiveCfg = Release|x86
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|x64.ActiveCfg = Release|x64
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|x64.Build.0 = Release|x64
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|x86.ActiveCfg = Release|x86
Expand Down

0 comments on commit a1f1e0b

Please sign in to comment.