diff --git a/CHANGELOG.md b/CHANGELOG.md index 653b951..2ec973a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "mme2k-powerapps-helper" extension will be documented in this file. +## 0.6.5 + +- Rebuild for Power Platform Cli (1.9.4) + ## 0.6.4 - Use correct login method for VS Code Azure Account extension diff --git a/gulpfile.js b/gulpfile.js index c4a9f66..ba51e48 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -209,8 +209,8 @@ async function snapshot() { const recompile = gulp.series( clean, - async () => nugetInstall('nuget.org', 'Microsoft.PowerApps.CLI', '1.8.5', path.resolve(distdir, 'pac')), - async () => nugetInstall('nuget.org', 'Microsoft.PowerApps.CLI.Core.osx-x64', '1.8.5', path.resolve(distdir, 'pac')), + async () => nugetInstall('nuget.org', 'Microsoft.PowerApps.CLI', '1.9.4', path.resolve(distdir, 'pac')), + async () => nugetInstall('nuget.org', 'Microsoft.PowerApps.CLI.Core.osx-x64', '1.9.4', path.resolve(distdir, 'pac')), compile, ); diff --git a/package.json b/package.json index 337b412..bb27f3f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.4", + "version": "0.6.5", "name": "mme2k-powerapps-helper", "displayName": "PowerApps Helper", "description": "PowerApps Helper",