October 2023 GDK Public Release
October 2023 Microsoft Game Development Kit (GDK) release notes
Introduction
Welcome to the October 2023 Microsoft Game Development Kit release. You can use the GDK to develop games that can be certified and approved for release on Windows 11 PCs and Windows 10 PCs.
About this document
We have organized this document into the following sections.
- What's new
- Release notes:
- Documentation
What's new in the October 2023 Microsoft Game Development Kit
- The GDK is released in two types: Major (focused on features, three times a year) and Updates (focused on fixes, as often as needed).
- To view the full What's New section, see the online version of What's New.
October 2023 GDK
Notifications
Visual Studio support
The GDK currently supports building game projects with the Visual Studio 2017 compiler and linker toolset (version v141) either from the command line or from the Visual Studio 2019 or Visual Studio 2022 IDEs.
Support for building game projects with the v141 toolset will be removed in the October 2024 version of the GDK.
Issue fixes
Commerce
Fixed an issue with
XStoreQueryAssociatedProductsAsync
where themaxItemsToRetrievePerPage
parameter wasn't returning the correct number of results when 26 or more products were requested.
Xbox services
Fixed an issue that could cause the title to crash when calling
PeoplehubService::DeserializeTitleHistory
for certain locales. [45433556]
Known issues
GDK tools
The Microsoft Game Config editor can't be used to edit the new
<shareable>
element that has been added to<PersistentLocalStorage>
in the October 2023 GDK. You must edit the game config file manually to add the<shareable>
element.If the Microsoft Game Config editor is used to open a file that contains the
<shareable>
element, it will be inadvertently deleted when the file is saved.
Middleware
Systems using the GDK Unity Package that have only the public GDK installed will have missing DLL issues in Unity projects until the next plugin release.
For more information and a quick fix, see Plugin fails to load DLLs/Tools for public GDK installs Issue #93 microsoft/gdk-unity-package.