Skip to content

Commit f7c16b3

Browse files
committed
WFE 20.0.1 (autocommit)
1 parent 3f54bda commit f7c16b3

File tree

49 files changed

+121
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+121
-109
lines changed

Designer/templates/elements.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<el-form class="WorkflowDesignerWindowForm" style="height: calc(100% - 10px);" @drop="drop($event)">
2-
<el-tabs v-model="activeTab" id="ElementsTabs" :class="hasBpmn && 'wf-elements-tabs with-bpmn'" style="height: 100%; display: flex; flex-direction: column-reverse">
2+
<el-tabs v-model="activeTab" id="ElementsTabs" :class="hasBpmn && 'wf-elements-tabs with-bpmn'"
3+
style="height: 100%; display: flex; flex-direction: column;">
34
<el-input clearable v-model="search" prefix-icon="IconSearch" size="default"
45
style="margin-bottom: 15px"></el-input>
56
<el-tab-pane :label="labels.Activities" name="activities">

Designer/workflowdesigner.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Designer/workflowdesigner.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Version -->
33
<PropertyGroup>
4-
<Version>20.0.0</Version>
4+
<Version>20.0.1</Version>
55
<AssemblyVersion>20.0.0</AssemblyVersion>
66
<FileVersion>20.0.0</FileVersion>
77
</PropertyGroup>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageVersion Include="Microsoft.Identity.Client" Version="4.72.1" />
2121
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.10.0" />
2222
<PackageVersion Include="Azure.Identity" Version="1.14.0" />
23-
<PackageVersion Include="WorkflowEngine.NETCore-Core" Version="20.0.0" />
24-
<PackageVersion Include="WorkflowEngine.NETCore-Migrator" Version="20.0.0" />
23+
<PackageVersion Include="WorkflowEngine.NETCore-Core" Version="20.0.1" />
24+
<PackageVersion Include="WorkflowEngine.NETCore-Migrator" Version="20.0.1" />
2525
</ItemGroup>
2626
<!-- Plugins -->
2727
<ItemGroup>

Providers/OptimaJet.Workflow.DbPersistence/OptimaJet.Workflow.MSSQL.deps.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MSSQL/20.0.0": {
10+
"OptimaJet.Workflow.MSSQL/20.0.1": {
1111
"dependencies": {
1212
"Azure.Identity": "1.14.0",
1313
"Microsoft.Data.SqlClient": "5.2.0",
@@ -16,8 +16,8 @@
1616
"NETStandard.Library": "2.0.3",
1717
"System.IdentityModel.Tokens.Jwt": "8.10.0",
1818
"System.Runtime.Caching": "8.0.1",
19-
"WorkflowEngine.NETCore-Core": "20.0.0",
20-
"WorkflowEngine.NETCore-Migrator": "20.0.0",
19+
"WorkflowEngine.NETCore-Core": "20.0.1",
20+
"WorkflowEngine.NETCore-Migrator": "20.0.1",
2121
"OptimaJet.Workflow.Core": "20.0.0.0",
2222
"OptimaJet.Workflow.Migrator": "20.0.0.0"
2323
},
@@ -1698,7 +1698,7 @@
16981698
}
16991699
}
17001700
},
1701-
"WorkflowEngine.NETCore-Core/20.0.0": {
1701+
"WorkflowEngine.NETCore-Core/20.0.1": {
17021702
"dependencies": {
17031703
"Microsoft.Bcl.AsyncInterfaces": "9.0.5",
17041704
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
@@ -1714,12 +1714,12 @@
17141714
},
17151715
"runtime": {
17161716
"OptimaJet.Workflow.Core.dll": {
1717-
"assemblyVersion": "20.0.0",
1717+
"assemblyVersion": "20.0.1",
17181718
"fileVersion": "20.0.0"
17191719
}
17201720
}
17211721
},
1722-
"WorkflowEngine.NETCore-Migrator/20.0.0": {
1722+
"WorkflowEngine.NETCore-Migrator/20.0.1": {
17231723
"dependencies": {
17241724
"Azure.Identity": "1.14.0",
17251725
"FluentMigrator": "5.2.0",
@@ -1729,11 +1729,11 @@
17291729
"Microsoft.IdentityModel.JsonWebTokens": "8.10.0",
17301730
"System.IdentityModel.Tokens.Jwt": "8.10.0",
17311731
"System.Runtime.Caching": "8.0.1",
1732-
"WorkflowEngine.NETCore-Core": "20.0.0"
1732+
"WorkflowEngine.NETCore-Core": "20.0.1"
17331733
},
17341734
"runtime": {
17351735
"OptimaJet.Workflow.Migrator.dll": {
1736-
"assemblyVersion": "20.0.0",
1736+
"assemblyVersion": "20.0.1",
17371737
"fileVersion": "20.0.0"
17381738
}
17391739
}
@@ -1757,7 +1757,7 @@
17571757
}
17581758
},
17591759
"libraries": {
1760-
"OptimaJet.Workflow.MSSQL/20.0.0": {
1760+
"OptimaJet.Workflow.MSSQL/20.0.1": {
17611761
"type": "project",
17621762
"serviceable": false,
17631763
"sha512": ""
@@ -2707,12 +2707,12 @@
27072707
"path": "thomaslevesque.weakevent/4.1.0",
27082708
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
27092709
},
2710-
"WorkflowEngine.NETCore-Core/20.0.0": {
2710+
"WorkflowEngine.NETCore-Core/20.0.1": {
27112711
"type": "project",
27122712
"serviceable": false,
27132713
"sha512": ""
27142714
},
2715-
"WorkflowEngine.NETCore-Migrator/20.0.0": {
2715+
"WorkflowEngine.NETCore-Migrator/20.0.1": {
27162716
"type": "project",
27172717
"serviceable": false,
27182718
"sha512": ""
Binary file not shown.

Providers/OptimaJet.Workflow.MongoDB/OptimaJet.Workflow.MongoDB.deps.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MongoDB/20.0.0": {
10+
"OptimaJet.Workflow.MongoDB/20.0.1": {
1111
"dependencies": {
1212
"MongoDB.Driver": "2.30.0",
1313
"NETStandard.Library": "2.0.3",
14-
"WorkflowEngine.NETCore-Core": "20.0.0",
14+
"WorkflowEngine.NETCore-Core": "20.0.1",
1515
"OptimaJet.Workflow.Core": "20.0.0.0"
1616
},
1717
"runtime": {
@@ -1143,7 +1143,7 @@
11431143
}
11441144
}
11451145
},
1146-
"WorkflowEngine.NETCore-Core/20.0.0": {
1146+
"WorkflowEngine.NETCore-Core/20.0.1": {
11471147
"dependencies": {
11481148
"Microsoft.Bcl.AsyncInterfaces": "9.0.5",
11491149
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
@@ -1159,7 +1159,7 @@
11591159
},
11601160
"runtime": {
11611161
"OptimaJet.Workflow.Core.dll": {
1162-
"assemblyVersion": "20.0.0",
1162+
"assemblyVersion": "20.0.1",
11631163
"fileVersion": "20.0.0"
11641164
}
11651165
}
@@ -1175,7 +1175,7 @@
11751175
}
11761176
},
11771177
"libraries": {
1178-
"OptimaJet.Workflow.MongoDB/20.0.0": {
1178+
"OptimaJet.Workflow.MongoDB/20.0.1": {
11791179
"type": "project",
11801180
"serviceable": false,
11811181
"sha512": ""
@@ -1831,7 +1831,7 @@
18311831
"path": "zstdsharp.port/0.7.3",
18321832
"hashPath": "zstdsharp.port.0.7.3.nupkg.sha512"
18331833
},
1834-
"WorkflowEngine.NETCore-Core/20.0.0": {
1834+
"WorkflowEngine.NETCore-Core/20.0.1": {
18351835
"type": "project",
18361836
"serviceable": false,
18371837
"sha512": ""
Binary file not shown.

Providers/OptimaJet.Workflow.MySQL/OptimaJet.Workflow.MySQL.deps.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MySQL/20.0.0": {
10+
"OptimaJet.Workflow.MySQL/20.0.1": {
1111
"dependencies": {
1212
"FluentMigrator.Runner.MySql": "5.2.0",
1313
"MySqlConnector": "2.4.0",
1414
"NETStandard.Library": "2.0.3",
15-
"WorkflowEngine.NETCore-Core": "20.0.0",
16-
"WorkflowEngine.NETCore-Migrator": "20.0.0",
15+
"WorkflowEngine.NETCore-Core": "20.0.1",
16+
"WorkflowEngine.NETCore-Migrator": "20.0.1",
1717
"OptimaJet.Workflow.Core": "20.0.0.0",
1818
"OptimaJet.Workflow.Migrator": "20.0.0.0"
1919
},
@@ -1674,7 +1674,7 @@
16741674
}
16751675
}
16761676
},
1677-
"WorkflowEngine.NETCore-Core/20.0.0": {
1677+
"WorkflowEngine.NETCore-Core/20.0.1": {
16781678
"dependencies": {
16791679
"Microsoft.Bcl.AsyncInterfaces": "9.0.5",
16801680
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
@@ -1690,12 +1690,12 @@
16901690
},
16911691
"runtime": {
16921692
"OptimaJet.Workflow.Core.dll": {
1693-
"assemblyVersion": "20.0.0",
1693+
"assemblyVersion": "20.0.1",
16941694
"fileVersion": "20.0.0"
16951695
}
16961696
}
16971697
},
1698-
"WorkflowEngine.NETCore-Migrator/20.0.0": {
1698+
"WorkflowEngine.NETCore-Migrator/20.0.1": {
16991699
"dependencies": {
17001700
"Azure.Identity": "1.14.0",
17011701
"FluentMigrator": "5.2.0",
@@ -1705,11 +1705,11 @@
17051705
"Microsoft.IdentityModel.JsonWebTokens": "8.10.0",
17061706
"System.IdentityModel.Tokens.Jwt": "8.10.0",
17071707
"System.Runtime.Caching": "8.0.1",
1708-
"WorkflowEngine.NETCore-Core": "20.0.0"
1708+
"WorkflowEngine.NETCore-Core": "20.0.1"
17091709
},
17101710
"runtime": {
17111711
"OptimaJet.Workflow.Migrator.dll": {
1712-
"assemblyVersion": "20.0.0",
1712+
"assemblyVersion": "20.0.1",
17131713
"fileVersion": "20.0.0"
17141714
}
17151715
}
@@ -1733,7 +1733,7 @@
17331733
}
17341734
},
17351735
"libraries": {
1736-
"OptimaJet.Workflow.MySQL/20.0.0": {
1736+
"OptimaJet.Workflow.MySQL/20.0.1": {
17371737
"type": "project",
17381738
"serviceable": false,
17391739
"sha512": ""
@@ -2690,12 +2690,12 @@
26902690
"path": "thomaslevesque.weakevent/4.1.0",
26912691
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
26922692
},
2693-
"WorkflowEngine.NETCore-Core/20.0.0": {
2693+
"WorkflowEngine.NETCore-Core/20.0.1": {
26942694
"type": "project",
26952695
"serviceable": false,
26962696
"sha512": ""
26972697
},
2698-
"WorkflowEngine.NETCore-Migrator/20.0.0": {
2698+
"WorkflowEngine.NETCore-Migrator/20.0.1": {
26992699
"type": "project",
27002700
"serviceable": false,
27012701
"sha512": ""

0 commit comments

Comments
 (0)