AssemblyInfo activity issue
description
Hello,
I have an issue when using your newest release 1.2.0.0 and 1.3.0.0
Error: Value cannot be null. Parameter name: input. Stack Trace: at System.Version..ctor(String version) at TfsBuildExtensions.Activities.Framework.AssemblyInfo.InternalExecute() in D:\Projects\teambuild2010contrib\CustomActivities\VS2010\MAIN\Source\Activities\Framework\AssemblyInfo\AssemblyInfo.cs:line 482 at TfsBuildExtensions.Activities.BaseCodeActivity.Execute(CodeActivityContext context) in D:\Projects\teambuild2010contrib\CustomActivities\VS2010\MAIN\Source\Common\BaseCodeActivity.cs:line 67.
I have used the same activity in release 1.1.0.0. So the big question now is, what on earth is happening?
Is there some new properties that needs to be set or???
I update my DLL in my TFS VS2010 solution, build the template in question... then change the Build controller to use e.g. 1.3.0.0 and I get the above exception.
Hope you can help me