Aml.Editor.Plugin.Contract 4.0.2

dotnet add package Aml.Editor.Plugin.Contract --version 4.0.2
NuGet\Install-Package Aml.Editor.Plugin.Contract -Version 4.0.2
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="Aml.Editor.Plugin.Contract" Version="4.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aml.Editor.Plugin.Contract --version 4.0.2
#r "nuget: Aml.Editor.Plugin.Contract, 4.0.2"
#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.
// Install Aml.Editor.Plugin.Contract as a Cake Addin
#addin nuget:?package=Aml.Editor.Plugin.Contract&version=4.0.2

// Install Aml.Editor.Plugin.Contract as a Cake Tool
#tool nuget:?package=Aml.Editor.Plugin.Contract&version=4.0.2


AutomationML Editor Plugin Contract

The Aml.Editor.Plugin.Contract defines the plugin interfaces for the AutomationML editor. AutomationML is a standardized data exchange format, developed to support the data exchange in automation systems engineering. The AutomationML editor can be used to edit AutomationML documents. This contract DLL defines Interface Classes which have to be implemented by AutomationML Editor - plugin Developers to be recognized and loaded by the AutomationML editor. Since version 6.0 of the AutomationML editor the plugins are loaded using a different approach than before. Prior version were based on Microsoft's extensibility framework MEF.

A detailed description and example plugins are provided in the AMLEditorPlugin repository and Wiki.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aml.Editor.Plugin.Contract:

Package Downloads
Aml.Toolkit

The Aml.Toolkit provides basic UI controls based on WPF to visualize AutomationML data. The Toolkit is used in the AutomationML Editor and is available to implement PlugIns for the AutomationML Editor.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.2 792 2/25/2023
4.0.1 737 2/23/2023
4.0.0 753 12/15/2022
3.0.6 979 5/14/2022
3.0.5 960 5/5/2022
3.0.4 908 5/5/2022
3.0.3 919 5/4/2022
3.0.2 945 3/24/2022
3.0.1 933 3/9/2022
3.0.0 1,524 3/5/2022
2.5.0 906 8/25/2021
2.4.0 1,017 1/19/2021
2.3.0 1,095 11/11/2020
2.2.0 1,299 8/2/2019
2.1.1 1,147 7/2/2019
2.1.0 1,503 10/9/2018
2.0.4 1,534 8/1/2018
2.0.3 1,580 4/9/2018
2.0.2 1,545 3/18/2018
2.0.1 1,538 2/28/2018
2.0.0 1,550 2/28/2018

Null checks inserted.