Skip to content

Commit 94acf55

Browse files
committed
:docs: add target frameworks and DocFX docs badges to README
1 parent b5d957b commit 94acf55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ A query string encoding and decoding library for C#/.NET.
44

55
Ported from [qs](https://www.npmjs.com/package/qs) for JavaScript.
66

7+
[![Targets](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2Ftechouse%2Fqs-net%2Fmain%2FQsNet%2FQsNet.csproj&query=string(//TargetFrameworks|//TargetFramework)&label=targets&logo=dotnet&color=512BD4&labelColor=222222&logoColor=white&style=flat-square&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FQsNet)]((https://www.nuget.org/packages/QsNet))
8+
[![DocFX Docs](https://img.shields.io/badge/DocFX-docs-512BD4?logo=dotnet&logoColor=white&labelColor=222222&style=flat-square)](https://techouse.github.io/qs-net/)
79
[![NuGet Version](https://img.shields.io/nuget/v/QsNet)](https://www.nuget.org/packages/QsNet)
810
[![NuGet Downloads](https://img.shields.io/nuget/dt/QsNet)](https://www.nuget.org/packages/QsNet)
911
[![Test](https://github.com/techouse/qs-net/actions/workflows/test.yml/badge.svg)](https://github.com/techouse/qs-net/actions/workflows/test.yml)
10-
[![codecov](https://codecov.io/gh/techouse/qs-net/graph/badge.svg?token=ClCDNcsxqQ)](https://codecov.io/gh/techouse/qs-net)
12+
[![codecov](https://codecov.io/gh/techouse/qs-net/graph/badge.svg?token=pmMJRph0Qm)](https://codecov.io/gh/techouse/qs-net)
1113
[![GitHub](https://img.shields.io/github/license/techouse/qs-net)](LICENSE)
1214
[![GitHub Repo stars](https://img.shields.io/github/stars/techouse/qs-net)](https://github.com/techouse/qs-net/stargazers)
1315

0 commit comments

Comments
 (0)