Skip to content

Commit

Permalink
July 3, 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 3, 2018
1 parent bdf5327 commit 02fd18f
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
Original file line number Diff line number Diff line change
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 May 31, 2018 release on GitHub.
<releaseNotes>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.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion .nuget/directxtk_uwp.nuspec
Original file line number Diff line number Diff line change
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 May 31, 2018 release on GitHub.</releaseNotes>
<releaseNotes>Matches the July 3, 2018 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXTK/wiki/X_jpg.jpg</iconUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
6 changes: 5 additions & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 02fd18f

Please sign in to comment.