rotorgames / Rg.Plugins.Popup

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

Update UWP initialization documentation #723

Closed gceaser closed 2 years ago

gceaser commented 2 years ago

🐛 Bug Report

The UWP initialization section of the Getting Started documentation does not have the needed information regarding the minimum UWP version to be targeted for Version 2.1.0.

Expected behavior

The V 2.1.0 minimum UWP version should be included

Reproduction steps

Configuration

Version: 1.x

Platform:

I can confirm that after updating to version 2.1.0, I needed to update the TargetPlatformMinVersion to 10.0.18362.0 for the UWP project. Then everything compiled correctly. The UWP initialization instructions should probably be updated with this information.