Skip to content

Commit a1f1e0b

Browse files
committed
Fix UAP build setting. #186
1 parent 75976df commit a1f1e0b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,13 @@ Release 0.9.1 2017-8-30
706706

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

711-
Release 1.0.0-beta1 T.B.D.
710+
Release 0.9.2 2017-09-26
712711

713-
BREAKING CHANGES
714-
* 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.
712+
BUG FIXES
713+
* Fix UAP build drop does not exists in nupkg. #186
714+
715+
Release 1.0.0-beta1 T.B.D.
715716

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

721722
BUG FIXES
722723
* Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
724+
* Fix UAP build drop does not exists in nupkg. #186
725+
* Fix new unpacker cannot unpack reserved ext types.

MsgPack.Windows.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ Global
385385
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Any CPU.Build.0 = Release|Any CPU
386386
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|ARM.ActiveCfg = Release|ARM
387387
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|ARM.Build.0 = Release|ARM
388-
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Mixed Platforms.ActiveCfg = Release|x86
388+
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
389+
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
389390
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|x64.ActiveCfg = Release|x64
390391
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|x64.Build.0 = Release|x64
391392
{9D65A105-FB03-40DB-9185-8C695B8EE8D6}.Release|x86.ActiveCfg = Release|x86

0 commit comments

Comments
 (0)