Skip to content

Commit

Permalink
cherry-pick: shorten the extension's friendly name in marketplace
Browse files Browse the repository at this point in the history
from #101

Co-authored-by: david@DAVID-PC <[email protected]>
  • Loading branch information
david@DAVID-PC authored and %GIT_AUTHOR_NAME% committed Aug 17, 2021
1 parent e6a6ebf commit 980b2b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Power Platform VS Code Extension
# Power Platform Extension

**PRE-RELEASE SOFTWARE.** The software is a pre-release version. It may not work the way a final version of the software will.
We may change it for the final, commercial version. We also may not release a commercial version.
Expand All @@ -14,7 +14,8 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
![VSCode Terminal with pac CLI](https://github.com/microsoft/powerplatform-vscode/blob/main/src/client/assets/pac-CLI-in-terminal.png?raw=true)

## Release Notes
0.2.18:
0.2.19:
- shortened the extension's friendly name
- pac CLI 1.9.4 (July refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- macOS: 'pac auth create' interactive login now works

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powerplatform-vscode",
"displayName": "Power Platform VS Code Extension",
"description": "Tooling to create Power Platform packages and manage Power Platform environments",
"displayName": "Power Platform",
"description": "Tooling to create Power Platform solutions & packages, manage Power Platform environments and edit Power Apps Portals",
"version": "0.1.0-dev",
"scripts": {
"clean": "scorch",
Expand Down

0 comments on commit 980b2b9

Please sign in to comment.