开发者

Add File version, Product Version to the Existing Assemblies

I have some set of assemblies. I have disassemble those assemblies using the ISDASM.exe and change the namespace in the IL code and again compile those IL code using the ISASM.exe to get the assemblies without any error.

Here my question is after disasse开发者_开发问答mble and assemble those assemblies product version, File version and the copyright information is lost. How can i add the File version and Product version after creating the assemblies.

But in the disassemble IL code all the version information are avaliable. But after compiling the IL code version information are not there.

Thanks, Velu


By the looks of things, you'll have to create a version file resource, and include it with the /resource option.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜