From 29290e6e441ee87123ab82478f9e3001ea761a68 Mon Sep 17 00:00:00 2001 From: David JENNI <3200210+davidjenni@users.noreply.github.com> Date: Thu, 11 Aug 2022 09:52:26 -0700 Subject: [PATCH] July refresh: pac CLI 1.17.x (#252) Co-authored-by: davidjen@DAVIDJEN-DEV --- README.md | 6 ++++++ gulpfile.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 608fdbba..a91bc20e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Installing this extension will also make the latest Power Platform CLI (aka pac) ![VSCode Terminal with pac CLI](https://github.com/microsoft/powerplatform-vscode/blob/main/src/client/assets/pac-CLI-in-terminal.png?raw=true) ## Release Notes +1.0.20: + - PCF control debugging support in VS Code's debugger; + see for early details: https://github.com/microsoft/powerplatform-vscode/pull/231 + - pac CLI 1.17.4 (July refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + - when running on macOS on Apple Silicon (ARM M1/M2 CPU): make sure to also have the x64 version of the [.NET6 SDK](https://dotnet.microsoft.com/en-us/download) installed as well + 1.0.16: - pac CLI 1.16.6 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - the Power Platform panel now supports the new UNIVERSAL authentication kind that pac CLI 1.16.x introduced diff --git a/gulpfile.js b/gulpfile.js index c5a53689..b6567566 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -292,7 +292,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.16.6'; +const cliVersion = '1.17.4'; const recompile = gulp.series( clean,