We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97466f9 commit e1af015Copy full SHA for e1af015
docs/spfx/release-1.17.md
@@ -21,13 +21,13 @@ Install the latest preview release of the SharePoint Framework (SPFx) by includi
21
npm install @microsoft/generator-sharepoint@next --global
22
```
23
24
-## Upgrading projects from v1.15.2 to v1.16
+## Upgrading projects from v1.16.1 to v1.17
25
26
1. In the project's **package.json** file, identify all SPFx v1.16.1 packages. For each SPFx package:
27
1. Uninstall the existing v1.16.1 package:
28
29
```console
30
- npm uninstall @microsoft/{spfx-package-name}@1.15.2
+ npm uninstall @microsoft/{spfx-package-name}@1.16.1
31
32
33
2. Install the new v1.16 package:
0 commit comments