Skip to content

Commit 201ae29

Browse files
committed
Cleanup
1 parent 952481e commit 201ae29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CorePush/CorePush.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1</TargetFrameworks>
55
<Description>.NET Core C# Push Notifications for Android Google Firebase Messaging (FCM) and Apple push notifications (APN).</Description>
6-
<Summary>.NET Core C# Push Notifications for Android Google Firebase Messaging (FCM) and Apple push notifications (APN).</Summary>
76
<Authors>Andrei M</Authors>
87
<Company />
98
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
109
<AssemblyVersion>3.0.0.0</AssemblyVersion>
1110
<FileVersion>3.0.0.0</FileVersion>
1211
<Version>3.0.0</Version>
1312
<PackageProjectUrl>https://github.com/andrei-m-code/CorePush</PackageProjectUrl>
14-
<PackageLicense>https://github.com/andrei-m-code/net-core-push-notifications/blob/master/LICENSE.md</PackageLicense>
13+
<!-- <PackageLicenseFile>LICENSE.md</PackageLicenseFile> -->
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageReleaseNotes>
1616
v3.0.0 [Includes breaking changes]
1717
- Added ApnSettings and FcmSettings

0 commit comments

Comments
 (0)