#1
|
|||
|
|||
Setting file version for .NET-exe
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 |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
That helped...
Thanks a lot - that was the source of my problem (not being an experienced .NET developer).
|
|
|