From 02fd18faad0c2498f16099c4fd88d5525e415b1c Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 3 Jul 2018 11:57:44 -0700 Subject: [PATCH] July 3, 2018 --- .nuget/directxtk_desktop_2015.nuspec | 2 +- .nuget/directxtk_uwp.nuspec | 2 +- Readme.txt | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.nuget/directxtk_desktop_2015.nuspec b/.nuget/directxtk_desktop_2015.nuspec index cf24d82..1d33fec 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 May 31, 2018 release on GitHub. + Matches the July 3, 2018 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 1f7ce6a..c73e3ea 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 May 31, 2018 release on GitHub. + Matches the July 3, 2018 release on GitHub. http://go.microsoft.com/fwlink/?LinkId=248929 https://github.com/Microsoft/DirectXTK/wiki/X_jpg.jpg http://opensource.org/licenses/MIT diff --git a/Readme.txt b/Readme.txt index 8071289..00af2cf 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. -May 31, 2018 +July 3, 2018 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 10, @@ -99,6 +99,10 @@ RELEASE NOTES RELEASE HISTORY --------------- +July 3, 2018 + ModelMeshPart DrawInstanced method added + Code and project cleanup + May 31, 2018 VS 2017 updated for Windows 10 April 2018 Update SDK (17134) Regenerated shaders using Windows 10 April 2018 Update SDK (17134)