ix-ax / AXOpen

[This repository is for active development.] Application framework based on SIMATIC-AX and AX# technology.
https://ix-ax.github.io/AXOpen/
MIT License
31 stars 1 forks source link

Update ax packages #380

Closed PTKu closed 2 months ago

PTKu commented 2 months ago

The most significant changes include the update of several dependencies in the apax.yml file, the commenting out of the @ax/sdk dependency, and the setting of installStrategy to strict and apaxVersion to 3.1.1.

  1. Multiple dependencies in the apax.yml file were updated. The old versions were replaced with new ones that use the caret (^) symbol, indicating compatibility with the specified version and allowing minor and patch updates but not major ones. The updated dependencies include @ax/mod, @ax/mon, @ax/sdb, @ax/sld, @ax/stc, @ax/apax-build, @ax/target-llvm, @ax/target-mc7plus, and @ax/simatic-pragma-stc-plugin.

  2. The @ax/sdk dependency was commented out in the apax.yml file, effectively disabling it.

  3. The installStrategy was set to strict and the apaxVersion was set to 3.1.1 in the apax.yml file. This means that the installation process will strictly follow the specified version and will not allow any deviations.