Microsoft.GDK.RemoteIterationClientApi
0.1.1-preview.26.3.27002
Prefix Reserved
dotnet add package Microsoft.GDK.RemoteIterationClientApi --version 0.1.1-preview.26.3.27002
NuGet\Install-Package Microsoft.GDK.RemoteIterationClientApi -Version 0.1.1-preview.26.3.27002
<PackageReference Include="Microsoft.GDK.RemoteIterationClientApi" Version="0.1.1-preview.26.3.27002" />
<PackageVersion Include="Microsoft.GDK.RemoteIterationClientApi" Version="0.1.1-preview.26.3.27002" />
<PackageReference Include="Microsoft.GDK.RemoteIterationClientApi" />
paket add Microsoft.GDK.RemoteIterationClientApi --version 0.1.1-preview.26.3.27002
#r "nuget: Microsoft.GDK.RemoteIterationClientApi, 0.1.1-preview.26.3.27002"
#:package Microsoft.GDK.RemoteIterationClientApi@0.1.1-preview.26.3.27002
#addin nuget:?package=Microsoft.GDK.RemoteIterationClientApi&version=0.1.1-preview.26.3.27002&prerelease
#tool nuget:?package=Microsoft.GDK.RemoteIterationClientApi&version=0.1.1-preview.26.3.27002&prerelease
Microsoft.GDK.RemoteIterationClient
Remote Windows Development API for Xbox PC Gaming Device Tools.
Overview
This package provides the client API for remote iteration with Xbox gaming devices, enabling developers to streamline their development workflow.
Installation
Install via NuGet Package Manager:
Install-Package Microsoft.GDK.RemoteIterationClientApi
Or via .NET CLI:
dotnet add package Microsoft.GDK.RemoteIterationClientApi
Contents
This package includes:
- Headers:
WdRemoteIteration.h- C/C++ header file for the API - Binaries: DLLs for x64 and ARM64 platforms
- WinMD: Windows Metadata for language projections
Supported Platforms
- Windows x64
- Windows ARM64
Usage
Include the header in your project:
#include <WdRemoteIteration.h>
The NuGet package automatically configures include paths and library references when installed.
License
This project is licensed under the MIT License - see the LICENSE file for details.
The Remote Windows Development API is also subject to the public GDK EULA as it contains terms covering the telemetry data.
Versioning
The RIT API follows semantic versioning 2.0 (MAJOR.MINOR.PATCH):
- PATCH updates are safe drops in fixes and do not change API contracts or behavior and updating will not require code changes or impact dependencies.
- MINOR updates may introduce new APIs or evolve existing ones in a backward-compatible way; deprecated functionality may be marked but will continue to work, giving you time to migrate. Dependency updates should be reviewed but are expected to remain compatible.
- MAJOR updates indicate intentional breaking changes that may require code or dependency updates; these releases clearly document required migration steps.
You can safely auto-update within the same MAJOR version, while treating MAJOR version changes as opt-in upgrades that should be planned and validated.
Support
For issues and questions, please refer to the official Microsoft documentation.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.1-preview.26.3.27002 | 86 | 4/7/2026 |
| 0.1.0-preview.26.3.6001 | 84 | 3/6/2026 |