Skip to content

Commit

Permalink
nuget 11.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Jul 8, 2024
1 parent ccce0d7 commit e348572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Plugin.LocalNotification/LocalNotificationCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plugin.LocalNotification

public partial class LocalNotificationCenter
{
private static readonly Lazy<INotificationService> implementation = new(CreateNotificationService, LazyThreadSafetyMode.PublicationOnly);
private static readonly Lazy<INotificationService?> implementation = new(CreateNotificationService, LazyThreadSafetyMode.PublicationOnly);
private static INotificationSerializer? _serializer;

private static INotificationService? CreateNotificationService() =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Description>The local notification plugin provides a way to show local notifications from MAUI apps.</Description>
<PackageIcon>icon.png</PackageIcon>
<Copyright>Copyright © Elvin (Tharindu) Thudugala</Copyright>
<Version>11.1.3</Version>
<Version>11.1.4</Version>
<PackageReleaseNotes>Check: https://github.com/thudugala/Plugin.LocalNotification/releases </PackageReleaseNotes>
<IsPackable>True</IsPackable>

Expand Down

0 comments on commit e348572

Please sign in to comment.