Skip to content

Commit

Permalink
udpates axsharp to 0.19.3-alpha.231
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Sep 5, 2024
1 parent 4735d66 commit d4231d0
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.229",
"version": "0.19.3-alpha.231",
"commands": [
"ixc"
]
Expand All @@ -15,13 +15,13 @@
]
},
"AXSharp.ixd": {
"version": "0.19.3-alpha.229",
"version": "0.19.3-alpha.231",
"commands": [
"ixd"
]
},
"AXSharp.ixr": {
"version": "0.19.3-alpha.229",
"version": "0.19.3-alpha.231",
"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.229" />
<PackageVersion Include="AXSharp.Connector" Version="0.19.3-alpha.229" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.19.3-alpha.229" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.19.3-alpha.229" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.19.3-alpha.229" />
<PackageVersion Include="AXSharp.Abstractions" Version="0.19.3-alpha.231" />
<PackageVersion Include="AXSharp.Connector" Version="0.19.3-alpha.231" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.19.3-alpha.231" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.19.3-alpha.231" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.19.3-alpha.231" />
<!-- AX# END -->

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

0 comments on commit d4231d0

Please sign in to comment.