From 92c8dbbec345cd606151d83de68f319771a45bce Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:32:24 -0700 Subject: [PATCH] Pac Monthly Release (#740) * Pac Monthly Release * Update release notes --- README.md | 9 ++++++++- gulpfile.mjs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 102bdfc3..d1ecc3c7 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,15 @@ Installing this extension will also make the latest Power Platform CLI (aka pac) ## Release Notes +2.0.11: + - pac CLI 1.28.2 (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 + - On browser refresh, Improved support for pre-emptive loading of image files active in editor. #736 + 2.0.10: - - pac CLI 1.27.5 (Auguest refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + - pac CLI 1.27.5 (August refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - (Preview) Added 'Copilot in Power Pages' to Web Extension 2.0.7: diff --git a/gulpfile.mjs b/gulpfile.mjs index 50399608..25040841 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -368,7 +368,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.27.5'; +const cliVersion = '1.28.2'; const recompile = gulp.series( clean,