MacroDeck.Sdk 3.0.0-preview.10

This is a prerelease version of MacroDeck.Sdk.
dotnet add package MacroDeck.Sdk --version 3.0.0-preview.10
                    
NuGet\Install-Package MacroDeck.Sdk -Version 3.0.0-preview.10
                    
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="MacroDeck.Sdk" Version="3.0.0-preview.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MacroDeck.Sdk" Version="3.0.0-preview.10" />
                    
Directory.Packages.props
<PackageReference Include="MacroDeck.Sdk" />
                    
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 MacroDeck.Sdk --version 3.0.0-preview.10
                    
#r "nuget: MacroDeck.Sdk, 3.0.0-preview.10"
                    
#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 MacroDeck.Sdk@3.0.0-preview.10
                    
#: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=MacroDeck.Sdk&version=3.0.0-preview.10&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MacroDeck.Sdk&version=3.0.0-preview.10&prerelease
                    
Install as a Cake Tool

MacroDeck.Sdk

Capability contracts for Macro Deck integrations and plugins. This package holds the interfaces and records you implement, and nothing else: it has no dependency on the host and no runtime of its own.

What is in here:

  • IIntegration and IIntegrationContext - the base contract and the host services handed to it.
  • Capability interfaces - actions, config flow, variables, events, music players, weather stations, virtual profiles, icons and issues.
  • MacroDeck.Sdk.Identity - MacroDeckId and QualifiedId, the id rules every owner and capability is validated against.

To build an out-of-process plugin, reference MacroDeck.Plugin.Hosting as well; it brings this package with it.

See the plugin development documentation.

Licensed under Apache-2.0.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MacroDeck.Sdk:

Package Downloads
MacroDeck.Plugin.Protocol

Wire contracts for the Macro Deck plugin protocol: envelope, handshake, capability payloads, limits, versioning and error codes.

MacroDeck.Plugin.Hosting

DI-first hosting model for out-of-process Macro Deck plugins. Write a plugin as a normal ASP.NET Core application; registration, protocol framing, heartbeats and reconnection are handled for you.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-preview.10 195 9/4/2026
3.0.0-preview.8 84 9/1/2026
3.0.0-preview.7 261 8/28/2026
3.0.0-preview.6 164 8/24/2026
3.0.0-preview.5 114 8/22/2026
3.0.0-preview.4 118 8/20/2026
3.0.0-preview.3 120 8/14/2026
3.0.0-preview.2 90 8/14/2026
3.0.0-preview.1 139 8/13/2026
3.0.0-beta.11 123 9/17/2026
3.0.0-beta.7 81 9/16/2026
3.0.0-beta.6 65 9/15/2026
3.0.0-beta.5 111 9/14/2026
3.0.0-beta.4 211 9/11/2026
3.0.0-beta.3 91 9/9/2026
3.0.0-beta.2 93 9/6/2026
3.0.0-beta.1 95 9/6/2026