From 260c3034343dfb97678cbc213229511e9510ecee Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 1 Jan 2019 17:45:25 +0100 Subject: [PATCH] Added package version tags --- Elsa.sln | 33 +++++-------------- .../Elsa.Activities.Console.csproj | 1 + .../Elsa.Activities.Http.csproj | 1 + .../Elsa.Activities.Primitives.csproj | 1 + .../Elsa.Abstractions.csproj | 1 + src/core/Elsa.Core/Elsa.Core.csproj | 2 +- .../Elsa.Persistence.Abstractions.csproj | 1 + .../Elsa.Persistence.FileSystem.csproj | 1 + .../Esla.Persistence.InMemory.csproj | 2 +- .../Esla.Runtime.Abstractions.csproj | 1 + src/core/Esla.Runtime/Esla.Runtime.csproj | 2 +- .../Elsa.Web.Abstractions.csproj | 1 + .../Elsa.Web.Activities.Console.csproj | 19 ++++++----- .../Elsa.Web.Activities.Http.csproj | 9 ++--- .../Elsa.Web.Activities.Primitives.csproj | 9 ++--- .../Elsa.Web.Components.csproj | 19 ++++++----- .../Elsa.Web.Management.csproj | 19 ++++++----- .../Elsa.Web.Persistence.FileSystem.csproj | 13 ++++---- .../Elsa.Web.BootstrapTheme.csproj | 25 +++++++------- 19 files changed, 79 insertions(+), 81 deletions(-) diff --git a/Elsa.sln b/Elsa.sln index 9a42fb895..c148759e8 100644 --- a/Elsa.sln +++ b/Elsa.sln @@ -33,10 +33,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{B33F1927-FF0 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Management", "src\web\modules\Elsa.Web.Management\Elsa.Web.Management.csproj", "{A00D0A17-CD30-49DF-908E-85744FA55A1A}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Themes", "Themes", "{38C559D5-F121-482B-BBD7-8FAFDB63B2F1}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Components", "src\web\modules\Elsa.Web.Components\Elsa.Web.Components.csproj", "{71687B0E-37D1-4AEB-A620-1F884CAC4C8E}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Persistence.FileSystem", "src\web\modules\Elsa.Web.Persistence.FileSystem\Elsa.Web.Persistence.FileSystem.csproj", "{7A30960A-1B95-4564-B2C8-2DFDDB06C594}" @@ -53,12 +49,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Activities.Console EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Activities.Primitives", "src\web\modules\Elsa.Web.Activities.Primitives\Elsa.Web.Activities.Primitives.csproj", "{B588D068-1ADE-4DB3-84BB-D8BA95897FAC}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dashboard", "Dashboard", "{DA45AD45-2F4F-48E0-AF88-8F71082DF866}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.BootstrapTheme", "src\web\themes\Elsa.Web.BootstrapTheme\Elsa.Web.BootstrapTheme.csproj", "{CEB772E3-0C19-475E-B517-2295C1EF173A}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{DF7D6DFE-319E-497E-9DBF-AB41C0CF0123}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{C55090FE-8506-4FDA-928F-5ACBB9CBE019}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Activities.Http", "src\activities\Elsa.Activities.Http\Elsa.Activities.Http.csproj", "{1D63E1B4-2386-4BEC-9090-C3F3CBF25703}" @@ -137,10 +129,6 @@ Global {B588D068-1ADE-4DB3-84BB-D8BA95897FAC}.Debug|Any CPU.Build.0 = Debug|Any CPU {B588D068-1ADE-4DB3-84BB-D8BA95897FAC}.Release|Any CPU.ActiveCfg = Release|Any CPU {B588D068-1ADE-4DB3-84BB-D8BA95897FAC}.Release|Any CPU.Build.0 = Release|Any CPU - {CEB772E3-0C19-475E-B517-2295C1EF173A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CEB772E3-0C19-475E-B517-2295C1EF173A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CEB772E3-0C19-475E-B517-2295C1EF173A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CEB772E3-0C19-475E-B517-2295C1EF173A}.Release|Any CPU.Build.0 = Release|Any CPU {1D63E1B4-2386-4BEC-9090-C3F3CBF25703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1D63E1B4-2386-4BEC-9090-C3F3CBF25703}.Debug|Any CPU.Build.0 = Debug|Any CPU {1D63E1B4-2386-4BEC-9090-C3F3CBF25703}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -170,26 +158,21 @@ Global {792362BF-D26D-46E9-8970-E5668941AA75} = {35F44BE9-13D0-417C-A01A-F0787BEE6DC3} {35F44BE9-13D0-417C-A01A-F0787BEE6DC3} = {DA71CDAA-8DD3-4D5F-9FBD-8E4B37A2D925} {B33F1927-FF0A-4826-80C6-F480E9C43892} = {DA71CDAA-8DD3-4D5F-9FBD-8E4B37A2D925} - {DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018} = {B33F1927-FF0A-4826-80C6-F480E9C43892} - {38C559D5-F121-482B-BBD7-8FAFDB63B2F1} = {B33F1927-FF0A-4826-80C6-F480E9C43892} - {A00D0A17-CD30-49DF-908E-85744FA55A1A} = {DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018} - {71687B0E-37D1-4AEB-A620-1F884CAC4C8E} = {DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018} - {7A30960A-1B95-4564-B2C8-2DFDDB06C594} = {DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018} {1579117E-229F-4E48-812B-7A235A4DB7E5} = {35F44BE9-13D0-417C-A01A-F0787BEE6DC3} - {444A7B77-ECB1-4D3B-A0F2-B9A41C6E8ACD} = {DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018} - {B588D068-1ADE-4DB3-84BB-D8BA95897FAC} = {DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018} - {DA45AD45-2F4F-48E0-AF88-8F71082DF866} = {B33F1927-FF0A-4826-80C6-F480E9C43892} - {CEB772E3-0C19-475E-B517-2295C1EF173A} = {38C559D5-F121-482B-BBD7-8FAFDB63B2F1} - {DF7D6DFE-319E-497E-9DBF-AB41C0CF0123} = {B33F1927-FF0A-4826-80C6-F480E9C43892} - {E04F98D6-F6B3-475F-BCAA-F0D586EE3965} = {DF7D6DFE-319E-497E-9DBF-AB41C0CF0123} {C55090FE-8506-4FDA-928F-5ACBB9CBE019} = {DA71CDAA-8DD3-4D5F-9FBD-8E4B37A2D925} {B43B546E-23F3-46E8-ACB7-D04F05CDA180} = {DA71CDAA-8DD3-4D5F-9FBD-8E4B37A2D925} {B98B80CB-D3A3-437C-A61C-ED82C8C77B2F} = {B43B546E-23F3-46E8-ACB7-D04F05CDA180} {1D63E1B4-2386-4BEC-9090-C3F3CBF25703} = {B43B546E-23F3-46E8-ACB7-D04F05CDA180} {E7DE9E53-2CF0-4F45-BF82-C470A19F0CF7} = {B43B546E-23F3-46E8-ACB7-D04F05CDA180} {05D06E92-E52D-4186-9382-C27D293AE4D1} = {C55090FE-8506-4FDA-928F-5ACBB9CBE019} - {F4EC0B11-8E24-43C8-983B-38B7321FC4F9} = {DE9B2BDA-F1C3-44EB-9B13-9A59A14F2018} - {35DD61F1-878A-4198-97F3-0F19E8E5D22F} = {DA45AD45-2F4F-48E0-AF88-8F71082DF866} + {35DD61F1-878A-4198-97F3-0F19E8E5D22F} = {C55090FE-8506-4FDA-928F-5ACBB9CBE019} + {444A7B77-ECB1-4D3B-A0F2-B9A41C6E8ACD} = {B33F1927-FF0A-4826-80C6-F480E9C43892} + {F4EC0B11-8E24-43C8-983B-38B7321FC4F9} = {B33F1927-FF0A-4826-80C6-F480E9C43892} + {B588D068-1ADE-4DB3-84BB-D8BA95897FAC} = {B33F1927-FF0A-4826-80C6-F480E9C43892} + {71687B0E-37D1-4AEB-A620-1F884CAC4C8E} = {B33F1927-FF0A-4826-80C6-F480E9C43892} + {A00D0A17-CD30-49DF-908E-85744FA55A1A} = {B33F1927-FF0A-4826-80C6-F480E9C43892} + {7A30960A-1B95-4564-B2C8-2DFDDB06C594} = {B33F1927-FF0A-4826-80C6-F480E9C43892} + {E04F98D6-F6B3-475F-BCAA-F0D586EE3965} = {B33F1927-FF0A-4826-80C6-F480E9C43892} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {8B0975FD-7050-48B0-88C5-48C33378E158} diff --git a/src/activities/Elsa.Activities.Console/Elsa.Activities.Console.csproj b/src/activities/Elsa.Activities.Console/Elsa.Activities.Console.csproj index 205ef33ad..595033afa 100644 --- a/src/activities/Elsa.Activities.Console/Elsa.Activities.Console.csproj +++ b/src/activities/Elsa.Activities.Console/Elsa.Activities.Console.csproj @@ -2,6 +2,7 @@ netstandard2.0 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj b/src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj index 6c1749c57..ee66637ee 100644 --- a/src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj +++ b/src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj @@ -2,6 +2,7 @@ netstandard2.0 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/activities/Elsa.Activities.Primitives/Elsa.Activities.Primitives.csproj b/src/activities/Elsa.Activities.Primitives/Elsa.Activities.Primitives.csproj index 205ef33ad..595033afa 100644 --- a/src/activities/Elsa.Activities.Primitives/Elsa.Activities.Primitives.csproj +++ b/src/activities/Elsa.Activities.Primitives/Elsa.Activities.Primitives.csproj @@ -2,6 +2,7 @@ netstandard2.0 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/core/Elsa.Abstractions/Elsa.Abstractions.csproj b/src/core/Elsa.Abstractions/Elsa.Abstractions.csproj index 11948fbb6..203f919e4 100644 --- a/src/core/Elsa.Abstractions/Elsa.Abstractions.csproj +++ b/src/core/Elsa.Abstractions/Elsa.Abstractions.csproj @@ -4,6 +4,7 @@ netstandard2.0 Elsa latest + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/core/Elsa.Core/Elsa.Core.csproj b/src/core/Elsa.Core/Elsa.Core.csproj index 33b6a286b..0a308cfdb 100644 --- a/src/core/Elsa.Core/Elsa.Core.csproj +++ b/src/core/Elsa.Core/Elsa.Core.csproj @@ -4,6 +4,7 @@ netstandard2.0 Elsa 7.1 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -11,7 +12,6 @@ https://github.com/sfmskywalker/Elsa GitHub elsa, workflows, orchard - 1.0.0 diff --git a/src/core/Elsa.Persistence.Abstractions/Elsa.Persistence.Abstractions.csproj b/src/core/Elsa.Persistence.Abstractions/Elsa.Persistence.Abstractions.csproj index 8a19937cd..ff484011c 100644 --- a/src/core/Elsa.Persistence.Abstractions/Elsa.Persistence.Abstractions.csproj +++ b/src/core/Elsa.Persistence.Abstractions/Elsa.Persistence.Abstractions.csproj @@ -3,6 +3,7 @@ netstandard2.0 Elsa.Persistence + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/core/Elsa.Persistence.FileSystem/Elsa.Persistence.FileSystem.csproj b/src/core/Elsa.Persistence.FileSystem/Elsa.Persistence.FileSystem.csproj index 4a3ecf503..86e8f31b9 100644 --- a/src/core/Elsa.Persistence.FileSystem/Elsa.Persistence.FileSystem.csproj +++ b/src/core/Elsa.Persistence.FileSystem/Elsa.Persistence.FileSystem.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/core/Esla.Persistence.InMemory/Esla.Persistence.InMemory.csproj b/src/core/Esla.Persistence.InMemory/Esla.Persistence.InMemory.csproj index 98a63f7ea..13cc4be17 100644 --- a/src/core/Esla.Persistence.InMemory/Esla.Persistence.InMemory.csproj +++ b/src/core/Esla.Persistence.InMemory/Esla.Persistence.InMemory.csproj @@ -2,7 +2,7 @@ netstandard2.0 - Elsa.Persistence.InMemory + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/core/Esla.Runtime.Abstractions/Esla.Runtime.Abstractions.csproj b/src/core/Esla.Runtime.Abstractions/Esla.Runtime.Abstractions.csproj index 207a3c564..67105cd68 100644 --- a/src/core/Esla.Runtime.Abstractions/Esla.Runtime.Abstractions.csproj +++ b/src/core/Esla.Runtime.Abstractions/Esla.Runtime.Abstractions.csproj @@ -3,6 +3,7 @@ netstandard2.0 Elsa.Runtime + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/core/Esla.Runtime/Esla.Runtime.csproj b/src/core/Esla.Runtime/Esla.Runtime.csproj index ed6c1a620..0ad88daca 100644 --- a/src/core/Esla.Runtime/Esla.Runtime.csproj +++ b/src/core/Esla.Runtime/Esla.Runtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - Elsa.Runtime + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/web/modules/Elsa.Web.Abstractions/Elsa.Web.Abstractions.csproj b/src/web/modules/Elsa.Web.Abstractions/Elsa.Web.Abstractions.csproj index 4cee77add..93566b98a 100644 --- a/src/web/modules/Elsa.Web.Abstractions/Elsa.Web.Abstractions.csproj +++ b/src/web/modules/Elsa.Web.Abstractions/Elsa.Web.Abstractions.csproj @@ -3,6 +3,7 @@ netstandard2.0 Elsa.Web + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 diff --git a/src/web/modules/Elsa.Web.Activities.Console/Elsa.Web.Activities.Console.csproj b/src/web/modules/Elsa.Web.Activities.Console/Elsa.Web.Activities.Console.csproj index c7d80f677..7dac7513a 100644 --- a/src/web/modules/Elsa.Web.Activities.Console/Elsa.Web.Activities.Console.csproj +++ b/src/web/modules/Elsa.Web.Activities.Console/Elsa.Web.Activities.Console.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -12,21 +13,21 @@ - - + + - + - - - - - - + + + + + + diff --git a/src/web/modules/Elsa.Web.Activities.Http/Elsa.Web.Activities.Http.csproj b/src/web/modules/Elsa.Web.Activities.Http/Elsa.Web.Activities.Http.csproj index 6fb95c05b..797ae4825 100644 --- a/src/web/modules/Elsa.Web.Activities.Http/Elsa.Web.Activities.Http.csproj +++ b/src/web/modules/Elsa.Web.Activities.Http/Elsa.Web.Activities.Http.csproj @@ -2,6 +2,7 @@ netstandard2.0 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -12,16 +13,16 @@ - - + + - + - + diff --git a/src/web/modules/Elsa.Web.Activities.Primitives/Elsa.Web.Activities.Primitives.csproj b/src/web/modules/Elsa.Web.Activities.Primitives/Elsa.Web.Activities.Primitives.csproj index 49e8dea31..cea8bfd2d 100644 --- a/src/web/modules/Elsa.Web.Activities.Primitives/Elsa.Web.Activities.Primitives.csproj +++ b/src/web/modules/Elsa.Web.Activities.Primitives/Elsa.Web.Activities.Primitives.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -12,16 +13,16 @@ - + - - + + - + diff --git a/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj b/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj index ce026b452..338cbe7db 100644 --- a/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj +++ b/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj @@ -3,6 +3,7 @@ netcoreapp2.1 Elsa.Web.Components + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -13,24 +14,24 @@ - - - + + + - - - - + + + + - + - + \ No newline at end of file diff --git a/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj b/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj index c8a748232..aec993972 100644 --- a/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj +++ b/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -12,18 +13,18 @@ - - - - - - - - + + + + + + + + - + \ No newline at end of file diff --git a/src/web/modules/Elsa.Web.Persistence.FileSystem/Elsa.Web.Persistence.FileSystem.csproj b/src/web/modules/Elsa.Web.Persistence.FileSystem/Elsa.Web.Persistence.FileSystem.csproj index ef97ad499..5051e3b31 100644 --- a/src/web/modules/Elsa.Web.Persistence.FileSystem/Elsa.Web.Persistence.FileSystem.csproj +++ b/src/web/modules/Elsa.Web.Persistence.FileSystem/Elsa.Web.Persistence.FileSystem.csproj @@ -2,6 +2,7 @@ netcoreapp2.1 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -12,15 +13,15 @@ - - + + - - - - + + + + diff --git a/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj b/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj index 7dad60d56..e03c117d3 100644 --- a/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj +++ b/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj @@ -2,6 +2,7 @@ netcoreapp2.2 + 1.0.0 Sipke Schoorstra Elsa is a set of workflowing libraries and tools to enable super-fast workflowing capabilities in any .NET Core application. 2019 @@ -13,27 +14,27 @@ - - - + + + - - - + + + - - - - - + + + + + - + \ No newline at end of file