1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 03:35:42 +00:00

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

View File

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