diff --git a/.nuget/directxtk12_desktop_2019.nuspec b/.nuget/directxtk12_desktop_2019.nuspec index 55b6c84f..6ebc955b 100644 --- a/.nuget/directxtk12_desktop_2019.nuspec +++ b/.nuget/directxtk12_desktop_2019.nuspec @@ -34,7 +34,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</description> - <releaseNotes>Matches the June 13, 2023 release on GitHub.</releaseNotes> + <releaseNotes>Matches the September 1, 2023 release on GitHub.</releaseNotes> <projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl> <repository type="git" url="https://github.com/microsoft/DirectXTK12.git" /> <icon>images\icon.jpg</icon> diff --git a/.nuget/directxtk12_uwp.nuspec b/.nuget/directxtk12_uwp.nuspec index 2644ab21..396acbad 100644 --- a/.nuget/directxtk12_uwp.nuspec +++ b/.nuget/directxtk12_uwp.nuspec @@ -34,7 +34,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</description> - <releaseNotes>Matches the June 13, 2023 release on GitHub.</releaseNotes> + <releaseNotes>Matches the September 1, 2023 release on GitHub.</releaseNotes> <projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl> <repository type="git" url="https://github.com/microsoft/DirectXTK12.git" /> <icon>images\icon.jpg</icon> diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a67ecbb..de32c367 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20) -set(DIRECTXTK12_VERSION 1.5.1) +set(DIRECTXTK12_VERSION 1.5.5) set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") diff --git a/HISTORY.md b/HISTORY.md index fa7bd20b..48a51fbd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### September 1, 2023 +* GraphicsMemory updated to use Xbox PIX custom memory events with optional tags +* Retired ARM (32-bit) support for the UWP platform +* CMake project updates + ### June 13, 2023 * Root Signature updates to resolve some warnings from Xbox PIX * CMake project updates diff --git a/README.md b/README.md index fe4afaa5..38a5eebe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561 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 12 C++ code for Universal Windows Platform (UWP) apps for Windows 11 and Windows 10, game titles for Xbox Series X\|S and Xbox One, and Win32 desktop applications for Windows 11 and Windows 10.