diff --git a/.nuget/directxtk_desktop_2015.nuspec b/.nuget/directxtk_desktop_2015.nuspec index b288801a9..ca19cb010 100644 --- a/.nuget/directxtk_desktop_2015.nuspec +++ b/.nuget/directxtk_desktop_2015.nuspec @@ -29,7 +29,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 August 21, 2019 release on GitHub. + Matches the October 17, 2019 release on GitHub. DirectX Tool Kit for Audio in this package uses XAudio 2.8 which requires Windows 8 or later. To support Windows 7, you need to build DirectXTKAudioDX.lib using the legacy DirectX SDK and deploy it via the legacy DXSETUP. http://go.microsoft.com/fwlink/?LinkId=248929 diff --git a/.nuget/directxtk_uwp.nuspec b/.nuget/directxtk_uwp.nuspec index 950717ca5..4d141a32e 100644 --- a/.nuget/directxtk_uwp.nuspec +++ b/.nuget/directxtk_uwp.nuspec @@ -29,7 +29,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 August 21, 2019 release on GitHub. + Matches the October 17, 2019 release on GitHub. http://go.microsoft.com/fwlink/?LinkId=248929 https://github.com/Microsoft/DirectXTK/wiki/X_jpg.jpg MIT diff --git a/Readme.txt b/Readme.txt index 8bc9897ef..50c749e60 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 11 Copyright (c) Microsoft Corporation. All rights reserved. -August 21, 2019 +October 17, 2019 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 @@ -112,6 +112,11 @@ RELEASE NOTES RELEASE HISTORY --------------- +October 17, 2019 + Added optional forceSRGB parameter to SaveWICTextureToFile + GamePad updated to report VID/PID (when supported) + Minor code cleanup + August 21, 2019 Added xwbtool to CMake project Minor code cleanup