diff --git a/Modules/Workflow.xml b/Modules/Workflow.xml index be8cf9a..ed74e6c 100644 --- a/Modules/Workflow.xml +++ b/Modules/Workflow.xml @@ -1,5 +1,5 @@  - + 2012-09-11T16:24:20.3854716Z 2012-09-11T16:24:20.3854716Z @@ -6072,7 +6072,7 @@ public static void isValid_Workflow(WFInstance obj, PropertyIsValidEventArgs e) 2012-09-12T15:44:19.3810469Z [Invocation] -public static void Execute(Action obj) +public static void Execute(Action obj, Zetbox.Basic.Workflow.ParameterizedActionDefinition paramedAction, Zetbox.Basic.Workflow.State current) { } @@ -6095,7 +6095,7 @@ public static void ExecuteCanExecReason(Action obj, MethodReturnEventArgs<str 2012-09-19T14:33:04.232813Z [Invocation] -public static void GetCodeTemplate(Action obj) +public static void GetCodeTemplate(Action obj, MethodReturnEventArgs<string> e) { } @@ -6118,7 +6118,7 @@ public static void GetCodeTemplateCanExecReason(Action obj, MethodReturnEventArg 2012-09-14T08:57:34.9311851Z [Invocation] -public static void GetLabel(Action obj) +public static void GetLabel(Action obj, MethodReturnEventArgs<string> e) { } @@ -6142,7 +6142,7 @@ public static void GetLabelCanExecReason(Action obj, MethodReturnEventArgs<st 2012-09-12T09:34:20.9827022Z [Invocation] -public static void GetName(Action obj) +public static void GetName(Action obj, MethodReturnEventArgs<string> e) { } @@ -6165,7 +6165,7 @@ public static void GetNameCanExecReason(Action obj, MethodReturnEventArgs<str 2012-09-21T12:43:21.4018726Z [Invocation] -public static void GetName(ParameterizedActionDefinition obj) +public static void GetName(ParameterizedActionDefinition obj, MethodReturnEventArgs<string> e) { } @@ -6188,7 +6188,7 @@ public static void GetNameCanExecReason(ParameterizedActionDefinition obj, Metho 2012-09-21T14:58:38.8611647Z [Invocation] -public static void ScheduleAction(State obj) +public static void ScheduleAction(State obj, DateTime invokeOn, Zetbox.Basic.Workflow.ParameterizedActionDefinition action) { } @@ -6212,7 +6212,7 @@ public static void ScheduleActionCanExecReason(State obj, MethodReturnEventArgs& 2012-09-12T16:19:26.6245743Z [Invocation] -public static void Execute(StateChangeDefinition obj) +public static void Execute(StateChangeDefinition obj, Zetbox.Basic.Workflow.State current) { } @@ -6236,7 +6236,7 @@ public static void ExecuteCanExecReason(StateChangeDefinition obj, MethodReturnE 2012-09-19T14:34:25.82948Z [Invocation] -public static void GetCodeTemplate(StateChangeDefinition obj) +public static void GetCodeTemplate(StateChangeDefinition obj, MethodReturnEventArgs<string> e) { } @@ -6259,7 +6259,7 @@ public static void GetCodeTemplateCanExecReason(StateChangeDefinition obj, Metho 2012-09-12T09:30:55.9039723Z [Invocation] -public static void GetName(StateDefinition obj) +public static void GetName(StateDefinition obj, MethodReturnEventArgs<string> e) { } @@ -6282,7 +6282,7 @@ public static void GetNameCanExecReason(StateDefinition obj, MethodReturnEventAr 2012-09-12T08:38:02.5355625Z [Invocation] -public static void GetName(WFDefinition obj) +public static void GetName(WFDefinition obj, MethodReturnEventArgs<string> e) { } @@ -6330,7 +6330,7 @@ public static void AbortCanExecReason(WFInstance obj, MethodReturnEventArgs<s 2012-09-19T16:15:45.6262245Z [Invocation] -public static void AddLogEntry(WFInstance obj) +public static void AddLogEntry(WFInstance obj, string formatString) { } @@ -6355,7 +6355,7 @@ public static void AddLogEntryCanExecReason(WFInstance obj, MethodReturnEventArg 2012-09-13T13:00:17.1611672Z [Invocation] -public static void Start(WFInstance obj) +public static void Start(WFInstance obj, Zetbox.Basic.Workflow.WFDefinition workflow) { } @@ -6683,4 +6683,4 @@ public static void StartCanExecReason(WFInstance obj, MethodReturnEventArgs<s Workflow 96f506e1-febd-480f-9db3-45fdb4d10ce0 - + \ No newline at end of file diff --git a/NuGetPackages/zetbox.Workflow-Client.nuspec b/NuGetPackages/zetbox.Workflow-Client.nuspec index f90b1dd..3768511 100644 --- a/NuGetPackages/zetbox.Workflow-Client.nuspec +++ b/NuGetPackages/zetbox.Workflow-Client.nuspec @@ -13,7 +13,7 @@ First package. Copyright © 2012 dasz.at OG - + diff --git a/NuGetPackages/zetbox.Workflow-Common.nuspec b/NuGetPackages/zetbox.Workflow-Common.nuspec index 4ff32a8..7a67382 100644 --- a/NuGetPackages/zetbox.Workflow-Common.nuspec +++ b/NuGetPackages/zetbox.Workflow-Common.nuspec @@ -13,7 +13,7 @@ First package. Copyright © 2012 dasz.at OG - + diff --git a/NuGetPackages/zetbox.Workflow-Server.nuspec b/NuGetPackages/zetbox.Workflow-Server.nuspec index a4ffee1..77e1644 100644 --- a/NuGetPackages/zetbox.Workflow-Server.nuspec +++ b/NuGetPackages/zetbox.Workflow-Server.nuspec @@ -13,7 +13,7 @@ First package. Copyright © 2012 dasz.at OG - + diff --git a/NuGetPackages/zetbox.Workflow.nuspec b/NuGetPackages/zetbox.Workflow.nuspec index 3dc0554..29f392f 100644 --- a/NuGetPackages/zetbox.Workflow.nuspec +++ b/NuGetPackages/zetbox.Workflow.nuspec @@ -13,7 +13,7 @@ First package. Copyright © 2012 dasz.at OG - + diff --git a/Zetbox.Workflow.Bootstrapper/Properties/AssemblyInfo.cs b/Zetbox.Workflow.Bootstrapper/Properties/AssemblyInfo.cs index 5760329..3b1f7eb 100644 --- a/Zetbox.Workflow.Bootstrapper/Properties/AssemblyInfo.cs +++ b/Zetbox.Workflow.Bootstrapper/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // The following tags will be replaced by the -checkout job on jenkins to current values [assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.1-zdev")] +[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyInformationalVersion("1.1.2-zdev")] // The Common Language Specification (CLS) defines naming restrictions, data types, // and rules to which assemblies must conform if they are to be used across programming diff --git a/Zetbox.Workflow.Client.Tests/Properties/AssemblyInfo.cs b/Zetbox.Workflow.Client.Tests/Properties/AssemblyInfo.cs index 63127a2..d4938e7 100644 --- a/Zetbox.Workflow.Client.Tests/Properties/AssemblyInfo.cs +++ b/Zetbox.Workflow.Client.Tests/Properties/AssemblyInfo.cs @@ -21,5 +21,5 @@ // The following tags will be replaced by the -checkout job on jenkins to current values [assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.1-zdev")] +[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyInformationalVersion("1.1.2-zdev")] diff --git a/Zetbox.Workflow.Client.WPF/Properties/AssemblyInfo.cs b/Zetbox.Workflow.Client.WPF/Properties/AssemblyInfo.cs index 670aa4d..db4972a 100644 --- a/Zetbox.Workflow.Client.WPF/Properties/AssemblyInfo.cs +++ b/Zetbox.Workflow.Client.WPF/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // The following tags will be replaced by the -checkout job on jenkins to current values [assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.1-zdev")] +[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyInformationalVersion("1.1.2-zdev")] // The Common Language Specification (CLS) defines naming restrictions, data types, // and rules to which assemblies must conform if they are to be used across programming diff --git a/Zetbox.Workflow.Client/Properties/AssemblyInfo.cs b/Zetbox.Workflow.Client/Properties/AssemblyInfo.cs index 7882f2a..b4bb58d 100644 --- a/Zetbox.Workflow.Client/Properties/AssemblyInfo.cs +++ b/Zetbox.Workflow.Client/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // The following tags will be replaced by the -checkout job on jenkins to current values [assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.1-zdev")] +[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyInformationalVersion("1.1.2-zdev")] // The Common Language Specification (CLS) defines naming restrictions, data types, // and rules to which assemblies must conform if they are to be used across programming diff --git a/Zetbox.Workflow.Common/Properties/AssemblyInfo.cs b/Zetbox.Workflow.Common/Properties/AssemblyInfo.cs index 9c50d60..8e5fdbf 100644 --- a/Zetbox.Workflow.Common/Properties/AssemblyInfo.cs +++ b/Zetbox.Workflow.Common/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // The following tags will be replaced by the -checkout job on jenkins to current values [assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.1-zdev")] +[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyInformationalVersion("1.1.2-zdev")] // The Common Language Specification (CLS) defines naming restrictions, data types, // and rules to which assemblies must conform if they are to be used across programming diff --git a/Zetbox.Workflow.Server/Properties/AssemblyInfo.cs b/Zetbox.Workflow.Server/Properties/AssemblyInfo.cs index 054fb35..fae5a0f 100644 --- a/Zetbox.Workflow.Server/Properties/AssemblyInfo.cs +++ b/Zetbox.Workflow.Server/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // The following tags will be replaced by the -checkout job on jenkins to current values [assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.1-zdev")] +[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyInformationalVersion("1.1.2-zdev")] // The Common Language Specification (CLS) defines naming restrictions, data types, // and rules to which assemblies must conform if they are to be used across programming diff --git a/Zetbox.Workflow.WPF/Properties/AssemblyInfo.cs b/Zetbox.Workflow.WPF/Properties/AssemblyInfo.cs index c424c6e..ccc3c10 100644 --- a/Zetbox.Workflow.WPF/Properties/AssemblyInfo.cs +++ b/Zetbox.Workflow.WPF/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // The following tags will be replaced by the -checkout job on jenkins to current values [assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.1-zdev")] +[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyInformationalVersion("1.1.2-zdev")] // The Common Language Specification (CLS) defines naming restrictions, data types, // and rules to which assemblies must conform if they are to be used across programming