Skip to content

Commit 258ef06

Browse files
committed
package icon
1 parent d9c213a commit 258ef06

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CorePush/CorePush.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
<AssemblyVersion>3.0.6.0</AssemblyVersion>
1414
<FileVersion>3.0.6.0</FileVersion>
1515
<Version>3.0.6</Version>
16-
17-
<PackageReadmeFile>README.md</PackageReadmeFile>
18-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16+
1917
<PackageProjectUrl>https://github.com/andrei-m-code/CorePush</PackageProjectUrl>
2018
<RepositoryUrl>https://github.com/andrei-m-code/CorePush</RepositoryUrl>
2119
<RepositoryType>git</RepositoryType>
20+
2221
<PackageId>CorePush</PackageId>
22+
<PackageIcon>Icon.png</PackageIcon>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
24+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2325
<PackageTags>push-notifications apn fcm firebase android-push-notifications ios-push-notifications</PackageTags>
2426

2527
<PackageReleaseNotes>
@@ -57,6 +59,7 @@ v3.0.0
5759
</ItemGroup>
5860

5961
<ItemGroup>
62+
<None Include="..\Icon.png" Pack="true" PackagePath="Icon.png" />
6063
<None Include="..\README.md" Pack="true" PackagePath="README.md" />
6164
</ItemGroup>
6265

Icon.png

11.3 KB
Loading

0 commit comments

Comments
 (0)