Aml.Editor.Plugin.Contract 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aml.Editor.Plugin.Contract --version 2.0.3
NuGet\Install-Package Aml.Editor.Plugin.Contract -Version 2.0.3
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="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aml.Editor.Plugin.Contract --version 2.0.3
#r "nuget: Aml.Editor.Plugin.Contract, 2.0.3"
#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=2.0.3

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

This DLL is a contract DLL and defines Interface Classes which have to be implemented by AutomationML Editor - PlugIn Developers. When implemented, the PlugIn Class should EXPORT its Interface with Microsoft Extensibility Framework (MEF). The PlugIn DLL has to be located under the PlugIns Directory in the Installation Folder of the AutomationML Editor. This PlugIn contract supports the AutomationML Editor based on the AMLEngine2.1. which supports CAEX Version 3.0.

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 762 2/25/2023
4.0.1 716 2/23/2023
4.0.0 725 12/15/2022
3.0.6 962 5/14/2022
3.0.5 939 5/5/2022
3.0.4 885 5/5/2022
3.0.3 902 5/4/2022
3.0.2 924 3/24/2022
3.0.1 910 3/9/2022
3.0.0 1,489 3/5/2022
2.5.0 888 8/25/2021
2.4.0 998 1/19/2021
2.3.0 1,055 11/11/2020
2.2.0 1,275 8/2/2019
2.1.1 1,128 7/2/2019
2.1.0 1,483 10/9/2018
2.0.4 1,495 8/1/2018
2.0.3 1,560 4/9/2018
2.0.2 1,526 3/18/2018
2.0.1 1,506 2/28/2018
2.0.0 1,531 2/28/2018

Added Contract Classes providing new Interfaces for the AMLEditor.

The IEditorCommanding Interface enables a PlugIn to invoke editor commands.

This Version requires the AutomationML Editor (>= v5.0.2) installed.