From 903898746770051c1e77b15f246116cdc0f7ba6e Mon Sep 17 00:00:00 2001 From: mathitharmalingam-aqi Date: Tue, 26 May 2026 14:16:30 -0400 Subject: [PATCH 1/3] AQI-10938: Add REPORT_RUN_STATUS_FORM_SUBMITTED --- CHANGELOG.md | 7 +++++++ src/ONE.Interfaces.ProtocolBuffers | 2 +- src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d478e6..cbeb327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## Version 7.23.0 - 2026-05-25 + +### Added + +- Add REPORT_RUN_STATUS_FORM_SUBMITTED (AQI-10938) + + ## Version 7.22.0 - 2026-05-15 ### Added diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index 4044b6c..ac055b8 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit 4044b6c40ae0dd3f6bd066d35c851a8fef3e00e0 +Subproject commit ac055b83148e71c7a144c6c55726b198d5726826 diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index b5e03d1..dfdff68 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -3,9 +3,9 @@ - 7.22.0 + 7.23.0 - + AQI-10938-1 latest netstandard2.0 Aquatic Informatics Inc. From 0a959ac6edbc0e2e6f8f7d8c3b572143171284a4 Mon Sep 17 00:00:00 2001 From: mathitharmalingam-aqi Date: Tue, 26 May 2026 15:03:38 -0400 Subject: [PATCH 2/3] AQI-10938: update protobuf + remove version suffix --- src/ONE.Interfaces.ProtocolBuffers | 2 +- src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index ac055b8..eeae223 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit ac055b83148e71c7a144c6c55726b198d5726826 +Subproject commit eeae223d3a623e6e5f27e9716ac63ebf7ac3d8e7 diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index dfdff68..e796e67 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -1,11 +1,11 @@ - + 7.23.0 - AQI-10938-1 + latest netstandard2.0 Aquatic Informatics Inc. From f1e04c11741c56cb657669869912ebf06dea66b5 Mon Sep 17 00:00:00 2001 From: mathitharmalingam-aqi Date: Tue, 26 May 2026 15:22:57 -0400 Subject: [PATCH 3/3] AQI-10938: version bump due to conflict. --- CHANGELOG.md | 2 +- src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbeb327..31864a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Version 7.23.0 - 2026-05-25 +## Version 7.24.0 - 2026-05-25 ### Added diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index e796e67..cd28e2e 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -3,7 +3,7 @@ - 7.23.0 + 7.24.0 latest