All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- [Android] Fixed pattern matching logic in
GetLatestVersionNumber()
GitHub issue #10
- [Android] Fixed pattern matching logic in
GetLatestVersionNumber()
based on changes to play.google.com. GitHub issue #5
- Added
InstalledVersionNumber
property. GitHub issue #2
- NuGet icon
- Initial release
- Suppored platforms: Xamarin.iOS, Xamarin.Android, Xamarin.Mac, UWP.
Breaking Changes (from 1.0.0-beta releases):
- Changed
void OpenAppInStore()
toTask OpenAppInStore()
- Changed
void OpenAppInStore(string appName)
toTask OpenAppInStore(string appName)