Specify license for packaging

This commit is contained in:
Mary 2021-03-27 22:56:00 +01:00
parent 8ca0c8cc83
commit ff96a6267f

View file

@ -9,6 +9,7 @@
<RootNamespace>SDL2</RootNamespace> <RootNamespace>SDL2</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.0.14.1</Version> <Version>2.0.14.1</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="NuGet"> <PropertyGroup Label="NuGet">
<Authors>Thog &amp; ppy Pty Ltd &amp; flibitijibibo</Authors> <Authors>Thog &amp; ppy Pty Ltd &amp; flibitijibibo</Authors>
@ -49,4 +50,10 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project> </Project>