Base solution for your next web application
Open Closed

How to upgrade AspNet Zero v1.7 ? #625


User avatar
0
nipunjoshi created

I'm very new to this framework.So I have successfully upgraded all the nugget packages for the V 0.7.6.But now I need to upgrade the AspNet Zero v1.7 too.So I have a few questions.Hope you'll give feedback for those.Thanks in advance.

  1. How do I know which version (AspNet Zero) currently on my project ?

  2. What is the easiest way to upgrade my project into above version (may be the steps) ?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    1. AppVersionHelper class contains the version number, if you did not change it. If you changed it, you can check from your source control's history to see the first value when you create the solution.
    2. See <a class="postlink" href="http://www.aspnetzero.com/Faq">http://www.aspnetzero.com/Faq</a> first (HOW TO UPGRADE EXISTING APPLICATIONS WHEN A NEW VERSION IS AVAILABLE?). There is no exact steps. There are some alternatives. You can just copy files/codes of new features. You can use Github to compare releases. You can re-create your project (with same name) and compare using a tool like WinMerge and so on.

    Have a nice day.