I'm evaluating FinalBuilder at the moment and just wanted to know the difference between Assembly Info and Version Info in the "Build VS.Net Solution" action and using a property set to update the build numbers in a C# project?
The assembly version controls the version of the assembly, and the file version controls the version of the file. Generally you’d set them to the same version number, but of course it’s up to you. Changing the assembly version has implications with strong naming the assembly I think.
I think Tate misunderstood the question. Assembly Info tab contains the version information that applies to .NET projects in the solution. The Version Information tab contains the version info that applies to Win32/Win64 C++ projects that are part of the VS solution.