From e7d9b64ca6bb8977d4e3006727deaf57a7c1de84 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 4 Jun 2024 17:12:01 -0700 Subject: [PATCH] June 4, 2024 (#456) --- .nuget/directxtk_desktop_2019.nuspec | 2 +- .nuget/directxtk_desktop_win10.nuspec | 2 +- .nuget/directxtk_uwp.nuspec | 2 +- CHANGELOG.md | 5 +++++ README.md | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.nuget/directxtk_desktop_2019.nuspec b/.nuget/directxtk_desktop_2019.nuspec index 85c691e6..179dcf12 100644 --- a/.nuget/directxtk_desktop_2019.nuspec +++ b/.nuget/directxtk_desktop_2019.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the February 21, 2024 release on GitHub. + Matches the June 4, 2024 release on GitHub. DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to support Windows 7 or later. http://go.microsoft.com/fwlink/?LinkId=248929 diff --git a/.nuget/directxtk_desktop_win10.nuspec b/.nuget/directxtk_desktop_win10.nuspec index 127aff05..02409305 100644 --- a/.nuget/directxtk_desktop_win10.nuspec +++ b/.nuget/directxtk_desktop_win10.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the February 21, 2024 release on GitHub. + Matches the June 4, 2024 release on GitHub. DirectX Tool Kit for Audio in this package uses XAudio 2.9 which requires Windows 10 or later. http://go.microsoft.com/fwlink/?LinkId=248929 diff --git a/.nuget/directxtk_uwp.nuspec b/.nuget/directxtk_uwp.nuspec index c1290c0b..858871d7 100644 --- a/.nuget/directxtk_uwp.nuspec +++ b/.nuget/directxtk_uwp.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the February 21, 2024 release on GitHub. + Matches the June 4, 2024 release on GitHub. http://go.microsoft.com/fwlink/?LinkId=248929 images\icon.jpg diff --git a/CHANGELOG.md b/CHANGELOG.md index 46498a84..72d8132d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### June 4, 2024 +* Renamed Internal namespace to ToolKitInternal for some conformance issues +* CMake project updates +* Retired VS 2019 projects for the UWP platform + ### February 21, 2024 * Project updates for GDK validation * CMake project updates and refactor including pkg-config file generation diff --git a/README.md b/README.md index f422e77f..8e4d308a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=248929 Copyright (c) Microsoft Corporation. -**February 21, 2024** +**June 4, 2024** This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 11, Windows 10, Xbox One, and Win32 desktop applications for Windows 7 Service Pack 1 or later.