Skip to content

Commit 25aa018

Browse files
Package: icon and readme (#182)
1 parent d3cbccf commit 25aa018

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/UTF-unknown.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Features:
6464
<PackageReleaseNotes>
6565
- See https://github.com/CharsetDetector/UTF-unknown/releases
6666
</PackageReleaseNotes>
67-
<PackageIconUrl>https://raw.githubusercontent.com/CharsetDetector/UTF-unknown/master/logo.png</PackageIconUrl>
67+
<PackageIcon>logo.png</PackageIcon>
68+
<PackageReadmeFile>README.md</PackageReadmeFile>
6869
<PackageProjectUrl>https://github.com/CharsetDetector/UTF-unknown</PackageProjectUrl>
6970
<PackageLicenseUrl>https://github.com/CharsetDetector/UTF-unknown/blob/master/license/MPL-1.1.txt</PackageLicenseUrl>
7071
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -89,4 +90,9 @@ Features:
8990
<FileVersion>2.0.0.0</FileVersion>
9091
</PropertyGroup>
9192

93+
<ItemGroup>
94+
<None Include="..\logo.png" Pack="true" PackagePath="\" />
95+
<None Include="..\README.md" Pack="true" PackagePath="\" />
96+
</ItemGroup>
97+
9298
</Project>

0 commit comments

Comments
 (0)