OC.Assistant.Sdk 1.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package OC.Assistant.Sdk --version 1.6.1
                    
NuGet\Install-Package OC.Assistant.Sdk -Version 1.6.1
                    
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="OC.Assistant.Sdk" Version="1.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OC.Assistant.Sdk" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="OC.Assistant.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 OC.Assistant.Sdk --version 1.6.1
                    
#r "nuget: OC.Assistant.Sdk, 1.6.1"
                    
#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 OC.Assistant.Sdk@1.6.1
                    
#: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=OC.Assistant.Sdk&version=1.6.1
                    
Install as a Cake Addin
#tool nuget:?package=OC.Assistant.Sdk&version=1.6.1
                    
Install as a Cake Tool

Open Commissioning Assistant SDK

The official SDK for creating Open Commissioning Assistant plugins.

NuGet Status

Quick Getting Started:

  1. Create a Class Library project with target framework .NET8 or .NET Framework 4.8.1
  2. Add the OC.Assistant.Sdk package via nuget
  3. Create a public class and inherit the OC.Assistant.Sdk.PluginBase
  4. Create a xml file with file extension *.plugin and let it copy to the output directory:
<?xml version="1.0" encoding="utf-8"?>
<Plugin>
    
    <AssemblyFile>YourAssemblyName.dll</AssemblyFile>
    
    <AdditionalDirectory>path\to\directory1</AdditionalDirectory>
    <AdditionalDirectory>path\to\directory2</AdditionalDirectory>
</Plugin>

To run your plugin, simply place your *.dll and *.plugin files in the directory or a subdirectory of the OC.Assistant.exe

Further details how to use Attributes, Properties and Methods can be found within the SDK.
You can also learn how to build your own plugin by reviewing existing ones on our Open Commissioning GitHub page.
Also check out our YouTube channel for upcoming tutorials.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Framework net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.7.1 194 4/24/2025
1.7.0 198 4/15/2025
1.6.1 145 2/18/2025
1.6.0 126 1/28/2025
1.5.0 140 1/3/2025
1.4.3 141 11/18/2024
1.4.2 156 11/11/2024
1.4.1 110 11/11/2024
1.4.0 118 11/8/2024
1.3.1 113 11/7/2024
1.3.0 103 11/7/2024
1.1.1 109 11/7/2024
1.1.0 109 11/7/2024