From 1bb60f0685c407d4ae7c39cc774eb5663a7e6e24 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sat, 17 Dec 2022 20:35:57 -0800 Subject: [PATCH] December 15, 2022 (#80) --- .nuget/directxmesh_desktop_2019.nuspec | 4 ++-- .nuget/directxmesh_desktop_win10.nuspec | 2 +- .nuget/directxmesh_uwp.nuspec | 2 +- HISTORY.md | 8 ++++++++ README.md | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.nuget/directxmesh_desktop_2019.nuspec b/.nuget/directxmesh_desktop_2019.nuspec index e3d1615..4934449 100644 --- a/.nuget/directxmesh_desktop_2019.nuspec +++ b/.nuget/directxmesh_desktop_2019.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using Visual Studio 2019 or Visual Studio 2022 and supports Windows 7 / DirectX 11. DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation. - Matches the October 17, 2022 release on GitHub. + Matches the December 15, 2022 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg @@ -45,7 +45,7 @@ DirectXMesh, a shared source library for performing various geometry content pro - + diff --git a/.nuget/directxmesh_desktop_win10.nuspec b/.nuget/directxmesh_desktop_win10.nuspec index f164bae..0c4951b 100644 --- a/.nuget/directxmesh_desktop_win10.nuspec +++ b/.nuget/directxmesh_desktop_win10.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using Visual Studio 2019 or Visual Studio 2022 and supports Windows 10 / Windows 11 including both DirectX 11 and DirectX 12. DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation. - Matches the October 17, 2022 release on GitHub. + Matches the December 15, 2022 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/.nuget/directxmesh_uwp.nuspec b/.nuget/directxmesh_uwp.nuspec index 99ba86c..4e83abc 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 / Windows 11 using Visual Studio 2019 or Visual Studio 2022. DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation. - Matches the October 17, 2022 release on GitHub. + Matches the December 15, 2022 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/HISTORY.md b/HISTORY.md index 1f80e35..ebb2605 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,14 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX ## Release History +### December 15, 2022 +* ARM/ARM64 platform fix for VBWriter 16bpp conversion +* CMake project updated to require 3.20 or later +* CMake and MSBuild project updates +* Added Azure Dev Ops Pipeline YAML files +* Test suite updated with CTest support +* Spectre-mitigated libraries added to NuGet packages + ### October 17, 2022 * Minor CMake and CMakePresets updates diff --git a/README.md b/README.md index 23907e5..34fe5f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981 Copyright (c) Microsoft Corporation. -**October 17, 2022** +**December 15, 2022** This package contains DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation.