Fixed typos + updated readme

This commit is contained in:
Milan Holemans 2022-04-07 23:59:20 +02:00
parent 6c73fc148b
commit d4ad74fbdf
4 changed files with 14 additions and 14 deletions

View File

@ -17,8 +17,8 @@ But you can synchronize the Birthdays list with other applications HR Systems, o
## Compatibility
![SPFx 1.12.1](https://img.shields.io/badge/SPFx-1.12.1-green.svg)
![Node.js v14 | v12 | v10](https://img.shields.io/badge/Node.js-v14%20%7C%20v12%20%7C%20v10-green.svg)
![SPFx 1.14.0](https://img.shields.io/badge/SPFx-1.14.0-green.svg)
![Node.js v14 | v12](https://img.shields.io/badge/Node.js-v14%20|%20v12-green.svg)
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
![Teams N/A: Untested with Microsoft Teams](https://img.shields.io/badge/Teams-N%2FA-lightgrey.svg "Untested with 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")
@ -36,11 +36,11 @@ Existing list in tenant root site, with the Title "Birthdays" and columns:
Column Internal Name|Type|Required| comments
--------------------|----|--------|----------
JobTitle| Text| no|
Birthday| DateTime | true|
userAADGUID| Text| no | required if used Azure Function to get Birthdays from AAD
Title| Text| true
email| Text| true
JobTitle | Text| no
Birthday | DateTime | true
userAADGUID | Text | no | required if used Azure Function to get Birthdays from AAD
Title | Text | true
email | Text | true
> **IMPORTANT:** Create index on column "Birthday".
@ -58,7 +58,7 @@ Version|Date|Comments
1.0.0|November 6, 2018|Initial release
1.1.0|July 23, 2019 | new version
2.0.0|June 16, 2021 | Upgraded to SPFx 1.12.1
3.0.0|April 6, 2022 | Upgraded to SPFx 1.14.0
3.0.0|April 7, 2022 | Upgraded to SPFx 1.14.0
## Minimal Path to Awesome

View File

@ -16,10 +16,10 @@
},
"metadata": {
"shortDescription": {
"default": "birthdays-anniversay"
"default": "birthdays-anniversary"
},
"longDescription": {
"default": "birthdays-anniversay"
"default": "birthdays-anniversary"
},
"screenshotPaths": [],
"videoUrl": "",
@ -27,8 +27,8 @@
},
"features": [
{
"title": "birthdays-anniversay Feature",
"description": "The feature that activates elements of the birthdays-anniversay solution.",
"title": "birthdays-anniversary Feature",
"description": "The feature that activates elements of the birthdays-anniversary solution.",
"id": "22eb0871-ae82-49b1-8d14-9dd9e1ec4d30",
"version": "3.0.0.0"
}

View File

@ -1,5 +1,5 @@
{
"name": "birthdays-anniversay",
"name": "birthdays-anniversary",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "birthdays-anniversay",
"name": "birthdays-anniversary",
"version": "2.0.0",
"private": true,
"main": "lib/index.js",