Skip to content

Commit

Permalink
Added 'durable execution' to package tags in project files
Browse files Browse the repository at this point in the history
  • Loading branch information
stidsborg committed Jun 16, 2024
1 parent 7d01e50 commit c9618b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cleipnir.Flows/Cleipnir.Flows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
While similar to Azure Durable Functions, Cleipnir Flows is specifically tailored for ASP.NET Core.
</Description>
<RepositoryUrl>https://github.com/stidsborg/Cleipnir.Flows</RepositoryUrl>
<PackageTags>workflow-as-code, saga, process-manager, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
<PackageTags>workflow-as-code, saga, process-manager, durable execution, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
While similar to Azure Durable Functions, Cleipnir Flows is specifically tailored for ASP.NET Core.
</Description>
<RepositoryUrl>https://github.com/stidsborg/Cleipnir.Flows</RepositoryUrl>
<PackageTags>workflow-as-code, saga, process-manager, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
<PackageTags>workflow-as-code, saga, process-manager, durable execution, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Stores/Cleipnir.Flows.MySQL/Cleipnir.Flows.MySQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
While similar to Azure Durable Functions, Cleipnir Flows is specifically tailored for ASP.NET Core.
</Description>
<RepositoryUrl>https://github.com/stidsborg/Cleipnir.Flows</RepositoryUrl>
<PackageTags>workflow-as-code, saga, process-manager, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
<PackageTags>workflow-as-code, saga, process-manager, durable execution, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
While similar to Azure Durable Functions, Cleipnir Flows is specifically tailored for ASP.NET Core.
</Description>
<RepositoryUrl>https://github.com/stidsborg/Cleipnir.Flows</RepositoryUrl>
<PackageTags>workflow-as-code, saga, process-manager, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
<PackageTags>workflow-as-code, saga, process-manager, durable execution, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
While similar to Azure Durable Functions, Cleipnir Flows is specifically tailored for ASP.NET Core.
</Description>
<RepositoryUrl>https://github.com/stidsborg/Cleipnir.Flows</RepositoryUrl>
<PackageTags>workflow-as-code, saga, process-manager, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
<PackageTags>workflow-as-code, saga, process-manager, durable execution, resilient flows, resiliency, micro service, fault-tolerant, distributed systems, cloud independent</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c9618b8

Please sign in to comment.