From 7192cf9bb256ee39918db6543061f07f811c495f Mon Sep 17 00:00:00 2001 From: "Jayanth Bujula (from Dev Box)" Date: Tue, 2 Jun 2026 16:38:16 -0700 Subject: [PATCH] bump PAC CLI from 2.7.4 to 2.8.1 Updates src/pacPackageInfo.json PacPackageVersion to 2.8.1 and rebundles all action dist files against the new PAC CLI release. Co-Authored-By: Claude Opus 4.7 (1M context) --- dist/actions/actions-install/index.js | 2 +- src/pacPackageInfo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/actions/actions-install/index.js b/dist/actions/actions-install/index.js index 7770e6e6..b4491989 100644 --- a/dist/actions/actions-install/index.js +++ b/dist/actions/actions-install/index.js @@ -19808,7 +19808,7 @@ var require_pacPackageInfo = __commonJS({ PacPackageName: "Microsoft.PowerApps.CLI", LegacyLinuxPackage: "Microsoft.PowerApps.CLI.Core.linux-x64", DotnetToolName: "Microsoft.PowerApps.CLI.Tool", - PacPackageVersion: "2.7.4" + PacPackageVersion: "2.8.1" }; } }); diff --git a/src/pacPackageInfo.json b/src/pacPackageInfo.json index 22404ed6..3ef52d83 100644 --- a/src/pacPackageInfo.json +++ b/src/pacPackageInfo.json @@ -2,5 +2,5 @@ "PacPackageName": "Microsoft.PowerApps.CLI", "LegacyLinuxPackage": "Microsoft.PowerApps.CLI.Core.linux-x64", "DotnetToolName": "Microsoft.PowerApps.CLI.Tool", - "PacPackageVersion": "2.7.4" + "PacPackageVersion": "2.8.1" }