Skip to content

Commit

Permalink
August 21, 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Aug 21, 2019
1 parent 9d95bf1 commit 2253006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nuget/directxtk_desktop_2015.nuspec
Expand Up @@ -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</description>
<releaseNotes>Matches the June 30, 2019 release on GitHub.
<releaseNotes>Matches the August 21, 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.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion .nuget/directxtk_uwp.nuspec
Expand Up @@ -29,7 +29,7 @@ SpriteBatch - simple &amp; 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 30, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the August 21, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXTK/wiki/X_jpg.jpg</iconUrl>
<license type="expression">MIT</license>
Expand Down
6 changes: 5 additions & 1 deletion Readme.txt
Expand Up @@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 11

Copyright (c) Microsoft Corporation. All rights reserved.

June 30, 2019
August 21, 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
Expand Down Expand Up @@ -112,6 +112,10 @@ RELEASE NOTES
RELEASE HISTORY
---------------

August 21, 2019
Added xwbtool to CMake project
Minor code cleanup

June 30, 2019
Additional validation for Ex texture loaders
Clang/LLVM warning cleanup
Expand Down

0 comments on commit 2253006

Please sign in to comment.