diff --git a/nuspec/Acr.UserDialogs.nuspec b/nuspec/Acr.UserDialogs.nuspec index 8a9e427e..94b7947e 100644 --- a/nuspec/Acr.UserDialogs.nuspec +++ b/nuspec/Acr.UserDialogs.nuspec @@ -2,7 +2,7 @@ Acr.UserDialogs - 5.0.0 + 5.0.1 ACR User Dialogs Plugin for Xamarin and Windows Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code @@ -57,6 +57,10 @@ Supported Platforms +5.0.1 +[fix][ios] incorrect prompt result +[fix][ios] dialogs not appearing when using modal windows + 5.0 [feature][droid] appcompat now built in. dialogs will attempt to use best mechanism avaiable on the top activity to determine how to display dialogs (appcompat, fragment dialog, dialog direct). Thanks to Felix Barz [fix][droid] SUPPORT LIB VERSION DEPENDENCY GONE (mostly)! @@ -150,11 +154,6 @@ Add debug symbols to package [android] material design support (flag in Init) [breaking] Init is gone from everything but android [breaking] android no longer supports anything less than API 15 - -3.4.2 -[feature] ActionSheetAsync - the xamarin forms way of doing this. I still recommend ActionSheet for maximum flexibility -[ios][fix] More top viewcontroller fixes (around tab controllers) courtesy of @RTodorov - diff --git a/src/Acr.UserDialogs.sln b/src/Acr.UserDialogs.sln index ca7ded08..ef8458f8 100644 --- a/src/Acr.UserDialogs.sln +++ b/src/Acr.UserDialogs.sln @@ -238,6 +238,7 @@ Global {74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Debug|x64.ActiveCfg = Debug|Any CPU {74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Debug|x86.ActiveCfg = Debug|Any CPU {74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|Any CPU.ActiveCfg = Release|Any CPU + {74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|Any CPU.Build.0 = Release|Any CPU {74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|ARM.ActiveCfg = Release|Any CPU {74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|iPhone.ActiveCfg = Release|Any CPU {74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|iPhone.Build.0 = Release|Any CPU @@ -280,6 +281,7 @@ Global {E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Debug|x64.ActiveCfg = Debug|iPhone {E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Debug|x86.ActiveCfg = Debug|iPhone {E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|Any CPU.ActiveCfg = Release|iPhone + {E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|Any CPU.Build.0 = Release|iPhone {E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|ARM.ActiveCfg = Release|iPhone {E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|iPhone.ActiveCfg = Release|iPhone {E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|iPhone.Build.0 = Release|iPhone @@ -324,6 +326,7 @@ Global {1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Debug|x64.ActiveCfg = Debug|Any CPU {1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Debug|x86.ActiveCfg = Debug|Any CPU {1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|Any CPU.Build.0 = Release|Any CPU {1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|ARM.ActiveCfg = Release|Any CPU {1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|iPhone.ActiveCfg = Release|Any CPU {1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|iPhone.Build.0 = Release|Any CPU