Skip to content

Commit 69420bd

Browse files
committed
December 17, 2019
1 parent 26dc3b1 commit 69420bd

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.nuget/directxtk_desktop_2015.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SpriteBatch - simple & efficient 2D sprite rendering
2929
SpriteFont - bitmap based text rendering
3030
VertexTypes - structures for commonly used vertex data formats
3131
WICTextureLoader - WIC-based image file texture loader</description>
32-
<releaseNotes>Matches the October 17, 2019 release on GitHub.
32+
<releaseNotes>Matches the December 17, 2019 release on GitHub.
3333

3434
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>
3535
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>

.nuget/directxtk_uwp.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SpriteBatch - simple &amp; efficient 2D sprite rendering
2929
SpriteFont - bitmap based text rendering
3030
VertexTypes - structures for commonly used vertex data formats
3131
WICTextureLoader - WIC-based image file texture loader</description>
32-
<releaseNotes>Matches the October 17, 2019 release on GitHub.</releaseNotes>
32+
<releaseNotes>Matches the December 17, 2019 release on GitHub.</releaseNotes>
3333
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
3434
<icon>images\icon.jpg</icon>
3535
<license type="expression">MIT</license>

Readme.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 11
44

55
Copyright (c) Microsoft Corporation. All rights reserved.
66

7-
October 17, 2019
7+
December 17, 2019
88

99
This package contains the "DirectX Tool Kit", a collection of helper classes for
1010
writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for
@@ -14,7 +14,7 @@ Windows 7 Service Pack 1 applications.
1414
This code is designed to build with Visual Studio 2015 Update 3, Visual Studio 2017,
1515
or Visual Studio 2019. It is recommended that you make use of VS 2015 Update 3,
1616
Windows Tools 1.4.1, and the Windows 10 Anniversary Update SDK (14393) -or-
17-
VS 2017 (15.9 update) / VS 2019 with the Windows 10 October 2018 Update SDK (17763).
17+
VS 2017 (15.9 update) / VS 2019 with the Windows 10 May 2019 Update SDK (18362).
1818

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

115+
December 17, 2019
116+
Added ARM64 platform to VS 2019 Win32 desktop Win10 project
117+
Added Vector operator/ by float scalar to SimpleMath
118+
Updated CMake project
119+
Code cleaup
120+
115121
October 17, 2019
116122
Added optional forceSRGB parameter to SaveWICTextureToFile
117123
GamePad updated to report VID/PID (when supported)

0 commit comments

Comments
 (0)