From d8c84c2e7f67a5b224213501fdde64733f6d38ab Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 24 Oct 2025 10:46:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?refactor:=20=E7=B2=BE=E7=AE=80=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Topology/Topology.razor.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.cs b/src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.cs index 15cea046..38f21196 100644 --- a/src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.cs +++ b/src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.cs @@ -16,9 +16,7 @@ public partial class Topology /// [Parameter] [NotNull] -#if NET6_0_OR_GREATER [EditorRequired] -#endif public string? Content { get; set; } /// From 5b53c2b07298badc1c5ef1b4f3e36af5bfb60561 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 24 Oct 2025 10:46:48 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BootstrapBlazor.Topology.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj b/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj index 656924f0..a66113ca 100644 --- a/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj +++ b/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj @@ -1,9 +1,13 @@ - + 9.0.1 + + 10.0.0-rc.2.1.0 + + Bootstrap Blazor WebAssembly wasm UI Components Topology FlowChart Bootstrap UI components extensions of FlowChart From 794b6c4584eede6753d90a8501260e9a989f40a6 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 24 Oct 2025 11:00:22 +0800 Subject: [PATCH 3/3] chore: bump version 9.0.2 --- .../BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj b/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj index a66113ca..89dad8d3 100644 --- a/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj +++ b/src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj @@ -1,7 +1,7 @@ - 9.0.1 + 9.0.2