Skip to content

Commit 3096b8f

Browse files
authored
PAC update to v1.29.10 (#782) (#783)
* PAC update for data import/export and paportal upload/download commands * version bump
1 parent 4df6229 commit 3096b8f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
2020

2121
## Release Notes
2222

23-
2.0.20:
23+
2.0.23:
24+
- 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/))
25+
26+
2.0.21:
2427
- pac CLI 1.29.6 (October refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
2528

2629
2.0.13:

gulpfile.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ async function snapshot() {
336336
}
337337

338338
const feedName = 'CAP_ISVExp_Tools_Stable';
339-
const cliVersion = '1.29.6';
339+
const cliVersion = '1.29.10';
340340

341341
const recompile = gulp.series(
342342
clean,

0 commit comments

Comments
 (0)