Skip to content

Commit 463a7a6

Browse files
authored
October 27, 2025 (#357)
1 parent 6b5de73 commit 463a7a6

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

.nuget/directxtk12_desktop_2019.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SpriteBatch - simple & efficient 2D sprite rendering
3434
SpriteFont - bitmap based text rendering
3535
VertexTypes - structures for commonly used vertex data formats
3636
WICTextureLoader - WIC-based image file texture loader</description>
37-
<releaseNotes>Matches the July 9, 2025 release on GitHub.</releaseNotes>
37+
<releaseNotes>Matches the October 27, 2025 release on GitHub.</releaseNotes>
3838
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
3939
<repository type="git" url="https://github.com/microsoft/DirectXTK12.git" />
4040
<icon>images\icon.jpg</icon>

.nuget/directxtk12_desktop_win10.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SpriteBatch - simple &amp; efficient 2D sprite rendering
3434
SpriteFont - bitmap based text rendering
3535
VertexTypes - structures for commonly used vertex data formats
3636
WICTextureLoader - WIC-based image file texture loader</description>
37-
<releaseNotes>Matches the July 9, 2025 release on GitHub.
37+
<releaseNotes>Matches the October 27, 2025 release on GitHub.
3838

3939
DirectX Tool Kit for Audio in this package uses XAudio 2.9 which requires Windows 10 or later.</releaseNotes>
4040
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>

.nuget/directxtk12_uwp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SpriteBatch - simple &amp; efficient 2D sprite rendering
3434
SpriteFont - bitmap based text rendering
3535
VertexTypes - structures for commonly used vertex data formats
3636
WICTextureLoader - WIC-based image file texture loader</description>
37-
<releaseNotes>Matches the July 9, 2025 release on GitHub.</releaseNotes>
37+
<releaseNotes>Matches the October 27, 2025 release on GitHub.</releaseNotes>
3838
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
3939
<repository type="git" url="https://github.com/microsoft/DirectXTK12.git" />
4040
<icon>images\icon.jpg</icon>

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
66

77
## Release History
88

9+
### October 27, 2025
10+
* GamePad, Keyboard, and Mouse _GameInput_ implementation now supports v0 - v3 of the API
11+
* Code review, particularly for invalid args validation
12+
* Added October 2025 GDK projects for VS 2022
13+
* CMake project update to use 3.21 minimum
14+
915
### July 9, 2025
1016
* GamePad, Keyboard, and Mouse _GameInput_ implementation now supports v0, v1, and v2 of the API
1117
* Additional bounds checking for CMO and SDKMESH readers

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
cmake_minimum_required (VERSION 3.21)
55

6-
set(DIRECTXTK12_VERSION 1.6.3)
6+
set(DIRECTXTK12_VERSION 1.6.4)
77

88
if(XBOX_CONSOLE_TARGET STREQUAL "durango")
99
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561
66

77
Copyright (c) Microsoft Corporation.
88

9-
## July 9, 2025
9+
# October 27, 2025
1010

1111
This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 12 C++ code for Win32 desktop applications for Windows 11 and Windows 10, game titles for Xbox Series X\|S and Xbox One, and Universal Windows Platform (UWP) apps for Windows 11 and Windows 10.
1212

0 commit comments

Comments
 (0)