Aml.Editor.API
1.1.0
Install-Package Aml.Editor.API -Version 1.1.0
dotnet add package Aml.Editor.API --version 1.1.0
<PackageReference Include="Aml.Editor.API" Version="1.1.0" />
paket add Aml.Editor.API --version 1.1.0
#r "nuget: Aml.Editor.API, 1.1.0"
// Install Aml.Editor.API as a Cake Addin
#addin nuget:?package=Aml.Editor.API&version=1.1.0
// Install Aml.Editor.API as a Cake Tool
#tool nuget:?package=Aml.Editor.API&version=1.1.0
AutomationML Editor Programming Interface
The Aml.Editor.API is an application programming interface 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 API supports the development of AMLEditor Plugins. The API methods can also be called within a plugin from classes that are not themselves instantiated by the editor (through MEF composition).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
.NET Framework | net48 |
-
.NETCoreApp 3.1
- Aml.Engine (>= 2.0.7)
-
.NETFramework 4.8
- Aml.Engine (>= 2.0.7)
-
net5.0
- Aml.Engine (>= 2.0.7)
-
net6.0
- Aml.Engine (>= 2.0.7)
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.1.0 | 79 | 5/11/2022 |
1.0.0 | 82 | 3/5/2022 |
1.0.0-beta | 727 | 12/1/2021 |
First release of the API.