PropertySet with .NET Assembly Numbers and Build VS.NET Solution does not modify F# AssemblyVersion and AssemblyFileVersion correctly

PropertySet with .NET Assembly Numbers and Build VS.NET Solution does not modify F# AssemblyVersion and AssemblyFileVersion correctly.

FinalBuilder version 7.0.0.3135 and version 7.0.0.3319 (latest)

The AssemblyInfo.fs contains these two lines, amongst others:

[<assembly:>]
[<assembly:>]
 
The lines look like this after compilation:
 
<assembly:>
<assembly:>
assembly:assembly:
assembly:assembly:
As a result, the compilation fails with this error:

C:\BuildArea\NextSdkOpcServer\0\NextSdkOpcCommon\AssemblyInfo.fs(31,1): error FS0010: Unexpected symbol ‘<’ in definition

</assembly:></assembly:>
</assembly:></assembly:>

The source code I pasted in doesn’t show correctly - in fact hardly at all - in the post.

The problem is that the compilation action removes the angle brackets. Probably easy to reproduce.

I’m using Visual Studio 2013, but if you use VS 2015 you get AssemblyInfo.fs when creating F# projects.

Hi Bent,

I have corrected the F# assembly info problem in the following build of FinalBuilder.

http://downloads.finalbuilder.com/downloads/finalbuilder/700/FB700_3327.exe

Please let me know if you have any further issues.

Thanks for the quick response, as always. It works perfectly now.

BT