Skip to content

Commit

Permalink
updates to ax#0.18.0-alpha.201
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Apr 10, 2024
1 parent 7a4f9c6 commit 2798f00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.18.0-alpha.199",
"version": "0.18.0-alpha.201",
"commands": [
"ixc"
]
Expand All @@ -15,13 +15,13 @@
]
},
"AXSharp.ixd": {
"version": "0.18.0-alpha.199",
"version": "0.18.0-alpha.201",
"commands": [
"ixd"
]
},
"AXSharp.ixr": {
"version": "0.18.0-alpha.199",
"version": "0.18.0-alpha.201",
"commands": [
"ixr"
]
Expand Down
10 changes: 5 additions & 5 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<PackageVersion Include="MongoDB.Driver.Core" Version="2.22.0" />
<PackageVersion Include="Siemens.Simatic.S7.Webserver.API" Version="2.2.14" />
<!-- AX# START -->
<PackageVersion Include="AXSharp.Abstractions" Version="0.18.0-alpha.199" />
<PackageVersion Include="AXSharp.Connector" Version="0.18.0-alpha.199" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.18.0-alpha.199" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.18.0-alpha.199" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.18.0-alpha.199" />
<PackageVersion Include="AXSharp.Abstractions" Version="0.18.0-alpha.201" />
<PackageVersion Include="AXSharp.Connector" Version="0.18.0-alpha.201" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.18.0-alpha.201" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.18.0-alpha.201" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.18.0-alpha.201" />
<!-- AX# END -->
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.0" />
Expand Down
5 changes: 4 additions & 1 deletion src/sdk-ax/ctrl/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ files:
- apax.yml
dependencies:
"@ax/sdk": ^2311.0.1
"@ax/hwc": ^0.12.217
"@ax/hwld": ^0.8.23
"@ax/dcp-utility": ^1.1.1
# "@ax/axunitst": 4.1.8
# "@ax/mod": 1.0.4
# "@ax/mon": 1.0.4
Expand All @@ -21,4 +24,4 @@ dependencies:
# "@ax/target-mc7plus": 6.0.146
# "@ax/simatic-pragma-stc-plugin": 2.0.12
installStrategy: strict
apaxVersion: 3.1.0
apaxVersion: 3.1.1

0 comments on commit 2798f00

Please sign in to comment.