Skip to content

Commit

Permalink
update to latest pac CLI 1.16.6 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: davidjen@DAVIDJEN-DEV <[email protected]>
  • Loading branch information
davidjenni and davidjen@DAVIDJEN-DEV authored Jun 23, 2022
1 parent f7fa9fd commit 1706bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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.0.15:
- pac CLI 1.16.5 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
1.0.16:
- pac CLI 1.16.6 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- the Power Platform panel now supports the new UNIVERSAL authentication kind that pac CLI 1.16.x introduced

1.0.9:
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async function snapshot() {
process.chdir(orgDir);
}
}
const cliVersion = '1.16.5';
const cliVersion = '1.16.6';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit 1706bea

Please sign in to comment.