Microsoft.GDK.RemoteIterationClientApi 0.1.1-preview.26.3.27002

Prefix Reserved
This is a prerelease version of Microsoft.GDK.RemoteIterationClientApi.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.GDK.RemoteIterationClientApi" Version="0.1.1-preview.26.3.27002" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.GDK.RemoteIterationClientApi" Version="0.1.1-preview.26.3.27002" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.GDK.RemoteIterationClientApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
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"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.GDK.RemoteIterationClientApi@0.1.1-preview.26.3.27002
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.GDK.RemoteIterationClientApi&version=0.1.1-preview.26.3.27002&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.GDK.RemoteIterationClientApi&version=0.1.1-preview.26.3.27002&prerelease
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

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