Skip to content

Commit 2f8f26c

Browse files
committed
Fix compile for current MAUI - remove old samples
1 parent 0231e15 commit 2f8f26c

File tree

87 files changed

+7
-1316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+7
-1316
lines changed

readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# <img src="icon.png" width="71" height="71"/> ACR User Dialogs
44

55
A cross platform library that allows you to call for standard user dialogs from a shared/portable library.
6-
Supports Android, iOS, and Unified Windows Platform (UWP, UAP)
76

87
[![NuGet](https://img.shields.io/nuget/v/Acr.UserDialogs.svg?maxAge=2592000)](https://www.nuget.org/packages/Acr.UserDialogs/)
98

@@ -35,6 +34,11 @@ v8.x Supports ONLY .NET 6 target
3534
* .NET for iOS
3635
* .NET for MacCatalyst
3736

37+
v9.x Supports ONLY .NET 8 target
38+
* .NET for Android
39+
* .NET for iOS
40+
* .NET for MacCatalyst
41+
3842
## Setup
3943

4044
To use, simply reference the nuget package in each of your platform projects. If you are getting issues with System.Drawing.Color, please make sure you are using the latest version of Xamarin

sample/Sample/Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.10" />
37+
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.14" />
3838
<ProjectReference Include="..\..\src\Acr.UserDialogs\Acr.UserDialogs.csproj" />
3939
</ItemGroup>
4040
</Project>

sample/Samples.Droid/MainActivity.cs

-34
This file was deleted.

sample/Samples.Droid/Properties/AndroidManifest.xml

-5
This file was deleted.

sample/Samples.Droid/Properties/AssemblyInfo.cs

-34
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.4 KB
Binary file not shown.

sample/Samples.Droid/Resources/layout/Toolbar.axml

-11
This file was deleted.

sample/Samples.Droid/Resources/layout/tabs.axml

-11
This file was deleted.

sample/Samples.Droid/Resources/values-v21/style.xml

-7
This file was deleted.

sample/Samples.Droid/Resources/values/colors.xml

-7
This file was deleted.

sample/Samples.Droid/Resources/values/style.xml

-11
This file was deleted.

sample/Samples.Droid/Samples.Droid.csproj

-119
This file was deleted.

sample/Samples.Tizen/Program.cs

-23
This file was deleted.

sample/Samples.Tizen/Samples.Tizen.csproj

-20
This file was deleted.
-9.86 KB
Binary file not shown.

sample/Samples.Tizen/tizen-manifest.xml

-12
This file was deleted.

sample/Samples.Uwp/App.xaml

-8
This file was deleted.

0 commit comments

Comments
 (0)