AMLEngine 3.0.2
See the version list below for details.
dotnet add package AMLEngine --version 3.0.2
NuGet\Install-Package AMLEngine -Version 3.0.2
<PackageReference Include="AMLEngine" Version="3.0.2" />
paket add AMLEngine --version 3.0.2
#r "nuget: AMLEngine, 3.0.2"
// Install AMLEngine as a Cake Addin #addin nuget:?package=AMLEngine&version=3.0.2 // Install AMLEngine as a Cake Tool #tool nuget:?package=AMLEngine&version=3.0.2
AutomationML API contains the CAEX ClassModel, a AutomationML Validation Engine and specific AutomationML Extensions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AMLEngine:
Package | Downloads |
---|---|
AMLToolkit
This first version contains a WPF Custom Control, which can be used to visualize an AutomationML Object and selected descendants in a WPF TreeView. The TreeView Nodes are decorated with Icons which are specific for each CAEX-Element. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.6.2 | 7,762 | 10/12/2017 | |
3.6.1 | 1,397 | 7/20/2017 | |
3.6.0 | 1,365 | 6/15/2017 | |
3.5.1 | 1,529 | 2/28/2017 | |
3.5.0 | 1,357 | 2/22/2017 | |
3.4.8 | 1,399 | 1/16/2017 | |
3.4.7 | 1,974 | 9/22/2016 | |
3.4.6 | 1,358 | 8/30/2016 | |
3.4.5 | 1,295 | 8/29/2016 | |
3.4.4 | 1,303 | 8/23/2016 | |
3.4.3 | 1,340 | 8/16/2016 | |
3.4.2 | 1,356 | 8/14/2016 | |
3.4.1 | 1,309 | 8/12/2016 | |
3.4.0 | 1,310 | 8/11/2016 | |
3.3.2 | 1,381 | 8/4/2016 | |
3.3.1 | 1,728 | 8/1/2016 | |
3.3.0 | 1,367 | 7/25/2016 | |
3.2.6 | 1,458 | 6/10/2016 | |
3.2.5 | 1,408 | 2/29/2016 | |
3.2.4 | 1,379 | 2/18/2016 | |
3.2.3 | 1,415 | 1/27/2016 | |
3.2.2 | 1,285 | 1/27/2016 | |
3.2.1 | 1,283 | 1/27/2016 | |
3.2.0 | 1,680 | 1/18/2016 | |
3.1.4 | 1,885 | 10/5/2015 | |
3.1.3 | 1,564 | 7/24/2015 | |
3.1.2 | 1,732 | 4/30/2015 | |
3.1.1 | 1,625 | 3/27/2015 | |
3.1.0 | 1,711 | 3/5/2015 | |
3.0.3 | 1,744 | 2/26/2015 | |
3.0.2 | 1,909 | 2/25/2015 | |
3.0.1 | 1,675 | 2/12/2015 | |
3.0.0 | 1,664 | 2/11/2015 | |
2.1.5 | 1,936 | 1/23/2015 | |
2.1.4.3 | 1,444 | 1/8/2015 | |
2.1.4.2 | 1,404 | 1/7/2015 | |
2.1.4.1 | 1,410 | 1/7/2015 | |
2.1.4 | 1,639 | 1/6/2015 | |
2.1.2.1 | 1,802 | 10/15/2014 | |
2.1.2 | 2,793 | 10/15/2014 |
Version 3.0.2
Bug Fixes
Version 3.0
This Version has a new build in Validation Engine. This Engine is a replacement of the former used HashTables with Validation support. The new Validation Engine offers additional Validation and Repair Options and manages Cross references between CAEX-Elements. The Old HashTables are still available to be downward compatibel.
In Version 3.0 the most Element Creation and Insertion Methods are provided with an additional Parameter that allows the explicit definition, wether a new Element is inserted as the first Element of it's Type or the Last Element of it's Type in the Children Collection of it's Parent. The Default Behavior has not changed to former versions, where the Insertion Position in most methods was the first.
Version 2.2
This version uses an updated Altova Kernel
Better Performance when large Trees are
walked. Use of Recursion is avoided for those walks. The .Net 4.0 Version uses Parallel for Consistency Checks.
------------------------------------------
Version 2.1.5
Method to redirect links for mirrors and internal links complete redesigned for better performance.
Referencing of CAEX Elementnames which contain special characters (i.e. in InternalLinks) are now handled as defined in the CAEX guide.
New Methods two get derived Interfaces and derived SupportedRoleClasses (similar to the Method to get derived Attributes).