Assemblyfileversion not updated when using AssemblyInfo Updater

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

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.

 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

Thx for the quick response

 Peter