🔧 Updates packaging configuration for README and icon files

This commit is contained in:
2025-11-12 04:36:39 +02:00
parent 6c3c274de5
commit 250b6fc5ed

View File

@@ -148,12 +148,12 @@
<!-- Use readme as nuget information -->
<ItemGroup Label="Readme" Condition="$(IsPackable) == 'True' AND $(ProjectReadMeExists) == 'True'">
<Content Include="$(ProjectReadMe)" Pack="true" PackagePath="" Visible="true"/>
<Content Include="$(ProjectReadMe)" PackagePath="README.md" />
</ItemGroup>
<!-- Use nuget icon -->
<ItemGroup Label="Icon" Condition="$(IsPackable) == 'True' AND $(ProjectIconExists) == 'True'">
<None Include="$(ProjectIcon)" Pack="true" PackagePath="icon.png" Visible="false"/>
<Content Include="$(ProjectIcon)" Pack="true" PackagePath="icon.png" Visible="false"/>
</ItemGroup>
<!-- Uses pretty xUnit configuration -->