Skip to content

Commit

Permalink
Update to AX# 0.17.0-alpha.171 (#280)
Browse files Browse the repository at this point in the history
* Create draft PR for #279

* Updates AX# to 0.17.0-alpha.171

---------

Co-authored-by: PTKu <[email protected]>
Co-authored-by: Peter <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2023
1 parent 27868a5 commit 88d35df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.17.0-alpha.170",
"version": "0.17.0-alpha.171",
"commands": [
"ixc"
]
Expand All @@ -15,13 +15,13 @@
]
},
"AXSharp.ixd": {
"version": "0.17.0-alpha.170",
"version": "0.17.0-alpha.171",
"commands": [
"ixd"
]
},
"AXSharp.ixr": {
"version": "0.17.0-alpha.170",
"version": "0.17.0-alpha.171",
"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.1.4" />
<!-- AX# START -->
<PackageVersion Include="AXSharp.Abstractions" Version="0.17.0-alpha.170" />
<PackageVersion Include="AXSharp.Connector" Version="0.17.0-alpha.170" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-alpha.170" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.17.0-alpha.170" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.17.0-alpha.170" />
<PackageVersion Include="AXSharp.Abstractions" Version="0.17.0-alpha.171" />
<PackageVersion Include="AXSharp.Connector" Version="0.17.0-alpha.171" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-alpha.171" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.17.0-alpha.171" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.17.0-alpha.171" />
<!-- AX# END -->
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/templates.simple/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.17.0-alpha.170",
"version": "0.17.0-alpha.171",
"commands": [
"ixc"
]
},
"AXSharp.ixr": {
"version": "0.17.0-alpha.170",
"version": "0.17.0-alpha.171",
"commands": [
"ixr"
]
Expand Down

0 comments on commit 88d35df

Please sign in to comment.