candidate build for July refresh (#94)

This commit is contained in:
David JENNI 2021-08-10 11:39:48 -07:00 коммит произвёл GitHub
Родитель d768f07182
Коммит 455d082555
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -14,6 +14,10 @@ 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
0.2.16:
- pac CLI 1.9.2 (July refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- macOS: 'pac auth create' interactive login now works
0.2.14:
- pac CLI 1.8.6 (pcf-scripts npm pkg hot fix for June refresh)
@ -34,7 +38,6 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
- PA Portal language services and auto complete
- known issues:
- macOS: no good check if the required separate install of dotnetCore 3.x or 5.x is present
- macOS: 'pac auth create' interactive flow not yet working, pls supply credentials with --username/--password (or appId triple)
## Requirements

Просмотреть файл

@ -214,7 +214,7 @@ async function snapshot() {
process.chdir(orgDir);
}
}
const cliVersion = '1.8.6';
const cliVersion = '1.9.3';
const recompile = gulp.series(
clean,