Base solution for your next web application
Open Closed

Updating Nuget Packages #1197


User avatar
0
sudmanche created

Hi, I created a aspnetboilerplate template on version 0.8.3, I tried updating via nuget to 0.9.1 but there were hundreds of errors. It seems there are extensive changes to core entities (module zero at least).

Is there any information about how to update between versions? what the changes are? etc...

I would like to be able to keep up to date where possible.

thanks


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

    Always read change logs in Github page: <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/releases">https://github.com/aspnetboilerplate/mo ... o/releases</a>

    We have a big change in v0.9 (<a class="postlink" href="http://volosoft.com/aspnet-boilerplate-v0-9-and-aspnet-zero-v1-10-have-been-released/">http://volosoft.com/aspnet-boilerplate- ... -released/</a>) but it's not hard to fix your code if you follow the blog post.

    After v1.0, we will try to minimize breaking changes in new versions.