Skip to content

Commit 4a4d4b5

Browse files
authored
chore: add nuget logo (#98)
1 parent d323105 commit 4a4d4b5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Directory.Build.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@
5858
<RepositoryUrl>https://github.com/mycsharp/HttpUserAgentParser</RepositoryUrl>
5959
<PackageLicenseExpression>MIT</PackageLicenseExpression>
6060
<PackageTags>UserAgent, User Agent, Parse, Browser, Client, Detector, Detection, Console, ASP, Desktop, Mobile</PackageTags>
61+
<!-- Central package icon for NuGet packages (file is included into the package via ItemGroup below) -->
62+
<PackageIcon>unio.png</PackageIcon>
63+
</PropertyGroup>
64+
65+
<!-- Ensure the repository root res/mycsharpde-logo-nuget.png is packed into NuGet packages -->
66+
<ItemGroup>
67+
<None Include="$(MSBuildThisFileDirectory)res\mycsharpde-logo-nuget.png" Pack="true" PackagePath="" />
68+
</ItemGroup>
69+
70+
<PropertyGroup Condition="'$(IsBenchmarkProject)' == 'true'">
71+
<SignAssembly>false</SignAssembly>
6172
</PropertyGroup>
6273

6374
<PropertyGroup Condition="'$(IsTestProject)' != 'true' AND '$(IsBenchmarkProject)' != 'true'">

res/mycsharpde-logo-nuget.png

99.7 KB
Loading

0 commit comments

Comments
 (0)