Skip to content

Commit

Permalink
Do not use deprecated PackageIconUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Apr 28, 2020
1 parent 3e32941 commit 3e86677
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MaxMind.GeoIP2/MaxMind.GeoIP2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>MaxMind.GeoIP2</PackageId>
<PackageTags>maxmind;ip;geoip;geoip2;geolocation;maxmind;ipv4;ipv6</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/maxmind/GeoIP2-dotnet/master/MaxMind-logo.png</PackageIconUrl>
<PackageIcon>MaxMind-logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/maxmind/GeoIP2-dotnet</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -65,4 +65,11 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="..\MaxMind-logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 3e86677

Please sign in to comment.