diff --git a/README.md b/README.md index a8ab8c96..b733485d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ Installing this extension will also make the latest Power Platform CLI (aka pac) ## Release Notes -2.0.20: +2.0.23: + - pac CLI 1.29.10, (Update to October refresh to fix data import/export and paportal upload/download commands. See release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + +2.0.21: - pac CLI 1.29.6 (October refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) 2.0.13: diff --git a/gulpfile.mjs b/gulpfile.mjs index 947ddc47..f649b640 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -336,7 +336,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.29.6'; +const cliVersion = '1.29.10'; const recompile = gulp.series( clean,