Skip to content

Commit

Permalink
PAC update to v1.29.10 (#782) (#783)
Browse files Browse the repository at this point in the history
* PAC update for data import/export and paportal upload/download commands

* version bump
  • Loading branch information
tehcrashxor committed Nov 28, 2023
1 parent 4df6229 commit 3096b8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3096b8f

Please sign in to comment.