Adding file version info to C# .NET program

D

David

How do I add file version info to a C# .NET command line utility? I'd like
to update the file version, description, company name, etc. that you see
when you right-click the EXE and get its properties. With our C++ code,
we'd add a version resource to the RC file. Not sure what the equivalent
for a C# program is. I'm thinking it would have something to do with the
program's manifest, but am not sure of the details. I do have utilities for
injecting a manifest into a program, but am not sure what needs to be added.

Thanks,
David
 
A

admin

Do you mean like clicking on properties in solution explorer and then
change the assemblyinfo.cs file. That should do what you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top