Releases: xDaijobu/LocalNotifications
Releases · xDaijobu/LocalNotifications
2.0.5.3
What's Changed
- Fixed permission issue (Android 33)
- Create LICENSE.md by @xDaijobu in #2
- Bump Xamarin.Essentials from 1.6.1 to 1.7.4 in /Sample/Xamarin/LocalNotificationsSample.Android by @dependabot in #18
- Bump Xamarin.Essentials from 1.6.1 to 1.7.4 in /Sample/Xamarin/LocalNotificationsSample.iOS by @dependabot in #19
- Bump Xamarin.GooglePlayServices.Basement from 117.6.0.4 to 118.1.0.1 in /Sample/Xamarin/LocalNotificationsSample.iOS by @dependabot in #20
- Bump Xamarin.GooglePlayServices.Basement from 117.6.0.4 to 118.1.0.1 in /Sample/Xamarin/LocalNotificationsSample.Android by @dependabot in #21
- Bump Xamarin.Forms from 5.0.0.2012 to 5.0.0.2545 in /Sample/Xamarin/LocalNotificationsSample.Android by @dependabot in #26
- Bump Xamarin.Forms from 5.0.0.2012 to 5.0.0.2545 in /Sample/Xamarin/LocalNotificationsSample.iOS by @dependabot in #27
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: 2.0.5...2.0.5.3
2.0.5
What's changed
- behavior-changes-12#pending-intent-mutability -> fixed pending intent
- Usage .NET MAUI
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
})
.UseLocalNotifications(isFirebase: false, autoRegistration: false);
return builder.Build();
}
Full Changelog: 2.0.4...2.0.5