Crping.TaskManager 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Crping.TaskManager --version 1.1.0
NuGet\Install-Package Crping.TaskManager -Version 1.1.0
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="Crping.TaskManager" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.TaskManager --version 1.1.0
#r "nuget: Crping.TaskManager, 1.1.0"
#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.
// Install Crping.TaskManager as a Cake Addin
#addin nuget:?package=Crping.TaskManager&version=1.1.0

// Install Crping.TaskManager as a Cake Tool
#tool nuget:?package=Crping.TaskManager&version=1.1.0

Crping.TaskManager

支持命令行、依赖注入,多线程等功能的任务管理器……

版本更新说明

2022-08-10

1.1.0
  • Workshop中的Build方法与Start方法合并

2022-08-09

1.0.0
  • 完成常用的基础功能:DI,命令行,异步,任务管理等
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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.21.0 407 10/13/2023
1.20.1 526 6/6/2023
1.20.0 532 6/2/2023
1.19.0 569 4/13/2023
1.18.1 583 3/17/2023
1.18.0 612 3/17/2023
1.17.1 570 3/14/2023
1.17.0 599 3/8/2023
1.16.1 583 2/23/2023
1.16.0 603 2/22/2023
1.15.1 772 10/13/2022
1.15.0 756 9/9/2022
1.14.0 816 9/8/2022
1.13.0 786 9/5/2022
1.12.1 796 9/2/2022
1.12.0 777 8/30/2022
1.11.0 783 8/26/2022
1.10.1 799 8/22/2022
1.10.0 777 8/22/2022
1.9.0 763 8/19/2022
1.8.0 776 8/18/2022
1.7.1 789 8/17/2022
1.7.0 803 8/17/2022
1.6.1 764 8/17/2022
1.6.0 755 8/16/2022
1.5.0 746 8/15/2022
1.4.0 791 8/15/2022
1.3.0 804 8/13/2022
1.2.0 772 8/12/2022
1.1.0 785 8/10/2022
1.0.0 760 8/9/2022

将`Workshop`中的`Build`方法与`Start`方法合并