Skip to content

Commit f31966b

Browse files
committed
UWP: Updated to SDL3; Bump version
1 parent e0021d0 commit f31966b

17 files changed

Lines changed: 4 additions & 4 deletions

File tree

FNA-NET.NativeAssets.UWP/FNA-NET.NativeAssets.UWP.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Microsoft.Xna.Framework</RootNamespace>
77
<AssemblyName>FNA.NET.NativeAssets.UWP</AssemblyName>
88
<EnableDefaultItems>false</EnableDefaultItems>
9-
<VersionPrefix>1.2.0.2403</VersionPrefix>
9+
<VersionPrefix>2.0.0.2602</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
</PropertyGroup>
1212

@@ -33,8 +33,8 @@
3333
<None Include="runtimes\FNA3D\win10-x64\FNA3D.pri" Pack="true" PackagePath="runtimes\win-x64\native\"/>
3434
<None Include="runtimes\Theorafile\win10-x64\libtheorafile.dll" Pack="true" PackagePath="runtimes\win-x64\native\"/>
3535
<None Include="runtimes\Theorafile\win10-x64\libtheorafile.pri" Pack="true" PackagePath="runtimes\win-x64\native\"/>
36-
<None Include="runtimes\SDL2\win10-x64\SDL2.dll" Pack="true" PackagePath="runtimes\win-x64\native\"/>
37-
<None Include="runtimes\SDL2\win10-x64\SDL2.pri" Pack="true" PackagePath="runtimes\win-x64\native\"/>
36+
<None Include="runtimes\SDL3\win10-x64\SDL3.dll" Pack="true" PackagePath="runtimes\win-x64\native\"/>
37+
<None Include="runtimes\SDL3\win10-x64\SDL3.pri" Pack="true" PackagePath="runtimes\win-x64\native\"/>
3838
<None Include="runtimes\dav1dfile\win10-x64\dav1dfile.dll" Pack="true" PackagePath="runtimes\win-x64\native\"/>
3939
<None Include="runtimes\dav1dfile\win10-x64\dav1dfile.pri" Pack="true" PackagePath="runtimes\win-x64\native\"/>
4040
</ItemGroup>
10 KB
Binary file not shown.
3.5 KB
Binary file not shown.
-1.25 MB
Binary file not shown.
1.74 MB
Binary file not shown.

FNA-NET.NativeAssets.UWP/runtimes/SDL2/win10-x64/SDL2.pri renamed to FNA-NET.NativeAssets.UWP/runtimes/SDL3/win10-x64/SDL3.pri

640 Bytes
Binary file not shown.

FNA-NET.NativeAssets/FNA-NET.NativeAssets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Microsoft.Xna.Framework</RootNamespace>
55
<AssemblyName>FNA.NET.NativeAssets</AssemblyName>
66
<EnableDefaultItems>false</EnableDefaultItems>
7-
<VersionPrefix>2.1.1.2602</VersionPrefix>
7+
<VersionPrefix>2.1.2.2602</VersionPrefix>
88
<VersionSuffix></VersionSuffix>
99
</PropertyGroup>
1010

Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)