From 3b3fd6cfc962c7ffdd03c311a6f6d6364ce96b0a Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 5 Sep 2023 12:35:24 -0700 Subject: [PATCH] September 1, 2023 (#401) --- .nuget/directxtk_desktop_2019.nuspec | 2 +- .nuget/directxtk_desktop_win10.nuspec | 2 +- .nuget/directxtk_uwp.nuspec | 2 +- CMakeLists.txt | 2 +- HISTORY.md | 4 ++++ README.md | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.nuget/directxtk_desktop_2019.nuspec b/.nuget/directxtk_desktop_2019.nuspec index a18ada25..6eafd83b 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 June 13, 2023 release on GitHub. + Matches the September 1, 2023 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 ff30187b..2df91e80 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 June 13, 2023 release on GitHub. + Matches the September 1, 2023 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 c26328e4..5683e94a 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 June 13, 2023 release on GitHub. + Matches the September 1, 2023 release on GitHub. http://go.microsoft.com/fwlink/?LinkId=248929 images\icon.jpg diff --git a/CMakeLists.txt b/CMakeLists.txt index 6506f108..9604918b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20) -set(DIRECTXTK_VERSION 1.8.3) +set(DIRECTXTK_VERSION 1.8.5) if(DEFINED XBOX_CONSOLE_TARGET) set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") diff --git a/HISTORY.md b/HISTORY.md index fae45197..51cd9d7d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,10 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### September 1, 2023 +* Retired ARM (32-bit) support for the UWP platform +* CMake project updates + ### June 13, 2023 * CMake project updates * xwbtool: Fix minor display issue with error messages diff --git a/README.md b/README.md index 6af0a91d..fe095979 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=248929 Copyright (c) Microsoft Corporation. -**June 13, 2023** +**September 1, 2023** 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.