PDA

View Full Version : Setting file version for .NET-exe


nisse
07-30-2003, 09:10 AM
I have a .NET solution consisting of several projects. When I use the "Make VS.NET" action and tell it to set file versions, company name, etc it sets those correctly for the DLL:s but not for the EXE file. Why is that? Is it possible to get it to work on the EXE too?

Grateful for any help,
/Nils

kinook
07-30-2003, 05:23 PM
As long as the project contains an AssemblyInfo file, those properties should get updated/created. If it does and they aren't getting updated, please send a .sln, project, and AssemblyInfo file that demonstrates the problem, to support@kinook.com.

nisse
07-31-2003, 01:57 AM
Thanks a lot - that was the source of my problem (not being an experienced .NET developer).