mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-07-27 12:12:00 +00:00
Specify license for packaging
This commit is contained in:
parent
8ca0c8cc83
commit
ff96a6267f
|
@ -9,6 +9,7 @@
|
|||
<RootNamespace>SDL2</RootNamespace>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<Version>2.0.14.1</Version>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="NuGet">
|
||||
<Authors>Thog & ppy Pty Ltd & flibitijibibo</Authors>
|
||||
|
@ -49,4 +50,10 @@
|
|||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="LICENSE">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath></PackagePath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue