From c1b86be4aab1253607afd1adee03a48ff5bbdbd6 Mon Sep 17 00:00:00 2001 From: iamboss Date: Thu, 28 May 2026 18:57:12 +0800 Subject: [PATCH] fix(Hi.WpfPlus): drop stale using Google.Protobuf.WellKnownTypes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WpfDispUtil.cs carried a stale `using Google.Protobuf.WellKnownTypes;` with zero matching symbol usage in the file body — it resolved only because HiGeom used to re-export Google.Protobuf transitively via its now-removed Grpc.Tools / Google.Protobuf PackageRefs. CS0246 on 'Google' once that transitive bring-in went away. VersionBuild bump 140→141 rides along for the NuGet republish. Co-Authored-By: Claude Opus 4.7 (1M context) --- Disp/WpfDispUtil.cs | 1 - Hi.WpfPlus.csproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Disp/WpfDispUtil.cs b/Disp/WpfDispUtil.cs index 72ca6ef..854cb29 100644 --- a/Disp/WpfDispUtil.cs +++ b/Disp/WpfDispUtil.cs @@ -1,4 +1,3 @@ -using Google.Protobuf.WellKnownTypes; using Hi.Disp; using Hi.Geom; using Hi.Licenses; diff --git a/Hi.WpfPlus.csproj b/Hi.WpfPlus.csproj index 6114e0a..806f7e1 100644 --- a/Hi.WpfPlus.csproj +++ b/Hi.WpfPlus.csproj @@ -12,7 +12,7 @@ HiAPI wpf canvas. Debug;Release - 140 + 141 3.1.$(VersionBuild) Hi.WpfPlus HiAPI