TLCS.FlowManager 1.1.6

dotnet add package TLCS.FlowManager --version 1.1.6
                    
NuGet\Install-Package TLCS.FlowManager -Version 1.1.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TLCS.FlowManager" Version="1.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TLCS.FlowManager" Version="1.1.6" />
                    
Directory.Packages.props
<PackageReference Include="TLCS.FlowManager" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TLCS.FlowManager --version 1.1.6
                    
#r "nuget: TLCS.FlowManager, 1.1.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TLCS.FlowManager@1.1.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TLCS.FlowManager&version=1.1.6
                    
Install as a Cake Addin
#tool nuget:?package=TLCS.FlowManager&version=1.1.6
                    
Install as a Cake Tool

包含流程树、解决方案、运行状态、系统变量等模块

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.6 275 12/18/2025
1.1.5 272 12/17/2025
1.1.4 270 12/16/2025
1.1.3 437 12/9/2025
1.1.2 305 12/8/2025
1.1.1 200 11/26/2025
1.0.1 558 7/23/2025

20251209:将设备状态添加委托至系统信息静态类
20251216:流程菜单增加执行选中模块和从此处执行功能
20251217:整理流程事件
20251218:流程界面更新;增加流程运行时禁止关闭程序的功能