Skip to content

Commit fcda33a

Browse files
Use PackageIcon property (#2008)
Use PackageIcon instead of PackageIconUrl.
1 parent 5448d40 commit fcda33a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/common.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<NeutralLanguage>en-US</NeutralLanguage>
77
<Authors>.NET Foundation and contributors</Authors>
88
<PackageTags>benchmark;benchmarking;performance</PackageTags>
9-
<PackageIconUrl>https://raw.githubusercontent.com/dotnet/BenchmarkDotNet/master/docs/guide/logo.png</PackageIconUrl>
9+
<PackageIcon>package-icon.png</PackageIcon>
1010
<PackageProjectUrl>https://github.com/dotnet/BenchmarkDotNet</PackageProjectUrl>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<RepositoryType>git</RepositoryType>
@@ -20,6 +20,10 @@
2020
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingStyle.ruleset</CodeAnalysisRuleSet>
2121
</PropertyGroup>
2222

23+
<ItemGroup>
24+
<None Include="$(MSBuildThisFileDirectory)package-icon.png" Pack="True" PackagePath="" />
25+
</ItemGroup>
26+
2327
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2428
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)strongNameKey.snk</AssemblyOriginatorKeyFile>
2529
<SignAssembly>true</SignAssembly>

build/package-icon.png

13.8 KB
Loading

0 commit comments

Comments
 (0)