diff --git a/.nuget/directxmesh_desktop_2019.nuspec b/.nuget/directxmesh_desktop_2019.nuspec
index 4934449..80e21c2 100644
--- a/.nuget/directxmesh_desktop_2019.nuspec
+++ b/.nuget/directxmesh_desktop_2019.nuspec
@@ -7,10 +7,10 @@
Microsoft
microsoft,directxtk
DirectXMesh geometry processing library
- This version is for Windows desktop applications using Visual Studio 2019 or Visual Studio 2022 and supports Windows 7 / DirectX 11.
+ 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 December 15, 2022 release on GitHub.
+ Matches the March 30, 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 0c4951b..135a492 100644
--- a/.nuget/directxmesh_desktop_win10.nuspec
+++ b/.nuget/directxmesh_desktop_win10.nuspec
@@ -7,10 +7,10 @@
Microsoft
microsoft,directxtk
DirectXMesh geometry processing library
- 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.
+ 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 December 15, 2022 release on GitHub.
+ Matches the March 30, 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 4e83abc..15dd5df 100644
--- a/.nuget/directxmesh_uwp.nuspec
+++ b/.nuget/directxmesh_uwp.nuspec
@@ -7,10 +7,10 @@
Microsoft
microsoft,directxtk
DirectXMesh geometry processing library
- This version is for Universal Windows Platform apps on Windows 10 / Windows 11 using Visual Studio 2019 or Visual Studio 2022.
+ 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 December 15, 2022 release on GitHub.
+ Matches the March 30, 2023 release on GitHub.
http://go.microsoft.com/fwlink/?LinkID=324981
images\icon.jpg
diff --git a/HISTORY.md b/HISTORY.md
index ebb2605..3275449 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,12 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX
## Release History
+### March 30, 2023
+* CMake project updates
+* Minor code review
+* Retired VS 2017 legacy Xbox One XDK projects
+* meshconvert: Updated to support Windows or UNIX-style path separators
+
### December 15, 2022
* ARM/ARM64 platform fix for VBWriter 16bpp conversion
* CMake project updated to require 3.20 or later
diff --git a/README.md b/README.md
index 5c21087..98a755a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981
Copyright (c) Microsoft Corporation.
-**December 15, 2022**
+**March 30, 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.