Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Apr 29, 2016
1 parent 60a5e42 commit 51aedd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 5 additions & 6 deletions nuspec/Acr.UserDialogs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Acr.UserDialogs</id>
<version>5.0.0</version>
<version>5.0.1</version>
<title>ACR User Dialogs Plugin for Xamarin and Windows</title>
<summary>Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code</summary>
<description>
Expand Down Expand Up @@ -57,6 +57,10 @@ Supported Platforms
</group>
</dependencies>
<releaseNotes>
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)!
Expand Down Expand Up @@ -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

</releaseNotes>
</metadata>
<files>
Expand Down
3 changes: 3 additions & 0 deletions src/Acr.UserDialogs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 51aedd6

Please sign in to comment.