Skip to content

Commit

Permalink
<PackageIconUrl> is deprecated. Use <PackageIcon> instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
azabluda committed Dec 31, 2020
1 parent 586491f commit 5cd17db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/InfoCarrier.Core/InfoCarrier.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageLicenseFile>license.txt</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/azabluda/InfoCarrier.Core.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/azabluda/InfoCarrier.Core/master/icon.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<Copyright>© Alexander Zabluda. All rights reserved.</Copyright>
</PropertyGroup>

Expand All @@ -22,6 +22,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath=""/>
<None Include="..\..\license.txt" Link="license.txt" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down

0 comments on commit 5cd17db

Please sign in to comment.