Aml.Engine.Services 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aml.Engine.Services --version 2.0.3
NuGet\Install-Package Aml.Engine.Services -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aml.Engine.Services" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aml.Engine.Services --version 2.0.3
#r "nuget: Aml.Engine.Services, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aml.Engine.Services as a Cake Addin
#addin nuget:?package=Aml.Engine.Services&version=2.0.3

// Install Aml.Engine.Services as a Cake Tool
#tool nuget:?package=Aml.Engine.Services&version=2.0.3

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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 was computed.  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.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.2.2 190 3/24/2024
3.2.1 775 12/22/2023
3.2.0 149 11/29/2023
3.1.3 145 8/15/2023
3.1.2 144 6/1/2023
3.1.1 117 5/24/2023
3.1.0 122 5/21/2023
3.0.6 173 4/14/2023
3.0.5 368 2/22/2023
3.0.4 208 2/20/2023
3.0.3 256 1/17/2023
3.0.2 335 12/17/2022
3.0.1 315 12/15/2022
3.0.0 249 12/15/2022
2.0.7 478 10/5/2022
2.0.6 425 6/15/2022
2.0.5 372 6/9/2022
2.0.4 689 4/30/2022
2.0.3 542 3/31/2022
2.0.1 378 3/24/2022
2.0.0 1,034 3/5/2022

Fixed an issue in the LookupService when used in AutoUpdate mode related to updata Revision data.