Aml.Engine.Services
3.0.2
See the version list below for details.
dotnet add package Aml.Engine.Services --version 3.0.2
NuGet\Install-Package Aml.Engine.Services -Version 3.0.2
<PackageReference Include="Aml.Engine.Services" Version="3.0.2" />
paket add Aml.Engine.Services --version 3.0.2
#r "nuget: Aml.Engine.Services, 3.0.2"
// Install Aml.Engine.Services as a Cake Addin #addin nuget:?package=Aml.Engine.Services&version=3.0.2 // Install Aml.Engine.Services as a Cake Tool #tool nuget:?package=Aml.Engine.Services&version=3.0.2
AutomationML Application Programming Services
The Aml.Engine.Services provides methods for processing AutomationML documents. AutomationML is a standardized data exchange format, developed to support the data exchange in automation systems engineering. The Aml.Engine.Services extends the Aml.Engine with additional services such as the transformation service for upgrading and downgrading AutomationML document versions or a service that enables the resolution of externally referenced AutomationML libraries.
A detailed description with examples can be found in the Wiki.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- Aml.Engine (>= 3.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.1
- Aml.Engine (>= 3.0.2)
-
net6.0
- Aml.Engine (>= 3.0.2)
-
net7.0
- Aml.Engine (>= 3.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aml.Engine.Services:
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. |
|
Aml.Engine.OCL
The AutomationML OCL Engine can be used to constrain AutomationML models with OCL expressions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 146 | 10/19/2024 |
3.3.1 | 135 | 7/16/2024 |
3.3.0 | 120 | 7/1/2024 |
3.2.4 | 106 | 6/28/2024 |
3.2.3 | 693 | 5/23/2024 |
3.2.2 | 754 | 3/24/2024 |
3.2.1 | 1,674 | 12/22/2023 |
3.2.0 | 168 | 11/29/2023 |
3.1.3 | 209 | 8/15/2023 |
3.1.2 | 171 | 6/1/2023 |
3.1.1 | 129 | 5/24/2023 |
3.1.0 | 142 | 5/21/2023 |
3.0.6 | 186 | 4/14/2023 |
3.0.5 | 455 | 2/22/2023 |
3.0.4 | 230 | 2/20/2023 |
3.0.3 | 281 | 1/17/2023 |
3.0.2 | 367 | 12/17/2022 |
3.0.1 | 343 | 12/15/2022 |
3.0.0 | 278 | 12/15/2022 |
2.0.7 | 558 | 10/5/2022 |
2.0.6 | 455 | 6/15/2022 |
2.0.5 | 399 | 6/9/2022 |
2.0.4 | 705 | 4/30/2022 |
2.0.3 | 555 | 3/31/2022 |
2.0.1 | 401 | 3/24/2022 |
2.0.0 | 1,085 | 3/5/2022 |
Validation service can check the cardinality of ExternalInterface elements now.