Skip to content

Commit

Permalink
May refresh 1.16.x (#212)
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 22, 2022
1 parent e19be07 commit f7fa9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ 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.14:
- pac CLI 1.16.4 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
1.0.15:
- pac CLI 1.16.5 (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:
- pac CLI 1.15.3 (April refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
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.4';
const cliVersion = '1.16.5';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit f7fa9fd

Please sign in to comment.