Skip to content

Commit 51aedd6

Browse files
committed
prep for release
1 parent 60a5e42 commit 51aedd6

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

nuspec/Acr.UserDialogs.nuspec

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Acr.UserDialogs</id>
5-
<version>5.0.0</version>
5+
<version>5.0.1</version>
66
<title>ACR User Dialogs Plugin for Xamarin and Windows</title>
77
<summary>Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code</summary>
88
<description>
@@ -57,6 +57,10 @@ Supported Platforms
5757
</group>
5858
</dependencies>
5959
<releaseNotes>
60+
5.0.1
61+
[fix][ios] incorrect prompt result
62+
[fix][ios] dialogs not appearing when using modal windows
63+
6064
5.0
6165
[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
6266
[fix][droid] SUPPORT LIB VERSION DEPENDENCY GONE (mostly)!
@@ -150,11 +154,6 @@ Add debug symbols to package
150154
[android] material design support (flag in Init)
151155
[breaking] Init is gone from everything but android
152156
[breaking] android no longer supports anything less than API 15
153-
154-
3.4.2
155-
[feature] ActionSheetAsync - the xamarin forms way of doing this. I still recommend ActionSheet for maximum flexibility
156-
[ios][fix] More top viewcontroller fixes (around tab controllers) courtesy of @RTodorov
157-
158157
</releaseNotes>
159158
</metadata>
160159
<files>

src/Acr.UserDialogs.sln

+3
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ Global
238238
{74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Debug|x64.ActiveCfg = Debug|Any CPU
239239
{74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Debug|x86.ActiveCfg = Debug|Any CPU
240240
{74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|Any CPU.ActiveCfg = Release|Any CPU
241+
{74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|Any CPU.Build.0 = Release|Any CPU
241242
{74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|ARM.ActiveCfg = Release|Any CPU
242243
{74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|iPhone.ActiveCfg = Release|Any CPU
243244
{74CEE6C1-4CE8-4279-82AF-D5A5DDD76D18}.Release|iPhone.Build.0 = Release|Any CPU
@@ -280,6 +281,7 @@ Global
280281
{E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Debug|x64.ActiveCfg = Debug|iPhone
281282
{E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Debug|x86.ActiveCfg = Debug|iPhone
282283
{E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|Any CPU.ActiveCfg = Release|iPhone
284+
{E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|Any CPU.Build.0 = Release|iPhone
283285
{E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|ARM.ActiveCfg = Release|iPhone
284286
{E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|iPhone.ActiveCfg = Release|iPhone
285287
{E65BABF2-F96E-4256-A169-4ECB8136FBB3}.Release|iPhone.Build.0 = Release|iPhone
@@ -324,6 +326,7 @@ Global
324326
{1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Debug|x64.ActiveCfg = Debug|Any CPU
325327
{1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Debug|x86.ActiveCfg = Debug|Any CPU
326328
{1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
329+
{1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|Any CPU.Build.0 = Release|Any CPU
327330
{1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|ARM.ActiveCfg = Release|Any CPU
328331
{1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|iPhone.ActiveCfg = Release|Any CPU
329332
{1AA0F8D6-3F27-4461-B5FD-1C8F1000FCE3}.Release|iPhone.Build.0 = Release|Any CPU

0 commit comments

Comments
 (0)