Skip to content

Commit

Permalink
Embed icon in NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
generik0 authored Jun 17, 2020
1 parent 8a7d927 commit da81ccb
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 @@ -24,6 +24,7 @@
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
<PackageProjectUrl>http://www.castleproject.org/projects/windsor/</PackageProjectUrl>
<PackageIconUrl>http://www.castleproject.org/img/windsor-logo.png</PackageIconUrl>
<PackageIcon>windsor-logo.png</PackageIcon>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageOutputPath>../../build/</PackageOutputPath>
<PackageVersion>$(BuildVersion)</PackageVersion>
Expand All @@ -49,5 +50,9 @@
</Content>
<Content Include="..\..\buildscripts\ASL - Apache Software Foundation License.txt" />
</ItemGroup>

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

</Project>

0 comments on commit da81ccb

Please sign in to comment.