Bump PAC and extension version

This commit is contained in:
Crash Collison 2023-10-19 10:38:33 -07:00
Родитель 07f59aeff1
Коммит 058f382aba
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -20,8 +20,8 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
## Release Notes
2.0.12:
- pac CLI 1.28.2 (September refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
2.0.13:
- pac CLI 1.28.3 (September refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- Web Extension updates:
- Now Supporting image edit capability using Vscode extensions for Image editing (supported file extensions are png, jpg, webp, bmp, tga, ico, dib, jif, jpe, tpic, jpe, jpeg) #733
- File explorer now supports Power Pages actions for "Going back to Power pages Studio" and "Preview" of site's runtime instance. #697

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

@ -368,7 +368,7 @@ async function snapshot() {
}
const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.28.2';
const cliVersion = '1.28.3';
const recompile = gulp.series(
clean,