mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-08 13:40:09 +00:00
Nuspec update
This commit is contained in:
parent
5f1ae4ff65
commit
320eacd4e9
@ -10,7 +10,9 @@
|
||||
<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 December 2020 release.</releaseNotes>
|
||||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
|
||||
<repository type="git" url="https://github.com/microsoft/DirectXMath" />
|
||||
<icon>images\icon.jpg</icon>
|
||||
<readme>docs\README.md</readme>
|
||||
<license type="expression">MIT</license>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<copyright>© Microsoft Corporation.</copyright>
|
||||
@ -19,7 +21,7 @@
|
||||
|
||||
<files>
|
||||
|
||||
<file target="docs" src="Readme.*" />
|
||||
<file target="docs" src="*.md" />
|
||||
|
||||
<file target="include" src="Inc\*" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user