Updated readme and sample.json
This commit is contained in:
parent
0206a69f61
commit
16bb5566bf
|
@ -19,6 +19,7 @@ Sample web part to display Twitter timeline
|
|||
![Local Workbench Unsupported](https://img.shields.io/badge/Local%20Workbench-Unsupported-red.svg "Local workbench is no longer available as of SPFx 1.13 and above")
|
||||
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
|
||||
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
|
||||
|
||||
## Applies to
|
||||
|
||||
* [SharePoint Framework](https://learn.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
|
||||
|
@ -27,12 +28,14 @@ Sample web part to display Twitter timeline
|
|||
## Contributors
|
||||
|
||||
* [Alex Terentiev](https://github.com/AJIXuMuK)
|
||||
* [Reshmee Auckloo](https://github.com/reshmee011)
|
||||
|
||||
## Version history
|
||||
|
||||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.0|January 20, 2020|Initial release
|
||||
1.1|February 27, 2023|Upgraded to SPFx 1.16.1
|
||||
|
||||
|
||||
## Minimal Path to Awesome
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"Sample web part to display Twitter timeline."
|
||||
],
|
||||
"creationDateTime": "2020-01-20",
|
||||
"updateDateTime": "2020-01-20",
|
||||
"updateDateTime": "2023-02-27",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"key": "SPFX-VERSION",
|
||||
"value": "1.16.0"
|
||||
"value": "1.16.1"
|
||||
}
|
||||
],
|
||||
"thumbnails": [
|
||||
|
@ -44,6 +44,11 @@
|
|||
"pictureUrl": "https://avatars.githubusercontent.com/u/17036219?s=460\u0026u=b8e83fb70a90eae0c0e0078c206990785e1a5b6f\u0026v=4",
|
||||
"name": "Alex Terentiev",
|
||||
"twitter": "alexaterentiev"
|
||||
},
|
||||
{
|
||||
"gitHubAccount": "reshmee011",
|
||||
"name": "Reshmee Auckloo",
|
||||
"pictureUrl": "https://github.com/reshmee011.png"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
|
|
Loading…
Reference in New Issue