Base solution for your next web application
Open Closed

Different size when downloading the project #5290


User avatar
0
hitaspdotnet created

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)
  • User Avatar
    0
    maliming created
    Support Team

    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.

  • User Avatar
    0
    hitaspdotnet created

    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

  • User Avatar
    0
    hitaspdotnet created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    maliming created
    Support Team

    @csbeginner Sorry my English reading ability is not very good.

  • User Avatar
    0
    bbakermmc created

    use something like windir and compare the two extracted solutions

  • User Avatar
    0
    bbakermmc created

    See: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1336">https://github.com/aspnetzero/aspnet-ze ... ssues/1336</a>