fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.45k stars 726 forks source link

How to upgrade a project to later versions? #310

Open dotnetshadow opened 2 years ago

dotnetshadow commented 2 years ago

Describe your documentation need I was wondering how you would suggest updating a project when you release other versions? Say you are on version 2.1, what would be the process of upgrading to 2.3 or 2.4 etc?

I recently looked at your master branch updates compared to 2.2 and there seems to be a need for some changes in the UI etc so a brief guide and what changes would need to be applied would be great

Requirement

  1. How to upgrade project
  2. Sometimes upgrading the nuget package isn't enough, e.g. MudBlazor need to change some taghelpers to
  3. Currently I would have to look at commits to work out what has been upgraded etc

Expected behavior A guide on what needs to be updated apart from the nuget package etc