Skip to content

Commit b6e4ca5

Browse files
AJIXuMuKVesaJuvonen
authored andcommitted
Versioning system explanation (SharePoint#2861)
1 parent d59d90a commit b6e4ca5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/spfx/web-parts/basics/notes-on-solution-packaging.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ interface ISolution {
4646

4747
Each solution file must have a **name** that identifies the package in the SharePoint UI. Additionally, each package must contain a globally unique identifier (**id**), which is used internally by SharePoint. Optionally, you may also specify a **version** number in the format "X.X.X.X", which is used to identify various versions of the package when upgrading.
4848

49+
> [!NOTE]
50+
> The versioning system only applies to Feature Framework and SharePoint Feature definitions included in the package. Code and assets from the new version of the package are available as soon as new version of the package is added to App Catalog with no need to update the app on sites.
51+
4952
The solution definition also optionally contains a list of SharePoint Feature definitions.
5053

5154
> [!NOTE]
@@ -125,4 +128,4 @@ Essentially, it assumes that each **.xml.rels** file is related to a feature.xml
125128

126129
## See also
127130

128-
- [SharePoint Framework Overview](../../sharepoint-framework-overview.md)
131+
- [SharePoint Framework Overview](../../sharepoint-framework-overview.md)

0 commit comments

Comments
 (0)