From fb9cb0b6e58e81ab2dbbb81cd8e82784b32eb0e9 Mon Sep 17 00:00:00 2001 From: lindexi Date: Wed, 25 Aug 2021 16:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6caf38c..28f62d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # dotnetCampus.ApplicationStartupManager +应用软件的启动流程组件。 支持高性能异步多线程,自动构建启动流程图,动态分配启动任务资源,支持接入预编译框架,支持所有的 .NET 应用。 + +Application startup manager for all .NET application. + | Build | NuGet | |--|--| -|![](https://github.com/dotnet-campus/dotnetCampus.ApplicationStartupManager/workflows/.NET%20Build/badge.svg)|[![](https://img.shields.io/nuget/v/dotnetCampus.ApplicationStartupManager.svg)](https://www.nuget.org/packages/dotnetCampus.ApplicationStartupManager)| \ No newline at end of file +|![](https://github.com/dotnet-campus/dotnetCampus.ApplicationStartupManager/workflows/.NET%20Build/badge.svg)|[![](https://img.shields.io/nuget/v/dotnetCampus.ApplicationStartupManager.svg)](https://www.nuget.org/packages/dotnetCampus.ApplicationStartupManager)| + +## 当前进度 + +- 基础功能: 可用 +- 预编译框架: 待完全开源,参阅 [SourceFusion](https://github.com/dotnet-campus/SourceFusion) +- 使用文档: 待编写 \ No newline at end of file