Re: Adding file version info to C# .NET program
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Do you mean like clicking on properties in solution explorer and then
change the assemblyinfo.cs file. That should do what you want.
David wrote:
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
.
Relevant Pages
- Adding file version info to C# .NET program
... How do I add file version info to a C# .NET command line utility? ... injecting a manifest into a program, but am not sure what needs to be added. ... David ... (microsoft.public.dotnet.languages.csharp) - RE: Need help on manifest search
... In a back door effort to find a clue, I obtained the naturalization documents of his nephew, David Silverberg, from which I learned his town of birth, Smila, his date of birth and the date of arrival in New York as well as the name of the vessel. ... I then did a search based on the place of birth, Smila, which turned up a manifest for the "Moltke" which arrived in New York on 27 Sept 1903. ... Both David and a younger brother's names appear on the manifest and their destination is Easton, PA to go to their uncle, Philip Silverberg. ... Checking on Steve Morse's website using the Gold Form for a "sounds like" on the surname "Silverberg" and the town "Smila" turned up, indeed, "The Patricia" sailing from Hamburg on September 18th 1903, with David and his brother, traveling to Philip Silverberg in Easton, PA. ... (soc.genealogy.jewish) - Re: Hi David Ching, could you please expain how to add manifest in ddk?
... I use ddk to develop the program and use getversionex in vista, it tells me that is xp sometimes, could you please expain how to add manifest in ddk? ... Hi David, ... I've not heard that GetVersionEx() does not report the correct version and am not sure how adding a manifest fixes that problem. ... (microsoft.public.vc.mfc) - Re: control panel applet with Windows XP theme
... different in my manifest is that I have the following for name in ... >>control panel opens it, the applet still shows the old style buttons, etc. ... > Dave Lowndes ... (microsoft.public.vc.mfc) - Re: HttpChannel
... > do that by right clicking on the project (in the solution explorer) and ... > David wrote: ... >> compiling. ... (microsoft.public.dotnet.framework.remoting) |
|