0
sampath created
Hi, I have partly updated my app to V 1.8 and created separate branch for it as ver-1.8.I just updated all the nugget packages, db script changes and breaking changes.Now I can compile that branch and working fine.But I didn't do any manual changes which it requires to do on the Ui layer yet.I'll do those changes later hence it'll require lot of time and care.So my question is this,Is that OK to merge it into my Master branch (Production version) ? If I'll merge it into master then I can use git cherry pick option to commit my latest changes to ver-1.8 branch also until I'll complete the full version update. What is your thoughts ? Thanks.