Skip to content

Commit

Permalink
July refresh: pac CLI 1.17.x (#252)
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 Aug 11, 2022
1 parent 5e85b93 commit 29290e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ 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.20:
- PCF control debugging support in VS Code's debugger;
see for early details: https://github.com/microsoft/powerplatform-vscode/pull/231
- pac CLI 1.17.4 (July refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- when running on macOS on Apple Silicon (ARM M1/M2 CPU): make sure to also have the x64 version of the [.NET6 SDK](https://dotnet.microsoft.com/en-us/download) installed as well

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
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async function snapshot() {
}

const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.16.6';
const cliVersion = '1.17.4';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit 29290e6

Please sign in to comment.