views:

1379

answers:

1

I have a build system that is complex enough that AssemblyInfoTask ends up being too fragile to use pre-compile to set AssemblyFileVersion. Is there a way (code or tool) where I can update the file version, product, copyright information for a DLL, EXE, etc. post-build.

I want to make sure that I'm updating both the real file version information as well as the .NET manifest information so there is no inconsistencies.