1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00
DirectXMath/.nuget/directxmath.nuspec

33 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2018-04-27 23:33:09 +00:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.6">
<id>directxmath</id>
<version>0.0.0-SpecifyVersionOnCommandline</version>
<title>DirectXMath</title>
<authors>Microsoft</authors>
<owners>microsoft,directxtk</owners>
<summary>DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps.</summary>
2019-07-22 21:10:24 +00:00
<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>
2024-02-14 23:00:53 +00:00
<releaseNotes>Matches the February 2024 release.</releaseNotes>
2018-04-27 23:33:09 +00:00
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
2022-03-26 18:22:54 +00:00
<repository type="git" url="https://github.com/microsoft/DirectXMath.git" />
2020-04-24 00:28:33 +00:00
<icon>images\icon.jpg</icon>
2021-10-14 17:49:38 +00:00
<readme>docs\README.md</readme>
2019-07-22 21:10:24 +00:00
<license type="expression">MIT</license>
2018-04-27 23:33:09 +00:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2022-01-18 08:19:52 +00:00
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
2018-04-27 23:33:09 +00:00
<tags>C++ native DirectX math nativepackage</tags>
</metadata>
<files>
2021-10-14 17:49:38 +00:00
<file target="docs" src="*.md" />
2018-04-27 23:33:09 +00:00
<file target="include" src="Inc\*" />
2018-05-02 02:27:17 +00:00
<file src=".nuget/directxmath.targets" target="build\native" />
2020-04-24 00:28:33 +00:00
<file src=".nuget/icon.jpg" target="images\" />
2022-12-12 19:25:35 +00:00
2018-04-27 23:33:09 +00:00
</files>
</package>