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
<PackageReference Include="Aml.Editor.Plugin.Contract" Version="4.0.2" />
paket add Aml.Editor.Plugin.Contract --version 4.0.2
#r "nuget: Aml.Editor.Plugin.Contract, 4.0.2"
// 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 | Versions 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. |
-
net6.0-windows7.0
- Aml.Engine (>= 3.1.1)
-
net7.0-windows7.0
- Aml.Engine (>= 3.1.1)
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 | 767 | 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 |
Null checks inserted.