diff --git a/samples/react-manage-profile-card-properties/README.md b/samples/react-manage-profile-card-properties/README.md index c9102cd34..061c2e0a3 100644 --- a/samples/react-manage-profile-card-properties/README.md +++ b/samples/react-manage-profile-card-properties/README.md @@ -1,12 +1,13 @@ # React Manage Profile Card Properties ## Summary + This web part allows tenant administrators to manage profile card properties. We can create, edit, delete, directory properties that can be add to profile card. Only users with Tenant Admin Role are allowed to managed profile card properties. -## Manage Profile Card Properties +## Manage Profile Card Properties ![manageProps](assets/Screenshot1.png) @@ -19,10 +20,8 @@ Only users with Tenant Admin Role are allowed to managed profile card properties ![manageProps](assets/Screenshot5.png) - - - ## Used SharePoint Framework Version + ![SPFx 1.11.0](https://img.shields.io/badge/version-1.11.0-green.svg) ## Applies to @@ -38,6 +37,7 @@ WebPart Title| Text| no| ## Solution + The Web Part Use Microsoft Graph API, Fluent-UI components. Solution|Author(s) @@ -49,8 +49,10 @@ Manage Profile Card Properties |João Mendes Version|Date|Comments -------|----|-------- 1.0.0|July 28, 2020|Initial release +1.0.1|October 5, 2020|Initial release ## Disclaimer + **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** --- diff --git a/samples/react-manage-profile-card-properties/config/package-solution.json b/samples/react-manage-profile-card-properties/config/package-solution.json index 14a193832..943de828b 100644 --- a/samples/react-manage-profile-card-properties/config/package-solution.json +++ b/samples/react-manage-profile-card-properties/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "react-manage-profile-card-properties-client-side-solution", "id": "a53e4c14-1c0e-4a54-810f-eb5cdf42005b", - "version": "1.0.0.0", + "version": "1.0.1.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, diff --git a/samples/react-manage-profile-card-properties/package.json b/samples/react-manage-profile-card-properties/package.json index c655e3313..50240b965 100644 --- a/samples/react-manage-profile-card-properties/package.json +++ b/samples/react-manage-profile-card-properties/package.json @@ -1,6 +1,6 @@ { "name": "react-manage-profile-card-properties", - "version": "0.0.1", + "version": "1.0.1", "private": true, "main": "lib/index.js", "engines": {