pvdveen
(Peter van der Veen)
June 23, 2011, 9:18am
1
Hi
We use the AssemblyInfo Updater to update the AssemblyVersion with the new version attribute
We also checked to update the AssemblyFileVersion but it seems that is not working.
We see FB adds new lines to the cs file, but does not update the version (se below the lines)
We have deleted the region, gave the assemblyFileVersion the same version but after that only still the AssemblyVersion was updated.
[assembly: AssemblyVersion("1.0.0.13")]
#region Assembly Information Added By FinalBuilder
[assembly: AssemblyFileVersion("0.0.0.0")]
#endregion
Peter
Vincent
(Vincent Parrett)
June 23, 2011, 12:58pm
2
Can you send us the assemblyinfo file and a sample finalbuilder project that shows the problem. I just did a quick test here and wasn’t able to reproduce the problem, so being able to see it happen in an example will help find the cause.
pvdveen
(Peter van der Veen)
June 23, 2011, 1:39am
3
Attached are the files we use.
We use a globalassemblyinfo file and we link to that in the different porjects in the solution.
If we remove the file version in the cs file it is added again by FB, but only with version 0.0.0.0
GlobalAssemblyInfo.cs (361 B)
test.fbz7 (6.923 KB)
Hi Peter We have fixed this issue in the following build: https://www.finalbuilder.com/downloads/finalbuilder/aex6/FB700_1373.exe Regards, Steve
pvdveen
(Peter van der Veen)
June 25, 2011, 8:31am
5
Thx for the quick response
Peter