Aml.Editor.Plugin.Contract
2.0.3
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
<PackageReference Include="Aml.Editor.Plugin.Contract" Version="2.0.3" />
paket add Aml.Editor.Plugin.Contract --version 2.0.3
#r "nuget: Aml.Editor.Plugin.Contract, 2.0.3"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.7
- Aml.Engine (>= 1.0.9)
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 | 851 | 2/25/2023 |
4.0.1 | 769 | 2/23/2023 |
4.0.0 | 782 | 12/15/2022 |
3.0.6 | 1,015 | 5/14/2022 |
3.0.5 | 984 | 5/5/2022 |
3.0.4 | 934 | 5/5/2022 |
3.0.3 | 940 | 5/4/2022 |
3.0.2 | 968 | 3/24/2022 |
3.0.1 | 957 | 3/9/2022 |
3.0.0 | 1,571 | 3/5/2022 |
2.5.0 | 944 | 8/25/2021 |
2.4.0 | 1,041 | 1/19/2021 |
2.3.0 | 1,118 | 11/11/2020 |
2.2.0 | 1,321 | 8/2/2019 |
2.1.1 | 1,169 | 7/2/2019 |
2.1.0 | 1,545 | 10/9/2018 |
2.0.4 | 1,571 | 8/1/2018 |
2.0.3 | 1,617 | 4/9/2018 |
2.0.2 | 1,573 | 3/18/2018 |
2.0.1 | 1,565 | 2/28/2018 |
2.0.0 | 1,582 | 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.