File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
<NeutralLanguage >en-US</NeutralLanguage >
7
7
<Authors >.NET Foundation and contributors</Authors >
8
8
<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 >
10
10
<PackageProjectUrl >https://github.com/dotnet/BenchmarkDotNet</PackageProjectUrl >
11
11
<PackageLicenseExpression >MIT</PackageLicenseExpression >
12
12
<RepositoryType >git</RepositoryType >
20
20
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingStyle.ruleset</CodeAnalysisRuleSet >
21
21
</PropertyGroup >
22
22
23
+ <ItemGroup >
24
+ <None Include =" $(MSBuildThisFileDirectory)package-icon.png" Pack =" True" PackagePath =" " />
25
+ </ItemGroup >
26
+
23
27
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
24
28
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)strongNameKey.snk</AssemblyOriginatorKeyFile >
25
29
<SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments