Skip to content

Commit

Permalink
updates to AX# 0.19.3-alpha.224 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Jul 2, 2024
1 parent 7e67f12 commit ece1c20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.19.3-alpha.224",
"version": "0.19.3-alpha.226",
"commands": [
"ixc"
]
Expand All @@ -15,13 +15,13 @@
]
},
"AXSharp.ixd": {
"version": "0.19.3-alpha.224",
"version": "0.19.3-alpha.226",
"commands": [
"ixd"
]
},
"AXSharp.ixr": {
"version": "0.19.3-alpha.224",
"version": "0.19.3-alpha.226",
"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 @@ -21,11 +21,11 @@
<PackageVersion Include="Siemens.Simatic.S7.Webserver.API" Version="2.2.14" />

<!-- AX# START -->
<PackageVersion Include="AXSharp.Abstractions" Version="0.19.3-alpha.224" />
<PackageVersion Include="AXSharp.Connector" Version="0.19.3-alpha.224" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.19.3-alpha.224" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.19.3-alpha.224" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.19.3-alpha.224" />
<PackageVersion Include="AXSharp.Abstractions" Version="0.19.3-alpha.226" />
<PackageVersion Include="AXSharp.Connector" Version="0.19.3-alpha.226" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.19.3-alpha.226" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.19.3-alpha.226" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.19.3-alpha.226" />
<!-- AX# END -->

<PackageVersion Include="AXOpen.KristofferStrube.Blazor.SVGEditor" Version="0.4.4-alpha.296" />
Expand Down

0 comments on commit ece1c20

Please sign in to comment.