Skip to content

Commit

Permalink
[NEW-FEATURE] Update to AX# 0.19.3-alpha.214 (#394)
Browse files Browse the repository at this point in the history
* Create draft PR for #393

* updates to AX# 0.19.3-alpha.214

---------

Co-authored-by: PTKu <61538034+PTKu@users.noreply.github.com>
  • Loading branch information
IX-BOT and PTKu committed May 11, 2024
1 parent 37d933a commit 8d3a2ec
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.18.0-alpha.201",
"version": "0.19.3-alpha.214",
"commands": [
"ixc"
]
Expand All @@ -15,13 +15,13 @@
]
},
"AXSharp.ixd": {
"version": "0.18.0-alpha.201",
"version": "0.19.3-alpha.214",
"commands": [
"ixd"
]
},
"AXSharp.ixr": {
"version": "0.18.0-alpha.201",
"version": "0.19.3-alpha.214",
"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.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" />
<PackageVersion Include="AXSharp.Abstractions" Version="0.19.3-alpha.214" />
<PackageVersion Include="AXSharp.Connector" Version="0.19.3-alpha.214" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.19.3-alpha.214" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.19.3-alpha.214" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.19.3-alpha.214" />
<!-- AX# END -->
<PackageVersion Include="AXOpen.KristofferStrube.Blazor.SVGEditor" Version="0.4.4-alpha.296" />
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.0" />
Expand Down

0 comments on commit 8d3a2ec

Please sign in to comment.