Skip to content

Commit bec7ab2

Browse files
authored
Merge pull request #35 from andrewconnell/fy22q4-refresh
FY22Q4 refresh
2 parents 72ed079 + b8d035a commit bec7ab2

17 files changed

+5972
-33632
lines changed

01-intro.pptx

142 KB
Binary file not shown.

02-dev-tools.pptx

-1 Bytes
Binary file not shown.

03-using.pptx

-240 KB
Binary file not shown.

Demos/03-webpart/.yo-rc.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"@microsoft/generator-sharepoint": {
33
"plusBeta": false,
44
"isCreatingSolution": true,
5-
"environment": "spo",
6-
"version": "1.13.1",
5+
"version": "1.14.0",
76
"libraryName": "hello-world",
8-
"libraryId": "7df804b2-59c9-4e77-b108-cb2089568ed2",
7+
"libraryId": "0f2d0b28-63e3-4e6d-93e2-e5999dafed01",
8+
"environment": "spo",
99
"packageManager": "npm",
10+
"solutionName": "HelloWorld",
11+
"solutionShortDescription": "HelloWorld description",
12+
"skipFeatureDeployment": true,
1013
"isDomainIsolated": false,
1114
"componentType": "webpart"
1215
}

Demos/03-webpart/config/package-solution.json

+23-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,37 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
33
"solution": {
44
"name": "hello-world-client-side-solution",
5-
"id": "7df804b2-59c9-4e77-b108-cb2089568ed2",
5+
"id": "0f2d0b28-63e3-4e6d-93e2-e5999dafed01",
66
"version": "1.0.0.0",
77
"includeClientSideAssets": true,
8+
"skipFeatureDeployment": true,
89
"isDomainIsolated": false,
910
"developer": {
1011
"name": "",
1112
"websiteUrl": "",
1213
"privacyUrl": "",
1314
"termsOfUseUrl": "",
14-
"mpnId": "Undefined-1.13.1"
15-
}
15+
"mpnId": "Undefined-1.14.0"
16+
},
17+
"metadata": {
18+
"shortDescription": {
19+
"default": "HelloWorld description"
20+
},
21+
"longDescription": {
22+
"default": "HelloWorld description"
23+
},
24+
"screenshotPaths": [],
25+
"videoUrl": "",
26+
"categories": []
27+
},
28+
"features": [
29+
{
30+
"title": "hello-world Feature",
31+
"description": "The feature that activates elements of the hello-world solution.",
32+
"id": "833ca873-6fb1-4b81-8de5-0e472d5e3ef9",
33+
"version": "1.0.0.0"
34+
}
35+
]
1636
},
1737
"paths": {
1838
"zippedPackage": "solution/hello-world.sppkg"

0 commit comments

Comments
 (0)