After installuing 1.6.0.283, we get now a error for AssemblyInfoUpdater for adding the “AssemblyInformationalVersion” attribute. It seems that he is adding ist now twice and therefore this is causing the build error by msbuild. If we check “UpdateOnly” it works again (as a workaround for now).
this is the content of an “AssembyInfo.vb” with this issue:
assembly: AssemblyInformationalVersion("4.2.1190.0 - Hotfix")
#end region