Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions COMMUNITY.md

This file was deleted.

13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,13 @@ Each tasks wraps the existing [Power Platform CLI](https://aka.ms/PowerPlatformC

## Feedback & Questions

Please use the issues tracker in the home repo: <https://github.com/microsoft/powerplatform-build-tools/issues>
For additional support: https://learn.microsoft.com/en-us/power-platform/admin/get-help-support

## Community Office Hours
## Engage with the Community

:yellow_circle:
:yellow_circle: :yellow_circle: :yellow_circle: </br>
### Announcement - No office hours in September - see you at [Power Platform Community Conference](https://aka.ms/ppcc2024)</br>
:yellow_circle: :yellow_circle: :yellow_circle: :yellow_circle: </br>
Stay up-to-date with the latest in Microsoft 365 & Power Platform topics: https://aka.ms/community/home

We hold monthly office hours (_every 3rd thursday of the month_) where you can ask specific question to the product team.

See additional details in [COMMUNITY OFFICE HOURS](COMMUNITY.md)
Recurring call invite - https://aka.ms/community/ms-speakers-call-invite

## Contributing

Expand Down
Binary file removed community/2023-08-17.pdf
Binary file not shown.

This file was deleted.

37 changes: 0 additions & 37 deletions community/Office_Hours.md

This file was deleted.

3 changes: 0 additions & 3 deletions community/PowerPlatformPAC-CLICopilot.zip

This file was deleted.

6 changes: 6 additions & 0 deletions extension/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Please use the issues tracker in the home repo: <https://github.com/microsoft/po
# Release Notes

{{NextReleaseVersion}}:
- pac CLI 1.38, [Release Notes on nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI)

2.0.81
- pac CLI 1.37, [Release Notes on nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI)

2.0.80
- pac CLI 1.35, [Release Notes on nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI)

2.0.77
Expand Down
4 changes: 2 additions & 2 deletions nuget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"packages": [
{
"name": "Microsoft.PowerApps.CLI",
"version": "1.35.1",
"version": "1.38.3",
"internalName": "pac",
"useFeed": "nuget.org"
},
{
"name": "Microsoft.PowerApps.CLI.Core.linux-x64",
"version": "1.35.1",
"version": "1.38.3",
"internalName": "pac_linux",
"chmod": "tools/pac",
"useFeed": "nuget.org"
Expand Down
47 changes: 28 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@microsoft/powerplatform-cli-wrapper": "^0.1.129",
"@microsoft/powerplatform-cli-wrapper": "^0.1.131",
"azure-pipelines-task-lib": "^4.13.0",
"debug": "^4.3.5",
"fs-extra": "^11.2.0",
Expand Down
Loading