diff --git a/.nuget/uvatlas_desktop_2019.nuspec b/.nuget/uvatlas_desktop_2019.nuspec
index 768996d2..979cefb1 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 June 13, 2023 release on GitHub.
+ Matches the October 31, 2023 release on GitHub.
http://go.microsoft.com/fwlink/?LinkID=512686
images\icon.jpg
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d29f444a..b54d2a48 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.20)
set(UVATLAS_VERSION 1.8.5)
-if(DEFINED XBOX_CONSOLE_TARGET)
+if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET))
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
endif()
diff --git a/HISTORY.md b/HISTORY.md
index c58ca6b1..dc6b4c1a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,12 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/
## Release History
+### October 31, 2023
+* Retired ARM (32-bit) support for the UWP platform
+* CMake project updates
+* uvatlastool: -flist option updated to support filenames with spaces
+* uvatlastool: Updated for October 2023 DirectXTex & DirectXMesh releases
+
### June 13, 2023
* CMake project updates
* uvatlastool: Fix minor display issue with error messages
diff --git a/README.md b/README.md
index bdb33653..18265a53 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686
Copyright (c) Microsoft Corporation.
-**June 13, 2023**
+**October 31, 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 63fdd36e..27a3fc90 100644
--- a/UVAtlasTool/UVAtlasTool_2019.vcxproj
+++ b/UVAtlasTool/UVAtlasTool_2019.vcxproj
@@ -301,21 +301,21 @@
-
+
-
+
-
-
+
+
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.filters b/UVAtlasTool/UVAtlasTool_2019.vcxproj.filters
index b48c9f81..daba530e 100644
--- a/UVAtlasTool/UVAtlasTool_2019.vcxproj.filters
+++ b/UVAtlasTool/UVAtlasTool_2019.vcxproj.filters
@@ -25,12 +25,12 @@
Resource Files
-
-
-
Resource Files
+
+
+
\ No newline at end of file
diff --git a/UVAtlasTool/UVAtlasTool_2022.vcxproj b/UVAtlasTool/UVAtlasTool_2022.vcxproj
index 43b4bd1c..75a67450 100644
--- a/UVAtlasTool/UVAtlasTool_2022.vcxproj
+++ b/UVAtlasTool/UVAtlasTool_2022.vcxproj
@@ -307,21 +307,21 @@
-
+
-
+
-
-
+
+
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.filters b/UVAtlasTool/UVAtlasTool_2022.vcxproj.filters
index b48c9f81..daba530e 100644
--- a/UVAtlasTool/UVAtlasTool_2022.vcxproj.filters
+++ b/UVAtlasTool/UVAtlasTool_2022.vcxproj.filters
@@ -25,12 +25,12 @@
Resource Files
-
-
-
Resource Files
+
+
+
\ No newline at end of file
diff --git a/UVAtlasTool/packages.config b/UVAtlasTool/packages.config
index eef7e760..5b569e50 100644
--- a/UVAtlasTool/packages.config
+++ b/UVAtlasTool/packages.config
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file