Hello,
Are there any documentation available about how to upgrade to latest version release?
I noticed what you released a new version and would like to update existing project.
Maybe there is any guide lines how to do that?
Thank you!
5 Answer(s)
-
0
Hi,
First, I sugges to read "HOW TO UPGRADE EXISTING APPLICATIONS WHEN A NEW VERSION IS AVAILABLE?" section in FAQ (<a class="postlink" href="http://www.aspnetzero.com/Faq">http://www.aspnetzero.com/Faq</a>).
You can always upgrade Abp.* and Abp.Zero.* nuget packages. But there is no automatica way of upgrading UI since AspNet Zero is a template/startup code. If you want to upgrade, I advice to check Github repository to see changes and adapt for your solution. For example, you can compare versions (like that <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/compare/v1.4.1...v1.6.0">https://github.com/aspnetzero/aspnet-ze ... 1...v1.6.0</a>) or follow commits. Another way: You can copy needed classes (like app services, UI views and controllers) to your project. Another way: You can create your project again with the same name, then use a compage & merge tool to adapt changes to your project.
-
0
Thank you very much. Did not expect to see it in faq so missed it sorry.
-
0
You're welcome :)
-
0
I suggest to use WinMerge([http://sourceforge.net/projects/winmerge/?source=typ_redirect])) and compare all file and marge (add/remove or merge) file & folders.
Mattia
-
0
This is a thre year old post. Is some thing changed with the UI updating process?