From 80cfd1f044587df42e95c4d9017a6bf61822d449 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 14 Feb 2024 10:23:57 -0500 Subject: [PATCH] Bump adoption of CSharp bindings A follow-on patch will regenerate Make-managed files. References: * https://github.com/casework/CASE-Bindings-CSharp-Monitor/pull/6 Signed-off-by: Alex Nelson --- resources/project_release_flow.dot | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/resources/project_release_flow.dot b/resources/project_release_flow.dot index a39b6f9..a4a74eb 100644 --- a/resources/project_release_flow.dot +++ b/resources/project_release_flow.dot @@ -16,29 +16,6 @@ digraph "cdo_release_flow" { } } - subgraph cluster_uco_1_2_0 { - label = "Adoption of UCO 1.2.0" ; - - subgraph cluster_case_1_2_0 { - label = "Adoption of CASE 1.2.0" ; - - subgraph cluster_case_utils_0_13_0 { - label = "Adoption of case-utils 0.13.0" ; - - subgraph cluster_case_validation_action_2_8_0 { - label = "Adoption of case-validation-action 2.8.0" ; - - subgraph cluster_case_bindings_csharp_0_4_0 { - label = "Adoption of CSharp bindings 0.4.0" ; - - _GH__CASEWORK__CASE_BINDINGS_CSHARP_MONITOR [URL="https://github.com/casework/CASE-Bindings-CSharp-Monitor" label="CASE Bindings CSharp Monitor\ntests NuGet package with validation action"] ; - _GH__CIPHERTECHSOLUTIONS__CASE_BINDINGS_CSHARP [URL="https://github.com/ciphertechsolutions/CASE-Bindings-CSharp" label="CASE-Bindings-CSharp\nadopts new ontology version"] ; - } - } - } - } - } - subgraph cluster_uco_1_3_0 { label = "Adoption of UCO 1.3.0" ; @@ -91,6 +68,13 @@ digraph "cdo_release_flow" { _GH__CASEWORK__CASE_MAPPING_TEMPLATE_PYTHON [URL="https://github.com/casework/CASE-Mapping-Template-Python" label="CASE-Mapping-Template-Python\nadopts new case-validation-action"] ; _GH__CASEWORK__CASE_IMPLEMENTATION_AXIOM [URL="https://github.com/casework/CASE-Implementation-Axiom" label="CASE-Implementation-Axiom"] ; _GH__KCHASON__CASE_VALIDATION_ACTION [URL="https://github.com/kchason/case-validation-action" label="case-validation-action\nreleases"] ; + + subgraph cluster_case_bindings_csharp_0_5_0 { + label = "Adoption of CSharp bindings 0.5.0" ; + + _GH__CASEWORK__CASE_BINDINGS_CSHARP_MONITOR [URL="https://github.com/casework/CASE-Bindings-CSharp-Monitor" label="CASE Bindings CSharp Monitor\ntests NuGet package with validation action"] ; + _GH__CIPHERTECHSOLUTIONS__CASE_BINDINGS_CSHARP [URL="https://github.com/ciphertechsolutions/CASE-Bindings-CSharp" label="CASE-Bindings-CSharp\nadopts new ontology version"] ; + } } } }