Add icon and license to package

This commit is contained in:
Oliver Booth 2022-11-29 18:33:27 +00:00
parent 88b8b58a95
commit 4790d5b33f
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 9 additions and 0 deletions

View File

@ -30,10 +30,19 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath/>
</None>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath/>
</None>
<None Include="..\CHANGELOG.md">
<Pack>True</Pack>
<PackagePath/>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="7.0.0"/>