Skip to content

Commit 87d260e

Browse files
committed
icon fix
1 parent c469be7 commit 87d260e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Copyright>Copyright (c) CrossGeeks</Copyright>
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
55
<PackageProjectUrl>https://github.com/CrossGeeks/FirebasePushNotificationPlugin</PackageProjectUrl>
6-
<PackageIconUrl>https://raw.githubusercontent.com/CrossGeeks/FirebasePushNotificationPlugin/master/icons/icon.png</PackageIconUrl>
6+
<PackageIconUrl>https://raw.githubusercontent.com/CrossGeeks/FirebasePushNotificationPlugin/master/art/icon.png</PackageIconUrl>
77
<!--<PackageIcon>icon.png</PackageIcon>
88
<PackageIconFullPath>$(MSBuildThisFileDirectory)icon.png</PackageIconFullPath>-->
99
<Authors>Rendy Del Rosario</Authors>

Plugin.FirebasePushNotification/Plugin.FirebasePushNotification.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<Title>Firebase Push Notification Plugin for Xamarin iOS and Android</Title>
1313
<Summary>Receive and handle firebase push notifications across Xamarin.iOS and Xamarin.Android</Summary>
1414
<Description>Receive and handle firebase push notifications across Xamarin.iOS and Xamarin.Android</Description>
15-
<PackageReleaseNotes>
16-
- Avoid showing notifications in Android when in foreground and priority is high or notification channel importance is set to high
17-
- Android ShowWhen and SetWhen support
18-
</PackageReleaseNotes>
1915

2016
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
2117

0 commit comments

Comments
 (0)