From 424c2ca6bda79056dbbad30bea8989bfa84bea54 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 2 Jul 2020 20:45:01 -0700 Subject: [PATCH] July 2, 2020 --- .nuget/uvatlas_desktop_2017.nuspec | 2 +- HISTORY.md | 3 +++ README.md | 2 +- UVAtlasTool/UVAtlasTool_2017.vcxproj | 8 ++++---- UVAtlasTool/UVAtlasTool_2019.vcxproj | 8 ++++---- UVAtlasTool/packages.config | 4 ++-- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.nuget/uvatlas_desktop_2017.nuspec b/.nuget/uvatlas_desktop_2017.nuspec index 55070b0..8acb05d 100644 --- a/.nuget/uvatlas_desktop_2017.nuspec +++ b/.nuget/uvatlas_desktop_2017.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using Visual Studio 2017 or Visual Studio 2019. UVAtlas, a shared source library for creating and packing an isochart texture atlas. - Matches the June 1, 2020 release on GitHub. + Matches the July 2, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=512686 images\icon.jpg MIT diff --git a/HISTORY.md b/HISTORY.md index 9292f7b..5e9d5c9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,9 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/ ## Release History +### July 2, 2020 +* Minor warning fixes for VS 2019 (16.7) + ### June 1, 2020 * uvatlastool: Updated for June 2020 DirectXTex & DirectXMesh releases * CMake project updates diff --git a/README.md b/README.md index a7c291c..832ca00 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686 Copyright (c) Microsoft Corporation. All rights reserved. -**June 1, 2020** +**July 2, 2020** This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas. diff --git a/UVAtlasTool/UVAtlasTool_2017.vcxproj b/UVAtlasTool/UVAtlasTool_2017.vcxproj index 004a88d..b5f7c0d 100644 --- a/UVAtlasTool/UVAtlasTool_2017.vcxproj +++ b/UVAtlasTool/UVAtlasTool_2017.vcxproj @@ -339,14 +339,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_2019.vcxproj b/UVAtlasTool/UVAtlasTool_2019.vcxproj index fe2781b..8ce55db 100644 --- a/UVAtlasTool/UVAtlasTool_2019.vcxproj +++ b/UVAtlasTool/UVAtlasTool_2019.vcxproj @@ -339,14 +339,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 3b57d45..70056eb 100644 --- a/UVAtlasTool/packages.config +++ b/UVAtlasTool/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file