How to set advanced FileVersionInfo fields?

928 views Asked by At

How can the advanced FileVersionInfo fields like IsPreRelease, IsSpecialBuild, SpecialBuild be affected prior build process to show custom values?

I'm only aware of:

  • Assembly Information button in VS Project properties on Application tab.
  • AssemblyInfo.cs file and Assembly*Attribute classes.
  • Application.manifest file.

Unfortunately it seems like these ways cannot be used to setup the additional fields. Is there any possibility to separate the whole version info in any editable form and put it to the build system prior the creation of new build? Any clue?

0

There are 0 answers