Skip to content

Commit

Permalink
Updated readme and sample.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Nov 25, 2024
1 parent 99a4301 commit 960702f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion samples/react-rss-reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Version|Date|Comments
1.0.4 | May 25, 2023 | Fixed direct request issues
1.1.0 | February 6, 2024 | Upgraded to SPFx 1.18.2
1.2.0 | October 30, 2024 | Upgraded to SPFx 1.20.0
1.2.1 | November 20, 2024 | Fixed a bug where loading message doesn't disappear when RSS feed doesn't contain any items.

## Minimal Path to Awesome

Expand All @@ -74,7 +75,7 @@ Version|Date|Comments
- `npm install`
- `gulp serve`

- To bundle and package the installable *.sppkg*, run:
- To bundle and package the installable `.sppkg`, run:
- `gulp bundle --ship`
- `gulp package-solution --ship`

Expand Down
2 changes: 1 addition & 1 deletion samples/react-rss-reader/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"A RSS Reader original based on work completed by Olivier Carpentier\u0027s"
],
"creationDateTime": "2020-11-22",
"updateDateTime": "2024-10-30",
"updateDateTime": "2024-11-20",
"products": [
"SharePoint"
],
Expand Down

0 comments on commit 960702f

Please sign in to comment.