From d6e0bb9b6b3568727189eb1a3e11042ba7b9554a Mon Sep 17 00:00:00 2001 From: "Palewar, Nitin" Date: Fri, 26 Jun 2026 18:23:04 +0530 Subject: [PATCH] IH-1300: Added InstrumentDiagnosticSummary --- CHANGELOG.md | 11 +++++++++++ src/ONE.Interfaces.ProtocolBuffers | 2 +- src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7e2c2..9044c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## Version 7.29.0 - 2026-06-26 + +### Added + +- InstrumentDiagnosticSummary + +### Updated + +- InstrumentDataSummary + + ## Version 7.27.0 - 2026-06-15 ### Added diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index 16257f0..97cb861 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit 16257f0a2f2cf73d1f38fb8049d254db91376dfb +Subproject commit 97cb8618d5930f1d1523b051a5168cb05404e28a diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index ec198fe..43c4df7 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -3,9 +3,9 @@ - 7.27.0 + 7.29.0 - + IH-1300 latest netstandard2.0 Aquatic Informatics Inc.