Skip to content

Commit

Permalink
Embed package icon (#115)
Browse files Browse the repository at this point in the history
<PackageIconUrl> is no longer supported
  • Loading branch information
idg10 authored Feb 3, 2021
1 parent bca7675 commit 224c041
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Solutions/Common.NuGet.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/$(GitHubOrg)/$(GitHubProject).git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIconUrl>https://raw.githubusercontent.com/$(GitHubOrg)/$(GitHubProject)/master/Solutions/PackageIcon.png</PackageIconUrl>
<PackageIcon>images\PackageIcon.png</PackageIcon>
<PackageReleaseNotes>See https://github.com/$(GitHubOrg)/$(GitHubProject)/releases/</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -20,4 +20,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="$(SolutionDir)PackageIcon.png" Pack="true" PackagePath="images/"/>
</ItemGroup>
</Project>

0 comments on commit 224c041

Please sign in to comment.