I have a method that creates a DLL from a .cs file that is based on the code found here on MSDN.
Using that code, is there any way to specify the version number of the DLL that gets generated? Right now it's always 0.0.0.0. I can't find a property or constructor that I can call to specify the version number.