Skip to content

Commit

Permalink
[rel/stable] pick up latest pac CLI 1.20.3 with paportal list fix
Browse files Browse the repository at this point in the history
cherry pick of #351

Co-authored-by: davidjen@DAVIDJENDEV <[email protected]>
  • Loading branch information
davidjen@DAVIDJENDEV committed Nov 15, 2022
1 parent fe636d5 commit 4ce07ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
![VSCode Terminal with pac CLI](https://github.com/microsoft/powerplatform-vscode/blob/main/src/client/assets/pac-CLI-in-terminal.png?raw=true)

## Release Notes
1.1.8:
- pac CLI 1.20.2 (Oct refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
1.1.9:
- pac CLI 1.20.3 (Oct refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))

1.1.4:
- pac CLI 1.19.4 (QFE for Sept refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))

1.1.4:
- pac CLI 1.19.3 (Sept refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- fixes to Power Pages editing when hosted in vscode.dev (running as web extension)

1.1.2:
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ async function snapshot() {
}

const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.20.2';
const cliVersion = '1.20.3';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit 4ce07ac

Please sign in to comment.