From e2532ab10b6d34bf14f074de2f1c97cabfdd2eb2 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sat, 26 Mar 2022 11:22:54 -0700 Subject: [PATCH] Minor fix for nuget metadata --- .nuget/directxmath.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nuget/directxmath.nuspec b/.nuget/directxmath.nuspec index 88ea49a..94da8ad 100644 --- a/.nuget/directxmath.nuspec +++ b/.nuget/directxmath.nuspec @@ -10,7 +10,7 @@ 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. Matches the January 2022 release. http://go.microsoft.com/fwlink/?LinkID=615560 - + images\icon.jpg docs\README.md MIT