Change VersionInfo of existing DLL

Hello,

I need to change the version info of an existing dll-file (Interop.*.dll, automatically generated by visual studio) each time I build the project with finalbuilder.

Is there a way to do this?

Thanks

Benjamin

There is a way to do it if you use the Type Library Import action in FinalBuilder to generate the interop assembly, then you can specify the version numbers in the action. Other than that I’m not aware of a way to do it (I’m sure there is a tool out there that will do it though).