Skip to content

Commit

Permalink
housekeeping: Add PackageIconUrl (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldbeater committed Jan 22, 2021
1 parent 728f65d commit dc4d96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Directory.build.props
Expand Up @@ -21,6 +21,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Include PDB in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageIconUrl>https://raw.githubusercontent.com/reactiveui/styleguide/master/logo_punchclock/main.png?raw=true</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="$(IsTestProject)">
Expand Down Expand Up @@ -64,4 +65,4 @@
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>
</Project>
</Project>

0 comments on commit dc4d96f

Please sign in to comment.