From d055add74ce741077479061bf7cbaa1121322917 Mon Sep 17 00:00:00 2001 From: fengjiayi <12821976+ning_xi@user.noreply.gitee.com> Date: Tue, 27 May 2025 19:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Serein.Library.csproj | 4 ++-- NodeFlow/Serein.NodeFlow.csproj | 4 ++-- .../Serein.Library.NodeGenerator.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Library/Serein.Library.csproj b/Library/Serein.Library.csproj index 574d076..64b0a6e 100644 --- a/Library/Serein.Library.csproj +++ b/Library/Serein.Library.csproj @@ -1,14 +1,14 @@  - 1.1.0 + 1.2.0 net8.0;net462 ..\.\.Output True SereinFow - 基础依赖 + 动态节点流、可视化编辑的基本依赖,支持导入C# DLL生成自定义节点,提供二次开发支持,适合用于可视化编程和流程设计 README.md https://github.com/fhhyyp/serein-flow MIT diff --git a/NodeFlow/Serein.NodeFlow.csproj b/NodeFlow/Serein.NodeFlow.csproj index 01bfb4b..5f3bb8d 100644 --- a/NodeFlow/Serein.NodeFlow.csproj +++ b/NodeFlow/Serein.NodeFlow.csproj @@ -1,14 +1,14 @@  - 1.1.1 + 1.2.0 net8.0 enable enable ..\.\.Output True SereinFow - 管理节点的运行环境,非二次开发无须添加 + 动态流程的运行环境,非二次开发无须添加 README.md https://github.com/fhhyyp/serein-flow diff --git a/Serein.Library.MyGenerator/Serein.Library.NodeGenerator.csproj b/Serein.Library.MyGenerator/Serein.Library.NodeGenerator.csproj index 13771c3..a7bb569 100644 --- a/Serein.Library.MyGenerator/Serein.Library.NodeGenerator.csproj +++ b/Serein.Library.MyGenerator/Serein.Library.NodeGenerator.csproj @@ -2,12 +2,12 @@ netstandard2.0 - 1.1.0 + 1.2.0 true ..\.\.Output True SereinFow - 基础依赖必须添加项,用于生成NodeModel部分的依赖实体代码 + 用于生成基础依赖中部分实体的代码 README.md https://github.com/fhhyyp/serein-flow MIT