Releases: FabriBertani/Plugin.Maui.AppRating
Releases · FabriBertani/Plugin.Maui.AppRating
v1.2.1
1.2.1 (2025/01/21)
Implemented enhancements:
- Removed .Net7 and added .Net9 support to all platforms.
- Replaced the old
Xamarin.Google.Android.Play.Core
package with the modernXamarin.Google.Android.Play.Review.Ktx
package that also supports .Net9, on Android.
Fixed bugs:
- Fixed #11 where
Xamarin.Google.Android.Play.Core
interfiere withXamarin.Firebase.Auth
package because both useStateUpdatedListenerImplementor
method.
v1.2.0
1.2.0 (2024/05/19)
Implemented enhancements:
- Added .Net8 support to all platforms.
- Updated libraries.
- Added
FakeReviewManager
to Android. - Added an overload to
PerformRatingOnStoreAsync
method to take only one application identifier. - Update the sample app.
Fixed bugs:
- Fixed Windows implementation.
v1.1.0
Changelog
1.1.0 (2023/06/05)
Implemented enhancements:
- Added support for Windows and Mac Catalyst.
- Added Windows and Mac Catalyst to sample project.
- Fixes and improvements.
v1.0.0
Initial commit.