Hi,
I have found a bug since the new FB release (6.3.0.1759).
When FB executes the "Propertyset load from AssemblyInfo" action I receive an error.
error => Failing because AssemblyVersion string is not a complete version number : "1.0.*"
example of my assemblyInfo File:
...
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.118")]
[assembly: AssemblyFileVersion("1.0.0.118")]
...
When I delete the comment (line 2) I don't receive an error.
So for some reason the FB action is reading the comment, witch should not happen I think.
Thx