Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Versioning a SharePoint feature

Tags:

sharepoint

Is there a best practice for versioning SharePoint features?

Our SharePoint product gets a release every 3-6 months, and we need a way of clearly differentiating between the new version and the old version. We also need to support simultaneous installations of the new and old feature so that clients may test the new stuff before deploying it.

like image 654
coder1 Avatar asked Jan 21 '23 10:01

coder1


1 Answers

Versioning Features is not supported in Sharepoint 2007. In Sharepoint 2010 you can Version Features like you normally would version assemblies.

See the following post for more details: Feature Versioning and Upgrades in SharePoint 2010

like image 51
Dennis G Avatar answered Mar 09 '23 00:03

Dennis G