Skip to content

Commit

Permalink
housekeeping: Add PackageIconUrl (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldbeater authored Jan 22, 2021
1 parent 81df38c commit 6a1929a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<NoWarn>$(NoWarn);VSX1000</NoWarn>
Expand All @@ -16,6 +16,7 @@
<!-- Optional: Include PDB in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<!-- disable sourcelink on mono, to workaround https://github.com/dotnet/sourcelink/issues/155 -->
<PackageIconUrl>https://raw.githubusercontent.com/reactiveui/styleguide/master/logo_fusillade/main.png?raw=true</PackageIconUrl>
</PropertyGroup>
<PropertyGroup Condition="$(IsTestProject)">
<IsPackable>false</IsPackable>
Expand Down Expand Up @@ -57,4 +58,4 @@
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 6a1929a

Please sign in to comment.