Skip to content

Commit

Permalink
Merge pull request #16 from simatic-ax/update_sdk
Browse files Browse the repository at this point in the history
Update sdk
  • Loading branch information
kruegerfelix authored Mar 28, 2023
2 parents 47662e2 + 69b89ec commit 8a391fd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-applicationexample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:

with:
VERSION: ${{ github.ref_name }}
PROJECT_NAME: ae-trafficlight
PROJECT_NAME: ae-trafficlight
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin
obj
tmp
apax-lock.json
TestResult
*.tgz
Binary file removed Layout.vsd
Binary file not shown.
13 changes: 13 additions & 0 deletions apax-files-section.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# this files section will be used for the github workflow
# the apax.yml will be created dynamically in the workflow - also the files section
# here you can define the content

files:
- template
- '!**/.git'
- '!**/.vscode'
- '!**/.github'
- '!**/.gitattributes'
- '!**/.markdownlint.yml'
- '!template/CODEOWNERS'
- '!template/apax-files-section.yml'
6 changes: 3 additions & 3 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ scripts:
- apax load
# Dependencies
devDependencies:
"@ax/sdk": 3.0.2
"@ax/sdk": 3.0.12
"@simatic-ax/snippetscollection": 0.0.15
dependencies:
"@simatic-ax/statemachine": 2.0.1
"@simatic-ax/simple-control-modules": 1.0.0
"@simatic-ax/statemachine": 2.1.1
"@simatic-ax/simple-control-modules": 2.0.0
"@simatic-ax/io": 1.0.1
# Registries from where the packages will be loaded
registries:
Expand Down

0 comments on commit 8a391fd

Please sign in to comment.