1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-18 22:29:53 +00:00

NuGet updates

This commit is contained in:
Chuck Walbourn 2020-04-23 17:28:33 -07:00
parent e24041c613
commit e5b79a32dc
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<description>The DirectXMath API provides SIMD-friendly C++ types and functions for common linear algebra and graphics math operations common to DirectX applications. The library provides optimized versions for Windows 32-bit (x86), Windows 64-bit (x64), and Windows on ARM through SSE2 and ARM-NEON intrinsics support in the Visual Studio compiler.</description>
<releaseNotes>Matches the April 2020 release.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMath/wiki/X_jpg.jpg</iconUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
@ -24,6 +24,8 @@
<file target="include" src="Inc\*" />
<file src=".nuget/directxmath.targets" target="build\native" />
<file src=".nuget/icon.jpg" target="images\" />
</files>
</package>

BIN
.nuget/icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB