From cdcac69dd5d13e541f365fc4efa129dd144a1ed6 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 31 Mar 2023 00:27:33 -0700 Subject: [PATCH] March 30, 2023 (#108) --- .nuget/uvatlas_desktop_2019.nuspec | 4 ++-- HISTORY.md | 7 +++++++ README.md | 2 +- UVAtlasTool/UVAtlasTool_2019.vcxproj | 8 ++++---- UVAtlasTool/UVAtlasTool_2022.vcxproj | 8 ++++---- UVAtlasTool/packages.config | 4 ++-- 6 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.nuget/uvatlas_desktop_2019.nuspec b/.nuget/uvatlas_desktop_2019.nuspec index 8fb1d17..5d2d208 100644 --- a/.nuget/uvatlas_desktop_2019.nuspec +++ b/.nuget/uvatlas_desktop_2019.nuspec @@ -7,10 +7,10 @@ Microsoft microsoft,directxtk UVAtlas Isochart library - This version is for Windows desktop applications using Visual Studio 2019 or Visual Studio 2022. + This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022. UVAtlas, a shared source library for creating and packing an isochart texture atlas. - Matches the December 15, 2022 release on GitHub. + Matches the March 30, 2023 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=512686 images\icon.jpg diff --git a/HISTORY.md b/HISTORY.md index 6397197..26e5ed6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,13 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/ ## Release History +### March 30, 2023 +* CMake project updates +* Code review +* Retired VS 2017 legacy Xbox One XDK projects +* uvatlastool: Updated to support Windows or UNIX-style path separators +* uvatlastool: Updated for March 2023 DirectXTex & DirectXMesh releases + ### February 6, 2023 * CMake project updates * Minor code review diff --git a/README.md b/README.md index e3e09a1..121cb69 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686 Copyright (c) Microsoft Corporation. -**February 6, 2023** +**March 30, 2023** This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas. diff --git a/UVAtlasTool/UVAtlasTool_2019.vcxproj b/UVAtlasTool/UVAtlasTool_2019.vcxproj index da1f88f..0cfee30 100644 --- a/UVAtlasTool/UVAtlasTool_2019.vcxproj +++ b/UVAtlasTool/UVAtlasTool_2019.vcxproj @@ -305,14 +305,14 @@ - - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/UVAtlasTool/UVAtlasTool_2022.vcxproj b/UVAtlasTool/UVAtlasTool_2022.vcxproj index 9c89a6e..344062e 100644 --- a/UVAtlasTool/UVAtlasTool_2022.vcxproj +++ b/UVAtlasTool/UVAtlasTool_2022.vcxproj @@ -311,14 +311,14 @@ - - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/UVAtlasTool/packages.config b/UVAtlasTool/packages.config index 44c1f76..8e05a6b 100644 --- a/UVAtlasTool/packages.config +++ b/UVAtlasTool/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file