-
Notifications
You must be signed in to change notification settings - Fork 7
Install
Josef Prinz edited this page Jul 1, 2024
·
7 revisions
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.
Home | Installation | API | Solutions
Getting Started
- Install
- First Steps with CAEX
- Working with CAEX Libraries
- Working with CAEX Relations
- Managing Inheritance
- Attribut Values
- Document Versions
Extended Examples
API Reference Guide