Regarding versioning, I know that the new .net framework allows updates to be made to global assemblies without breaking existing programs that use older assemblies. But, what if the new assembly fixes a bug and this fix would be beneficial for my program? Is there any way to get my assemblies to use this patched version of the global assembly without creating a patch myself?
