Open xelibrion opened 11 years ago
Sorry for not responding earlier - stupid GitHub notifications
This can probably be solved by having your custom Task in a separate DLL?
@synhershko yeah, this can be done, but it is just a workaround
What do you propose?
Use less strict serialization format (JSON?) as this problem will appear for newer versions of NAppUpdate as well, as soon as you change assembly version
This makes sense, yes. Could you provide a Pull Request for that?
Let's say that I have MyUpdateTask bundled within MySuperApp.exe, v.0.1. As soon as I release new version of this assembly, updater starts failing as it loads only new version of assembly into AppDomain and not the old one.