From d7d10dd7eabbc0b04d3a1f858923d3cedad9a560 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 25 Oct 2018 22:56:12 -0700 Subject: [PATCH] October 25, 2018 --- .nuget/directxmesh_desktop_2015.nuspec | 2 +- .nuget/directxmesh_uwp.nuspec | 2 +- ReadMe.txt | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.nuget/directxmesh_desktop_2015.nuspec b/.nuget/directxmesh_desktop_2015.nuspec index de3f7011..eb663fc1 100644 --- a/.nuget/directxmesh_desktop_2015.nuspec +++ b/.nuget/directxmesh_desktop_2015.nuspec @@ -10,7 +10,7 @@ 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. - Matches the August 17, 2018 release on GitHub. + Matches the October 25, 2018 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg http://opensource.org/licenses/MIT diff --git a/.nuget/directxmesh_uwp.nuspec b/.nuget/directxmesh_uwp.nuspec index fa051583..4727f5f1 100644 --- a/.nuget/directxmesh_uwp.nuspec +++ b/.nuget/directxmesh_uwp.nuspec @@ -10,7 +10,7 @@ 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. - Matches the August 17, 2018 release on GitHub. + Matches the October 25, 2018 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg http://opensource.org/licenses/MIT diff --git a/ReadMe.txt b/ReadMe.txt index 46adfe81..590b6855 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -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 @@ -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