Skip to content

Commit 0501de7

Browse files
authored
Update build-for-teams-meeting-app.md
With the given version value there's an error when validating the manifest because the expected format of the version is "x.x.x" and not, like the example, "1.0".
1 parent 8df7716 commit 0501de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/build-for-teams-meeting-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Add the following JSON to the file:
130130
"manifestVersion": "1.8",
131131
"packageName": "{{SPFX_PACKAGE_NAME}}",
132132
"id": "{{SPFX_COMPONENT_ID}}",
133-
"version": "1.0",
133+
"version": "1.0.0",
134134
"developer": { .. },
135135
"name": {
136136
"short": "{{SPFX_COMPONENT_NAME}}"

0 commit comments

Comments
 (0)