Skip to content

Commit

Permalink
October 25, 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 26, 2018
1 parent 325e869 commit d7d10dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nuget/directxmesh_desktop_2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2015 Update 3 or Visual Studio 2017.

DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the August 17, 2018 release on GitHub.</releaseNotes>
<releaseNotes>Matches the October 25, 2018 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion .nuget/directxmesh_uwp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This version is for Universal Windows Platform apps on Windows 10 using Visual Studio 2015 Update 3 or Visual Studio 2017.

DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the August 17, 2018 release on GitHub.</releaseNotes>
<releaseNotes>Matches the October 25, 2018 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
6 changes: 5 additions & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DIRECTX MESH LIBRARY (DirectXMesh)

Copyright (c) Microsoft Corporation. All rights reserved.

August 17, 2018
October 25, 2018

This package contains DirectXMesh, a shared source library for performing various geometry
content processing operations including generating normals and tangent frames, triangle
Expand Down Expand Up @@ -72,6 +72,10 @@ RELEASE NOTES
RELEASE HISTORY
---------------

October 25, 2018
Use UTF-8 instead of ANSI for narrow strings
Minor project fix

August 17, 2018
Updated for VS 2017 15.8
Code cleanup
Expand Down

0 comments on commit d7d10dd

Please sign in to comment.