Skip to content

Commit 8397e8e

Browse files
authored
Merge pull request #434 from ZjzMisaka/update-readme-for-.NET-Foundation-Seed-Project-badge
docs: update readme for .NET Foundation Seed Project badge
2 parents 049e7ce + 93f51d8 commit 8397e8e

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# PowerThreadPool
22
![icon](https://raw.githubusercontent.com/ZjzMisaka/PowerThreadPool/main/icon.png)
33

4-
![Nuget](https://img.shields.io/nuget/v/PowerThreadPool?style=for-the-badge)
5-
![Nuget](https://img.shields.io/nuget/dt/PowerThreadPool?style=for-the-badge)
6-
![GitHub release (with filter)](https://img.shields.io/github/v/release/ZjzMisaka/PowerThreadPool?style=for-the-badge)
7-
![GitHub Repo stars](https://img.shields.io/github/stars/ZjzMisaka/PowerThreadPool?style=for-the-badge)
8-
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/ZjzMisaka/PowerThreadPool/test.yml?style=for-the-badge)
9-
[![Codecov](https://img.shields.io/codecov/c/github/ZjzMisaka/PowerThreadPool?style=for-the-badge)](https://app.codecov.io/gh/ZjzMisaka/PowerThreadPool)
10-
[![CodeFactor](https://www.codefactor.io/repository/github/zjzmisaka/powerthreadpool/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/zjzmisaka/powerthreadpool)
11-
12-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4+
[![.NET Foundation Seed Project](https://img.shields.io/badge/.NET_Foundation-Seed_Project-512bd4?style=flat-square)](https://github.com/dotnet-foundation/projects/blob/main/readme.md#project-levels)
5+
6+
![Nuget](https://img.shields.io/nuget/v/PowerThreadPool?style=flat-square)
7+
![Nuget](https://img.shields.io/nuget/dt/PowerThreadPool?style=flat-square)
8+
![GitHub release (with filter)](https://img.shields.io/github/v/release/ZjzMisaka/PowerThreadPool?style=flat-square)
9+
![GitHub Repo stars](https://img.shields.io/github/stars/ZjzMisaka/PowerThreadPool?style=flat-square)
10+
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/ZjzMisaka/PowerThreadPool/test.yml?style=flat-square)
11+
[![Codecov](https://img.shields.io/codecov/c/github/ZjzMisaka/PowerThreadPool?style=flat-square)](https://app.codecov.io/gh/ZjzMisaka/PowerThreadPool)
12+
[![CodeFactor](https://www.codefactor.io/repository/github/zjzmisaka/powerthreadpool/badge?style=flat-square)](https://www.codefactor.io/repository/github/zjzmisaka/powerthreadpool)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
1313
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
1414
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1515

1616
A comprehensive and efficient low-contention thread pool for easily managing both sync and async workloads. It provides granular work control, flexible concurrency, and robust error handling.
1717

18+
## Status
19+
This project is currently a Seed Project within the .NET Foundation. This means it is an "up and coming" project supported by the foundation to grow its community and ecosystem.
20+
1821
## Documentation
1922
Access the Wiki in [English](https://github.com/ZjzMisaka/PowerThreadPool/wiki) | [中文](https://github.com/ZjzMisaka/PowerThreadPool.zh-CN.Wiki/wiki) | [日本語](https://github.com/ZjzMisaka/PowerThreadPool.ja-JP.Wiki/wiki).
2023
Visit the [DeepWiki](https://deepwiki.com/ZjzMisaka/PowerThreadPool) for more information.

0 commit comments

Comments
 (0)