Reputation: 11
What is the proper way for upgrade ASPNetBoilerplate template. my project initiation is with version 2.3.0 and for now we want to upgrade to version 3.0.0 . what is Step to step for upgrading project?
Upvotes: 0
Views: 2390
Reputation: 109
The only way I found to do this correctly is by analysing all the commits on Github for the release you aim and apply them manually on your project (like this page : tab "Files").
It's certainly fastidious but if you do it carefully, it works 100%. I do this for every releases of the module-zero-core-template for some times now. It's easier to do this for every releases than skipping several releases.
Upvotes: 0
Reputation: 1
These are no strict rules to follow to update, But you can follow the below steps.
Download the latest template the same way you did in step 1 before.
Checkout the Framework-Master branch. The only thing here is just the raw framework files that I downloaded in step 1 of the previous steps.
Upvotes: 4