mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-07-27 14:31:06 +00:00
Update fork information for nuget package
We are going to rely on a custom package for now
This commit is contained in:
parent
37c0aeb270
commit
8ca0c8cc83
|
@ -8,13 +8,14 @@
|
||||||
<Description>libSDL2 bindings for C#</Description>
|
<Description>libSDL2 bindings for C#</Description>
|
||||||
<RootNamespace>SDL2</RootNamespace>
|
<RootNamespace>SDL2</RootNamespace>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
|
<Version>2.0.14.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet">
|
<PropertyGroup Label="NuGet">
|
||||||
<Authors>ppy Pty Ltd & flibitijibibo</Authors>
|
<Authors>Thog & ppy Pty Ltd & flibitijibibo</Authors>
|
||||||
<Title>SDL2#</Title>
|
<Title>SDL2#</Title>
|
||||||
<PackageId>ppy.SDL2-CS</PackageId>
|
<PackageId>Ryujinx.SDL2-CS</PackageId>
|
||||||
<PackageProjectUrl>https://github.com/ppy/SDL2-CS</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Ryujinx/SDL2-CS</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/ppy/SDL2-CS</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ryujinx/SDL2-CS</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="$(MSBuildThisFileDirectory)native\win-x64\SDL2.dll">
|
<Content Include="$(MSBuildThisFileDirectory)native\win-x64\SDL2.dll">
|
||||||
|
|
Loading…
Reference in a new issue