From 980b2b9a35992d23383aa66c5ee77977e8318070 Mon Sep 17 00:00:00 2001 From: "david@DAVID-PC" Date: Tue, 17 Aug 2021 12:10:19 -0700 Subject: [PATCH] cherry-pick: shorten the extension's friendly name in marketplace from #101 Co-authored-by: david@DAVID-PC --- README.md | 5 +++-- package.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9ff7d49..a6f2eed2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 45a48461..30af536c 100644 --- a/package.json +++ b/package.json @@ -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",