From ae42b56b80023e2bf6177ffbfba0f2d5ba628882 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 4 Jun 2024 16:59:37 -0700 Subject: [PATCH] June 4, 2024 (#141) --- .nuget/directxmesh_desktop_2019.nuspec | 2 +- .nuget/directxmesh_desktop_win10.nuspec | 2 +- .nuget/directxmesh_uwp.nuspec | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.nuget/directxmesh_desktop_2019.nuspec b/.nuget/directxmesh_desktop_2019.nuspec index 70baf29..510c9f4 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 (16.11) 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 February 21, 2024 release on GitHub. + Matches the June 4, 2024 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/.nuget/directxmesh_desktop_win10.nuspec b/.nuget/directxmesh_desktop_win10.nuspec index 773078c..50ec520 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 (16.11) 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 February 21, 2024 release on GitHub. + Matches the June 4, 2024 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 31c2f1b..62e0366 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 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 February 21, 2024 release on GitHub. + Matches the June 4, 2024 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/CHANGELOG.md b/CHANGELOG.md index eef00f2..0d3bf9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX ## Release History +### June 4, 2024 +* CMake project updates +* Retired VS 2019 projects for the UWP platform + ### February 21, 2024 * Project updates for GDK validation * CMake project updates and refactor diff --git a/README.md b/README.md index 5b8d251..d952c4a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981 Copyright (c) Microsoft Corporation. -**February 21, 2024** +**June 4, 2024** 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.