diff --git a/.nuget/uvatlas_desktop_2019.nuspec b/.nuget/uvatlas_desktop_2019.nuspec
index 172266a..768996d 100644
--- a/.nuget/uvatlas_desktop_2019.nuspec
+++ b/.nuget/uvatlas_desktop_2019.nuspec
@@ -10,7 +10,7 @@
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 April 28, 2023 release on GitHub.
+ Matches the June 13, 2023 release on GitHub.
http://go.microsoft.com/fwlink/?LinkID=512686
images\icon.jpg
diff --git a/HISTORY.md b/HISTORY.md
index 79e4a14..c58ca6b 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,12 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/
## Release History
+### June 13, 2023
+* CMake project updates
+* uvatlastool: Fix minor display issue with error messages
+* uvatlastool: Supports Long Paths on Windows 10, Version 1607 or later
+* uvatlastool: Updated for June 2023 DirectXTex release
+
### April 28, 2023
* CMake project updates and fixes for clang/LLVM v16 warnings
* uvatlastool: Windows on ARM64 version
diff --git a/README.md b/README.md
index 62c5763..bdb3365 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686
Copyright (c) Microsoft Corporation.
-**April 28, 2023**
+**June 13, 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 492b1a6..63fdd36 100644
--- a/UVAtlasTool/UVAtlasTool_2019.vcxproj
+++ b/UVAtlasTool/UVAtlasTool_2019.vcxproj
@@ -309,13 +309,13 @@
-
+
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 768a66c..43b4bd1 100644
--- a/UVAtlasTool/UVAtlasTool_2022.vcxproj
+++ b/UVAtlasTool/UVAtlasTool_2022.vcxproj
@@ -315,13 +315,13 @@
-
+
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 0919192..eef7e76 100644
--- a/UVAtlasTool/packages.config
+++ b/UVAtlasTool/packages.config
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/build/UVAtlas-config.cmake.in b/build/UVAtlas-config.cmake.in
index f6b4a8f..a68ee64 100644
--- a/build/UVAtlas-config.cmake.in
+++ b/build/UVAtlas-config.cmake.in
@@ -14,7 +14,7 @@ if (ENABLE_USE_EIGEN)
find_dependency(spectra)
endif()
-if(MINGW OR (NOT WIN32) OR VCPKG_TOOLCHAIN)
+if(MINGW OR (NOT WIN32))
find_dependency(directx-headers CONFIG)
find_dependency(directxmath CONFIG)
endif()