diff --git a/.nuget/directxmesh_desktop_2019.nuspec b/.nuget/directxmesh_desktop_2019.nuspec index f2a72a7..9968757 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 October 28, 2023 release on GitHub. + Matches the December 31, 2023 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 2e3cf59..1006682 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 October 28, 2023 release on GitHub. + Matches the December 31, 2023 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 c88df2b..d7889e4 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 (16.11) 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 28, 2023 release on GitHub. + Matches the December 31, 2023 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/CMakeLists.txt b/CMakeLists.txt index ea65584..daa0d0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20) -set(DIRECTXMESH_VERSION 1.6.4) +set(DIRECTXMESH_VERSION 1.6.5) if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET)) set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") diff --git a/DirectXMesh/DirectXMesh.h b/DirectXMesh/DirectXMesh.h index 780c00b..8995db4 100644 --- a/DirectXMesh/DirectXMesh.h +++ b/DirectXMesh/DirectXMesh.h @@ -40,7 +40,7 @@ #include #include -#define DIRECTX_MESH_VERSION 164 +#define DIRECTX_MESH_VERSION 165 namespace DirectX diff --git a/HISTORY.md b/HISTORY.md index 4c8c445..6b30e79 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,10 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX ## Release History +### December 31, 2023 +* CMake project updates including pkg-config file generation +* Code review + ### October 28, 2023 * Retired ARM (32-bit) support for the UWP platform * CMake project updates diff --git a/README.md b/README.md index 7c2faef..a4916e1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981 Copyright (c) Microsoft Corporation. -**October 28, 2023** +**December 31, 2023** 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.