From 8cdc7d14de97bdd0528aedf5163863dd5e550b1a Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Fri, 11 Jun 2021 23:54:23 -0400 Subject: [PATCH] Updated package-solution and package +readme --- samples/react-remote-event-receiver-manager/README.md | 5 +++-- .../react-remote-event-receiver-manager/assets/sample.json | 2 +- .../config/package-solution.json | 2 +- samples/react-remote-event-receiver-manager/package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/samples/react-remote-event-receiver-manager/README.md b/samples/react-remote-event-receiver-manager/README.md index 434e045f6..9c479c062 100644 --- a/samples/react-remote-event-receiver-manager/README.md +++ b/samples/react-remote-event-receiver-manager/README.md @@ -34,6 +34,7 @@ react remote event receiver manager | [Dan Toft](https://github.com/Tanddant) ([ Version|Date|Comments -------|----|-------- 1.0.0|May 3, 2021|Initial release +1.1.0|June 9, 2021|Added support for synchronous and asynchronous event receivers ## Minimal Path to Awesome - please follow all the steps. @@ -53,9 +54,9 @@ Version|Date|Comments **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.** -## Support +## Help -We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples. +We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=react-remote-event-receiver-manager&authors=@Tanddant&title=react-remote-event-receiver-manager%20-%20). diff --git a/samples/react-remote-event-receiver-manager/assets/sample.json b/samples/react-remote-event-receiver-manager/assets/sample.json index 036f4f18f..f0b7d56cd 100644 --- a/samples/react-remote-event-receiver-manager/assets/sample.json +++ b/samples/react-remote-event-receiver-manager/assets/sample.json @@ -9,7 +9,7 @@ "A very simple web part that lets you add and delete remote event receivers to lists, the need came about due to remote event receivers not functioning properly when added with app only authentication and PnP.Powershell now only using that." ], "creationDateTime": "2021-05-03", - "updateDateTime": "2021-05-03", + "updateDateTime": "2021-06-09", "products": [ "SharePoint", "Office" diff --git a/samples/react-remote-event-receiver-manager/config/package-solution.json b/samples/react-remote-event-receiver-manager/config/package-solution.json index 543bf54fd..18b4f5a7d 100644 --- a/samples/react-remote-event-receiver-manager/config/package-solution.json +++ b/samples/react-remote-event-receiver-manager/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "sp-fx-remote-event-receiver-manager-client-side-solution", "id": "ad113c85-22f8-4414-aa78-4cb897d8a285", - "version": "1.0.0.0", + "version": "1.1.0.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, diff --git a/samples/react-remote-event-receiver-manager/package.json b/samples/react-remote-event-receiver-manager/package.json index 424918961..d0ce571cd 100644 --- a/samples/react-remote-event-receiver-manager/package.json +++ b/samples/react-remote-event-receiver-manager/package.json @@ -1,6 +1,6 @@ { "name": "sp-fx-remote-event-receiver-manager", - "version": "0.0.1", + "version": "1.1.0", "private": true, "main": "lib/index.js", "engines": {