Skip to content

Commit

Permalink
December 17, 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Dec 17, 2019
1 parent 26dc3b1 commit 69420bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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 October 17, 2019 release on GitHub.
<releaseNotes>Matches the December 17, 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
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 October 17, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the December 17, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>
Expand Down
10 changes: 8 additions & 2 deletions 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.

October 17, 2019
December 17, 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 All @@ -14,7 +14,7 @@ Windows 7 Service Pack 1 applications.
This code is designed to build with Visual Studio 2015 Update 3, Visual Studio 2017,
or Visual Studio 2019. It is recommended that you make use of VS 2015 Update 3,
Windows Tools 1.4.1, and the Windows 10 Anniversary Update SDK (14393) -or-
VS 2017 (15.9 update) / VS 2019 with the Windows 10 October 2018 Update SDK (17763).
VS 2017 (15.9 update) / VS 2019 with the Windows 10 May 2019 Update SDK (18362).

These components are designed to work without requiring any content from the
legacy DirectX SDK. For details, see "Where is the DirectX SDK?"
Expand Down Expand Up @@ -112,6 +112,12 @@ RELEASE NOTES
RELEASE HISTORY
---------------

December 17, 2019
Added ARM64 platform to VS 2019 Win32 desktop Win10 project
Added Vector operator/ by float scalar to SimpleMath
Updated CMake project
Code cleaup

October 17, 2019
Added optional forceSRGB parameter to SaveWICTextureToFile
GamePad updated to report VID/PID (when supported)
Expand Down

0 comments on commit 69420bd

Please sign in to comment.