From 91f7da7d870f455fd37776f0dcd2b0f213f42c21 Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:40:52 -0700 Subject: [PATCH] Bump PAC and extension version (#749) --- README.md | 4 ++-- gulpfile.mjs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 415dea3a..232103b6 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Installing this extension will also make the latest Power Platform CLI (aka pac) ## Release Notes -2.0.12: - - pac CLI 1.28.2 (September refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) +2.0.13: + - pac CLI 1.28.3 (September refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - Web Extension updates: - Now Supporting image edit capability using Vscode extensions for Image editing (supported file extensions are png, jpg, webp, bmp, tga, ico, dib, jif, jpe, tpic, jpe, jpeg) #733 - File explorer now supports Power Pages actions for "Going back to Power pages Studio" and "Preview" of site's runtime instance. #697 diff --git a/gulpfile.mjs b/gulpfile.mjs index 25040841..6ea9ebfc 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -368,7 +368,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.28.2'; +const cliVersion = '1.28.3'; const recompile = gulp.series( clean,