We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa268c commit f91ea97Copy full SHA for f91ea97
dist/actions/actions-install/index.js
@@ -3268,7 +3268,7 @@ var require_pacPackageInfo = __commonJS({
3268
PacPackageName: "Microsoft.PowerApps.CLI",
3269
LegacyLinuxPackage: "Microsoft.PowerApps.CLI.Core.linux-x64",
3270
DotnetToolName: "Microsoft.PowerApps.CLI.Tool",
3271
- PacPackageVersion: "1.28.3"
+ PacPackageVersion: "1.30.6"
3272
};
3273
}
3274
});
src/pacPackageInfo.json
@@ -2,5 +2,5 @@
2
"PacPackageName": "Microsoft.PowerApps.CLI",
3
"LegacyLinuxPackage": "Microsoft.PowerApps.CLI.Core.linux-x64",
4
"DotnetToolName": "Microsoft.PowerApps.CLI.Tool",
5
- "PacPackageVersion": "1.28.3"
+ "PacPackageVersion": "1.30.6"
6
0 commit comments