Not a valid version string. Expected format is major.minor[.build[.revision]]
The code defines a global AssemblyVersion attribute for the assembly, but the version string passed to the attribute does not have the correct form. The version string must have the format "major.minor[.build[.revision]]".
To correct this error
-
Make sure the version string has the format "major.minor[.build[.revision]]".