[MonoDevelop] constant minor, build version for monodevelop core libraries

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Nov 12 17:40:57 EST 2009


On Thu, Nov 12, 2009 at 2:10 PM, Carlo Kok <ck at carlo-kok.com> wrote:
> Hi everyone,
>
>
> What about making the core dlls have only the major part of the assembly
> version set? So not every new minor build has to break all not included
> plugins (this could probably even help monotouch).
>
>
> The addin version with "compatVersion" settings mono.addins provides
> could define what range of versions it's really compatible with, but if
> the assembly version changes it doesn't even get to the point where it
> can decide if it can be loaded.

Maybe in cases where we're confident about the ABI compatibility and
are setting compatVersion we could also ship assembly publisher policy
files. Or perhaps this is something the the Mono.Addins assembly load
hook can handle automagically based on the compatVersion.

IMO either of these would be preferable to holding back the assembly versions.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list