Skip to content

Commit

Permalink
Add PackageIcon to common.props (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
generik0 committed Jun 15, 2020
1 parent f2806a0 commit c60b977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildscripts/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>http://www.castleproject.org/</PackageProjectUrl>
<PackageIconUrl>http://www.castleproject.org/img/castle-logo.png</PackageIconUrl>
<PackageIcon>castle-logo.png</PackageIcon>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageVersion>$(BuildVersion)</PackageVersion>
<IncludeSymbols>true</IncludeSymbols>
Expand Down Expand Up @@ -95,5 +96,9 @@
<PropertyGroup Condition="'$(TargetFramework)|$(Configuration)'=='netcoreapp3.1|Release'">
<DefineConstants>$(NetStandard21Constants)</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Include="$(SolutionDir)docs\images\castle-logo.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit c60b977

Please sign in to comment.