Skip to content

Commit

Permalink
update to AX Code 1.90.0 (#421)
Browse files Browse the repository at this point in the history
* Create draft PR for #420

* wip

---------

Co-authored-by: TK <61820360+TomKovac@users.noreply.github.com>
  • Loading branch information
IX-BOT and TomKovac authored Jul 19, 2024
1 parent c37fa4c commit 89db1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_requisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ try {
$command = "axcode --version"

# Define the expected version
$expectedVersion = "1.88.1"
$expectedVersion = "1.90.0"

# Execute the command and capture the output
try {
Expand Down
1 change: 1 addition & 0 deletions src/ax.axopen.hwlibrary/ctrl/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ dependencies:
"@ax/system-timer": ^7.0.17
"@ax/system-serde": ^7.0.17
"@ax/system-bitaccess": ^7.0.17
# "@ax/hwc": ^1.1.154
installStrategy: strict
apaxVersion: 3.1.1

0 comments on commit 89db1d1

Please sign in to comment.