Skip to content

Commit 5bb24e9

Browse files
authored
August Release - bump PAC version and set release notes (#1010)
1 parent 80349f5 commit 5bb24e9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

extension/overview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ Please use the issues tracker in the home repo: <https://github.com/microsoft/po
2222
# Release Notes
2323

2424
{{NextReleaseVersion}}:
25+
- pac CLI 1.34, [Release Notes on nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI)
26+
- Copy Environment and Restore Environment task have had their unusable DisableAdminMode parameter removed, via [#1000](https://github.com/microsoft/powerplatform-build-tools/pull/1000)
27+
28+
29+
2.0.74
2530
- pac CLI 1.33, [Release Notes on nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI)
26-
- Power Platform Install Catalog task now supports the TargetEnvironment parameter, via [#942]](https://github.com/microsoft/powerplatform-build-tools/pull/942)
31+
- Power Platform Install Catalog task now supports the TargetEnvironment parameter, via [#942](https://github.com/microsoft/powerplatform-build-tools/pull/942)
2732

2833
2.0.71:
2934
- (Preview) The Power Platform Service Connection now supports Workload Identity federation, enabling Service Principals or Managed Identities to authenticate without a Client Secret when configured with Federated Credentials in the Azure Portal.

nuget.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"packages": [
88
{
99
"name": "Microsoft.PowerApps.CLI",
10-
"version": "1.33.5",
10+
"version": "1.34.4",
1111
"internalName": "pac"
1212
},
1313
{
1414
"name": "Microsoft.PowerApps.CLI.Core.linux-x64",
15-
"version": "1.33.5",
15+
"version": "1.34.4",
1616
"internalName": "pac_linux",
1717
"chmod": "tools/pac"
1818
}

0 commit comments

Comments
 (0)