diff --git a/README.md b/README.md index 99f15f11..6f14b4ff 100644 --- a/README.md +++ b/README.md @@ -11,6 +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.9: - pac CLI 1.15.3 (April refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) diff --git a/gulpfile.js b/gulpfile.js index 3a9b020f..c13dadbd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -218,13 +218,13 @@ async function snapshot() { process.chdir(orgDir); } } -const cliVersion = '1.15.7-daily-22060700'; +const cliVersion = '1.16.4'; const recompile = gulp.series( clean, - async () => nugetInstall('CAP_ISVExp_Tools_Daily', 'Microsoft.PowerApps.CLI',cliVersion, path.resolve(distdir, 'pac')), - async () => nugetInstall('CAP_ISVExp_Tools_Daily', 'Microsoft.PowerApps.CLI.Core.osx-x64', cliVersion, path.resolve(distdir, 'pac')), - async () => nugetInstall('CAP_ISVExp_Tools_Daily', 'Microsoft.PowerApps.CLI.Core.linux-x64', cliVersion, path.resolve(distdir, 'pac')), + async () => nugetInstall('CAP_ISVExp_Tools_Stable', 'Microsoft.PowerApps.CLI',cliVersion, path.resolve(distdir, 'pac')), + async () => nugetInstall('CAP_ISVExp_Tools_Stable', 'Microsoft.PowerApps.CLI.Core.osx-x64', cliVersion, path.resolve(distdir, 'pac')), + async () => nugetInstall('CAP_ISVExp_Tools_Stable', 'Microsoft.PowerApps.CLI.Core.linux-x64', cliVersion, path.resolve(distdir, 'pac')), translationsExport, translationsImport, translationsGenerate,