Base solution for your next web application
Open Closed

Newbie on ASPNET Zero: Recommended workflow to keep your project up-to-date with new versions #7531


User avatar
0
obou created

Dear all,

We've just licensed ASP.NET ZERO. So we currently have our local copy, with classes, etc. named acoording to the project name specified, etc.

Dear ASP.NET Zero team: Is there a recommended way to keep our "local" project up-to-date with new releases of ASP.NET Zero?

Dear community: Any best practices you are implementing that could help other community members on keeping updated?

As of today there are 115 commits on "develop" from v7.1 and more expected. We will need to replace "MyCompanyName.AbpZeroTemplate" with own's project name, etc. before synching, etc. but perhaps must consider other things (still missing knowledge about the codebase).

Perhaps any script available to ease those steps?

Have not found any docs about suggested/expected developer's workflow.

Thanks a lot in advance,

Oscar


2 Answer(s)
  • User Avatar
    0
    yekalkan created
  • User Avatar
    1
    obou created

    Many thanks for pointing to it!

    Really interesting.

    Despite doing several commits on develop and feature branches (develop derived from master, features from develop), will create a "framework-master" branch from the initial commit on the master branch (that directly contained the downloaded source code) and will try to apply the technique described at https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697 with the next version.

    Think it will not be needed to re-create the whole repository and apply all changes again.

    Let's see how it works.

    Thanks again !!!