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.
- Removed parameterized method overloads:
- Removed
GetLatestVersionNumber(string appName)
- useGetLatestVersionNumber()
instead - Removed
OpenAppInStore(string appName)
- useOpenAppInStore()
instead
- Removed
- [iOS, macOS] Fixed
OpenAppInStore()
implementation to use the app URL provided by the iTunes lookup API instead of the appstore.com URL which was problematic. GitHub issue #6
- [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)