rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 337 forks source link

[MAUI] Add `SupportedOSPlatformVersion` #718

Closed maxkoshevoi closed 2 years ago

maxkoshevoi commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Added SupportedOSPlatformVersion to MAUI project, so it could be used in projects where MinSdk is lower than latest SDK.

MAUI Supported Platforms: https://github.com/dotnet/docs-maui/blob/main/docs/supported-platforms.md Android version is lowest available, iOS is not, I copied it from CommunityToolkit https://github.com/CommunityToolkit/Maui/blob/main/src/CommunityToolkit.Maui/CommunityToolkit.Maui.csproj#L11

PS: Also normalized spacing in project files

:arrow_heading_down: What is the current behavior?

image

:new: What is the new behavior (if this is a feature change)?

No waring

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

684

:thinking: Checklist before submitting