Updated sample.json, container
This commit is contained in:
parent
5fbfb1cb23
commit
1718c775de
|
@ -1,7 +1,7 @@
|
|||
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
||||
{
|
||||
"name": "SPFx 1.17.0",
|
||||
"image": "docker.io/m365pnp/spfx:1.17.0",
|
||||
"name": "SPFx 1.20.0",
|
||||
"image": "docker.io/m365pnp/spfx:1.20.0",
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
|
|
|
@ -85,7 +85,7 @@ Version|Date|Comments
|
|||
1.2.0.0|March 09, 2023|Upgraded to 1.16.1
|
||||
1.3.0.0|June 10, 2023|Upgraded to 1.17.0
|
||||
1.3.0.1|March 11, 2024|`this.pageurl` must be initialized before building `this.pastAtachmentPath`
|
||||
1.4.0.0|October 03, 2024|Upgraded to 1.30.0
|
||||
1.4.0.0|October 03, 2024|Upgraded to 1.20.0
|
||||
|
||||
## Minimal Path to Awesome
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"This component is developed for the advanced usage of commenting the page or article etc. Page Comments lists will be created to store the comments."
|
||||
],
|
||||
"creationDateTime": "2020-02-05",
|
||||
"updateDateTime": "2024-03-11",
|
||||
"updateDateTime": "2024-10-03",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"key": "SPFX-VERSION",
|
||||
"value": "1.17.0"
|
||||
"value": "1.20.0"
|
||||
},
|
||||
{
|
||||
"key": "PNPCONTROLS",
|
||||
|
|
Loading…
Reference in New Issue