Skip to content

Commit

Permalink
Correctly Pack Icon (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
HurricanKai authored May 10, 2022
1 parent 7cf0a74 commit ef62a5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>
<!-- NuGet -->
<PropertyGroup>
<PackageIcon>$(MSBuildThisFileDirectory)..\documentation\readme\silkdotnet_v3.png</PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>preview</LangVersion>
<Authors>.NET Foundation and Contributors</Authors>
Expand All @@ -40,6 +40,9 @@
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
</Description>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\documentation\readme\silkdotnet_v3.png" Pack="true" Visible="false" PackagePath="icon.png" />
</ItemGroup>
<!-- SourceLink -->
<PropertyGroup Condition="'$(SilkEnableSourceLink)' != 'false' And '$(SilkSourceLinkExempt)' == ''">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit ef62a5c

Please sign in to comment.