Skip to content

Commit

Permalink
Add package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubzer committed Aug 20, 2024
1 parent efee8e5 commit 1878823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added docs/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Dubzer.WhatwgUrl/Dubzer.WhatwgUrl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>url;uri;whatwg;web;internet;browser;parser;html</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Dubzer/Dubzer.WhatwgUrl</RepositoryUrl>
<PackageReleaseNotes>https://github.com/Dubzer/Dubzer.WhatwgUrl/releases</PackageReleaseNotes>

<IsAotCompatible>true</IsAotCompatible>
<IsPackable>true</IsPackable>
<NoWarn>CA1032;CA1054;CA1308</NoWarn>
<UserSecretsId>1847d24c-d659-45be-9d87-39064ddd1e79</UserSecretsId>
</PropertyGroup>

<ItemGroup Label="Resources">
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\docs\resources\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 1878823

Please sign in to comment.