diff --git a/.nuget/directxtk12_desktop_2017.nuspec b/.nuget/directxtk12_desktop_2017.nuspec index 558a930..038eb54 100644 --- a/.nuget/directxtk12_desktop_2017.nuspec +++ b/.nuget/directxtk12_desktop_2017.nuspec @@ -33,7 +33,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 December 17, 2019 release on GitHub. + Matches the February 24, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 images\icon.jpg MIT diff --git a/.nuget/directxtk12_uwp.nuspec b/.nuget/directxtk12_uwp.nuspec index 72d0c26..3f735b2 100644 --- a/.nuget/directxtk12_uwp.nuspec +++ b/.nuget/directxtk12_uwp.nuspec @@ -33,7 +33,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 December 17, 2019 release on GitHub. + Matches the February 24, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 images\icon.jpg MIT diff --git a/HISTORY.md b/HISTORY.md index 1acd4ff..51d9e03 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,14 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### February 24, 2020 +* *breaking change* ``Model::CreateFrom*`` parameter order changed and addded ModelLoaderFlags +* Added ``ignoreWhitespace`` defaulted parameter to SpriteFont Measure methods +* Sync'd DirectX Tool Kit for Audio and GamePad with DX11 version +* Fixed encoding issue with Utilities.fxh +* Code and project cleanup +* Retired VS 2015 projects + ### December 17, 2019 * Added ARM64 platform to VS 2019 Win32 desktop Win10 project * Added Vector ``operator/`` by float scalar to SimpleMath diff --git a/README.md b/README.md index a7a33e6..77449e3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561 Copyright (c) Microsoft Corporation. All rights reserved. -**December 17, 2019** +**February 24, 2020** This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 12 C++ code for Universal Windows Platform (UWP) apps, Win32 desktop applications for Windows 10, and Xbox One.