Skip to content

Commit

Permalink
Merge pull request #15 from FabriBertani/ver/1.2.1
Browse files Browse the repository at this point in the history
Version 1.2.1
  • Loading branch information
FabriBertani authored Jan 21, 2025
2 parents dd5ce3a + 15e722b commit 65be93b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## 1.2.0 (05/19/2024)
## 1.2.1 (2025/01/21)
[Full Changelog](https://github.com/FabriBertani/Plugin.Maui.AppRating/compare/v1.2.0...v1.2.1)

**Implemented enhancements:**
- Removed .Net7 and added .Net9 support to all platforms.
- Replaced the old `Xamarin.Google.Android.Play.Core` package with the modern `Xamarin.Google.Android.Play.Review.Ktx` package that also supports .Net9, on Android.

**Fixed bugs:**
- Fixed [#11](https://github.com/FabriBertani/Plugin.Maui.AppRating/issues/11) where `Xamarin.Google.Android.Play.Core` interfiere with `Xamarin.Firebase.Auth` package because both use `StateUpdatedListenerImplementor` method.

## 1.2.0 (2024/05/19)
[Full Changelog](https://github.com/FabriBertani/Plugin.Maui.AppRating/compare/v1.1.0...v1.2.0)

**Implemented enhancements:**
Expand All @@ -13,7 +23,7 @@
**Fixed bugs:**
- Fixed Windows implementation.

## 1.1.0 (06/05/2023)
## 1.1.0 (2023/06/05)
[Full Changelog](https://github.com/FabriBertani/Plugin.Maui.AppRating/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Fabricio Bertani
Copyright (c) 2025 Fabricio Bertani

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions Plugin.Maui.AppRating/Plugin.Maui.AppRating.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<Title>Plugin.Maui.AppRating</Title>
<Authors>FabriBertani</Authors>
<Description>An easy way to quickly add store rating reviews to your .Net MAUI app.</Description>
<Copyright>Copyright 2023 Fabricio Bertani</Copyright>
<Copyright>Copyright 2025 Fabricio Bertani</Copyright>
<PackageProjectUrl>https://github.com/FabriBertani/Plugin.Maui.AppRating</PackageProjectUrl>
<RepositoryUrl>https://github.com/FabriBertani/Plugin.Maui.AppRating</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>dotnet-maui;maui;toolkit;Plugin.Maui.AppRating;kit;AppRating;rating;android;ios;windows;maccatalyst;</PackageTags>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
<AssemblyVersion>1.2.1</AssemblyVersion>
<FileVersion>1.2.1</FileVersion>
<Version>1.2.1</Version>
<PackageVersion>1.2.1</PackageVersion>
<IncludeSymbols>True</IncludeSymbols>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|Platform|Version|
|-------------------|:------------------:|
|.Net MAUI Android|API 21+|
|.Net MAUI iOS|iOS 11.0+|
|.Net MAUI iOS|iOS 12.2+|
|Windows|10.0.17763+|
|Mac Catalyst|14.0+|

Expand All @@ -29,12 +29,11 @@ Finally, add the default instance of the plugin as a singleton to inject it in y
builder.Services.AddSingleton<IAppRating>(AppRating.Default);
```

## Version 1.2.0
## Version 1.2.1
### New Features
- Added .Net8 support to all platforms.
- Updated libraries.
- Added `FakeReviewManager` to Android.
- Fixed Windows implementation.
- Removed .Net7 support.
- Added .Net9 support to all platforms.
- Replaced the old `Xamarin.Google.Android.Play.Core` package with the modern `Xamarin.Google.Android.Play.Review.Ktx` package that also supports .Net9, on Android.

## :warning: Considerations regarding new platform policies :warning:
### Android
Expand Down

0 comments on commit 65be93b

Please sign in to comment.