From 57f08c213bbb296c8fb4285d272b894ca89c838d Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Fri, 7 Aug 2026 07:09:17 -0400 Subject: [PATCH] deps(secrets): bump ZB.MOM.WW.Secrets* to 0.4.0 and take the Grpc replicator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.4.0 adds ZB.MOM.WW.Secrets.Replicator.Grpc — the pull-only central secrets hub scadaproj#3 selected as ScadaBridge's production topology. The four existing pins move with it rather than straddling two versions: they share the Abstractions surface the replicators bind to, and a mixed set is a restore that resolves but composes types from two different builds of the same seam. One package carries both halves (server + sweep client); which half a node composes is a registration-time decision, so only the Host — the composition root for both roles — references it. nuget.config already maps ZB.MOM.WW.Secrets.* to the dohertj2-gitea feed, so no source-mapping change was needed. Restore verified against the feed. Claude-Session: https://claude.ai/code/session_014WNM4vjoVksyyBraTXSZE1 --- Directory.Packages.props | 9 +++++---- .../ZB.MOM.WW.ScadaBridge.Host.csproj | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 9ef663e2..336d3679 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -104,10 +104,11 @@ - - - - + + + + + diff --git a/src/ZB.MOM.WW.ScadaBridge.Host/ZB.MOM.WW.ScadaBridge.Host.csproj b/src/ZB.MOM.WW.ScadaBridge.Host/ZB.MOM.WW.ScadaBridge.Host.csproj index ed6cc28c..57a1ae27 100644 --- a/src/ZB.MOM.WW.ScadaBridge.Host/ZB.MOM.WW.ScadaBridge.Host.csproj +++ b/src/ZB.MOM.WW.ScadaBridge.Host/ZB.MOM.WW.ScadaBridge.Host.csproj @@ -41,6 +41,10 @@ + +