From c378bd029ea6bd29bd0b57d267303be0954d1f2e Mon Sep 17 00:00:00 2001 From: yfakariya Date: Mon, 25 Sep 2017 07:50:49 +0900 Subject: [PATCH] Fix UAP build setting. #186 --- CHANGES.txt | 4 ++++ MsgPack.Windows.sln | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 368cd6431..398f3249c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -707,3 +707,7 @@ 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 +Release 0.9.2 2017-09-25 + + BUG FIXES + * Fix UAP build drop does not exists in nupkg. #186 diff --git a/MsgPack.Windows.sln b/MsgPack.Windows.sln index 4d42f5010..0474bd60e 100644 --- a/MsgPack.Windows.sln +++ b/MsgPack.Windows.sln @@ -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