Skip to content

Install

Josef Prinz edited this page Jul 1, 2024 · 7 revisions

Installation

The AMLEngine2.1 can be installed as a NUGET package using the NUGET package manager in VS code or Visual Studio.

Install-Package Aml.Engine -Version 3.3.1

These platforms are currently supported:

  • .NETStandard2.1
  • .NET 6.0
  • .NET 8.0
  • .NET 8.0-macos
  • .NET 8.0-maccatalyst
  • .NET 8.0-android
  • .NET 8.0-ios

The package contains the Aml.Engine.dll. The Aml.Engine.dll provides the CAEX Class model. For the usage of services, an additional NUGET package is provided. This package contains the Aml.Engine.Services.dll which provides some extended services for advanced AutomationML model processing tasks. For a full list of all Engine related NUGET packages see.

Clone this wiki locally