Skip to content

Commit e2532ab

Browse files
committed
Minor fix for nuget metadata
1 parent 78822d0 commit e2532ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nuget/directxmath.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<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>
1111
<releaseNotes>Matches the January 2022 release.</releaseNotes>
1212
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
13-
<repository type="git" url="https://github.com/microsoft/DirectXMath" />
13+
<repository type="git" url="https://github.com/microsoft/DirectXMath.git" />
1414
<icon>images\icon.jpg</icon>
1515
<readme>docs\README.md</readme>
1616
<license type="expression">MIT</license>

0 commit comments

Comments
 (0)