Hi, What's different on system files between '5.5' version and 'Dev Branch' version in download page? ~48 MB for 5.5 version ~91 MB Dev Branch version
Before this they had same volumes 44~48 MB
7 Answer(s)
-
0
Version 5.5 is the release version. Dev Branch is the latest development code.
The reason why it is bulky is because it contains git records and some objects needed for development.
-
0
Thanks for fast reply! I think you didn't read my post fully. I know what they are. 3-4 days ago Dev branch had same size with 5.5, I do not see the file added to the project repository with a size of +50MB. You can check commits histories by going to ASP.NET ZERO's github account then checking the Core repository
-
0
I asked this because I'm use version controller for keeping my project up to date (replacing new release with the previous non-edit project in different branch and merging them to our Dev branch). Release versions has to many changes and that makes hard work, so I always doing this on my project after 4-5 commits
-
0
I'm not %100 sure but it is probably because of Metronic upgrade. As far as I remember Metronic added a few new demos and it increases the size of AspNet Zero as well.
-
0
@csbeginner Sorry my English reading ability is not very good.
-
0
use something like windir and compare the two extracted solutions
-
0
See: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1336">https://github.com/aspnetzero/aspnet-ze ... ssues/1336</a>