Re: [Ikvm-developers] AssemblyVersion vs AssemblyFileVersion
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2011-09-01 16:11:57
|
Bell, Trevor (E O C&S US) wrote: > I realize that major changes to IKVM, such as new assemblies, and public > interface changes would mandate a change to the assembly version, but I > don't think this is happening on every release. New releases usually really are binary incompatible, so this is very much intentional. For patch releases (e.g. 0.46.0.0 -> 0.46.0.1) there is binary compatibility and it would be possible to generate a policy assembly to automatically redirect (or you can use an app.config to "manually" redirect). Regards, Jeroen |