Aml.Editor.IPC
2.0.2
dotnet add package Aml.Editor.IPC --version 2.0.2
NuGet\Install-Package Aml.Editor.IPC -Version 2.0.2
<PackageReference Include="Aml.Editor.IPC" Version="2.0.2" />
paket add Aml.Editor.IPC --version 2.0.2
#r "nuget: Aml.Editor.IPC, 2.0.2"
// Install Aml.Editor.IPC as a Cake Addin #addin nuget:?package=Aml.Editor.IPC&version=2.0.2 // Install Aml.Editor.IPC as a Cake Tool #tool nuget:?package=Aml.Editor.IPC&version=2.0.2
AutomationML Editor Interprocess Communication
The Aml.Editor.IPC is an interprocess communication 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 package supports the development of Applications using a communication channel to automate the AutomationML editor. To be applicable at least version 6.0 of the AutomationML editor is required. When a connection to the editor is established, the current editor installation is detected and the installed version of the editor is started as a client application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Aml.Engine (>= 3.1.1)
- Microsoft.Win32.Registry (>= 5.0.0)
-
net7.0
- Aml.Engine (>= 3.1.1)
- Microsoft.Win32.Registry (>= 5.0.0)
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 |
---|---|---|
2.0.2 | 319 | 2/23/2023 |
2.0.0 | 296 | 12/15/2022 |
1.0.0 | 455 | 3/5/2022 |
1.0.0-beta | 819 | 12/1/2021 |
Removed targets .NET 3.1 and NET 5 because end of support by Microsoft; Projects in .NET 3.1 or .NET 5, should migrate to .NET 6 (LTS) or keep using version 1.0.0; .NET 7.0 target added.