Skip to content

Commit e348572

Browse files
committed
nuget 11.1.4
1 parent ccce0d7 commit e348572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Plugin.LocalNotification/LocalNotificationCenter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Plugin.LocalNotification
1313

1414
public partial class LocalNotificationCenter
1515
{
16-
private static readonly Lazy<INotificationService> implementation = new(CreateNotificationService, LazyThreadSafetyMode.PublicationOnly);
16+
private static readonly Lazy<INotificationService?> implementation = new(CreateNotificationService, LazyThreadSafetyMode.PublicationOnly);
1717
private static INotificationSerializer? _serializer;
1818

1919
private static INotificationService? CreateNotificationService() =>

Source/Plugin.LocalNotification/Plugin.LocalNotification.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Description>The local notification plugin provides a way to show local notifications from MAUI apps.</Description>
2121
<PackageIcon>icon.png</PackageIcon>
2222
<Copyright>Copyright © Elvin (Tharindu) Thudugala</Copyright>
23-
<Version>11.1.3</Version>
23+
<Version>11.1.4</Version>
2424
<PackageReleaseNotes>Check: https://github.com/thudugala/Plugin.LocalNotification/releases </PackageReleaseNotes>
2525
<IsPackable>True</IsPackable>
2626

0 commit comments

Comments
 (0)