From 73d828cb7196f07074006af0162cec3c2253385e Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sun, 30 Jun 2019 23:59:42 -0700 Subject: [PATCH] June 30, 2019 --- .nuget/directxtk12_desktop_2015.nuspec | 2 +- .nuget/directxtk12_uwp.nuspec | 2 +- Readme.txt | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.nuget/directxtk12_desktop_2015.nuspec b/.nuget/directxtk12_desktop_2015.nuspec index 40a4e07c..58aa82ad 100644 --- a/.nuget/directxtk12_desktop_2015.nuspec +++ b/.nuget/directxtk12_desktop_2015.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 May 30, 2019 release on GitHub. + Matches the June 30, 2019 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 https://github.com/Microsoft/DirectXTK12/wiki/X_jpg.jpg MIT diff --git a/.nuget/directxtk12_uwp.nuspec b/.nuget/directxtk12_uwp.nuspec index 3ecef179..1362be5a 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 May 30, 2019 release on GitHub. + Matches the June 30, 2019 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 https://github.com/Microsoft/DirectXTK12/wiki/X_jpg.jpg MIT diff --git a/Readme.txt b/Readme.txt index d8690b12..587c8e29 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 12 Copyright (c) Microsoft Corporation. All rights reserved. -May 30, 2019 +June 30, 2019 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 @@ -128,6 +128,11 @@ RELEASE NOTES RELEASE HISTORY --------------- +June 30, 2019 + Clang/LLVM warning cleanup + Renamed DirectXTK_Windows10.vcxproj to _Windows10_2017.vcxproj + Added VS 2019 UWP project + May 30, 2019 PBREffect updated with additional set methods Additional debugging output for GraphicsMemory in error cases