I have 2 compiled assemblies. Assembly A references assembly B.
I would like to change some code in assembly B. I would like to create a class library that impersonates assembly B in the eyes of assembly A. I want assembly A to continue working with my new types and namesspaces as if nothing ever happened.
Can I just create the new assembly with the same name and version number? Will assembly A assume that the new assembly is just like the old assembly B?