Skip to content

Commit e1af015

Browse files
committed
Fix for 1.17 release notes
1 parent 97466f9 commit e1af015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/release-1.17.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Install the latest preview release of the SharePoint Framework (SPFx) by includi
2121
npm install @microsoft/generator-sharepoint@next --global
2222
```
2323

24-
## Upgrading projects from v1.15.2 to v1.16
24+
## Upgrading projects from v1.16.1 to v1.17
2525

2626
1. In the project's **package.json** file, identify all SPFx v1.16.1 packages. For each SPFx package:
2727
1. Uninstall the existing v1.16.1 package:
2828

2929
```console
30-
npm uninstall @microsoft/{spfx-package-name}@1.15.2
30+
npm uninstall @microsoft/{spfx-package-name}@1.16.1
3131
```
3232

3333
2. Install the new v1.16 package:

0 commit comments

Comments
 (0)