From 8982d39bb09280d6615c267a7fec51b9ecfce97f Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Tue, 13 Jul 2021 18:28:31 +0100 Subject: [PATCH] Updated readme file for v1.12.1 --- samples/react-teams-membership-updater/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/react-teams-membership-updater/README.md b/samples/react-teams-membership-updater/README.md index 1526aacf2..41ba79664 100644 --- a/samples/react-teams-membership-updater/README.md +++ b/samples/react-teams-membership-updater/README.md @@ -12,8 +12,8 @@ Used to update the membership of a team based on the contents of a CSV file, can ## Compatibility -![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) -![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) +![SPFx 1.12.1](https://img.shields.io/badge/SPFx-1.12.1-green.svg) +![Node.js LTS 14.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) ![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) ![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams") ![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") @@ -45,6 +45,7 @@ Version|Date|Comments 1.0.4|June 3, 2020|Switched to using Graph Batching 1.0.7|April 20, 2021|Switched to using PnP's file picker and option to log to a configuration list 1.0.8|April 22, 2021|Added support for paging on the team member list get +1.1.0|July 13, 2021|Upgraded to v1.12.1 of SPFx and v3 of pnp controls ## Minimal Path to Awesome