From 88d35dfecb98206c3a8b77facd41a3edccb468df Mon Sep 17 00:00:00 2001 From: IX-BOT <137874481+IX-BOT@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:45:02 +0100 Subject: [PATCH] Update to AX# 0.17.0-alpha.171 (#280) * Create draft PR for #279 * Updates AX# to 0.17.0-alpha.171 --------- Co-authored-by: PTKu Co-authored-by: Peter <61538034+PTKu@users.noreply.github.com> --- .config/dotnet-tools.json | 6 +++--- src/Directory.Packages.props | 10 +++++----- src/templates.simple/.config/dotnet-tools.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6405bbaa9..8771c10d2 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "AXSharp.ixc": { - "version": "0.17.0-alpha.170", + "version": "0.17.0-alpha.171", "commands": [ "ixc" ] @@ -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" ] diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 36f384784..ce49cd08c 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -20,11 +20,11 @@ - - - - - + + + + + diff --git a/src/templates.simple/.config/dotnet-tools.json b/src/templates.simple/.config/dotnet-tools.json index 9b0f4956c..b26ac26c2 100644 --- a/src/templates.simple/.config/dotnet-tools.json +++ b/src/templates.simple/.config/dotnet-tools.json @@ -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" ]