Add License to nupkg

This commit is contained in:
glax 2024-01-16 00:14:14 +01:00
parent 6a19f91219
commit b4e9e595a7

View File

@ -25,5 +25,13 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>