Skip to content

Commit a27893d

Browse files
Merge pull request #73 from notion-dotnet/add-shields-to-show-different-metrics
Update Readme with more shields 💖
2 parents da2cae5 + 141d0e2 commit a27893d

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,31 @@
66
<br>
77
</div>
88

9+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/notion-dotnet/notion-sdk-net)
10+
![GitHub](https://img.shields.io/github/license/notion-dotnet/notion-sdk-net)
11+
912
![Build Status](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/ci_build.yml/badge.svg)
13+
[![Release to NuGet](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/release.yml/badge.svg)](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/release.yml)
14+
[![CodeQL](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/codeql-analysis.yml)
15+
16+
![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/notion-dotnet/notion-sdk-net)
17+
![LGTM Grade](https://img.shields.io/lgtm/grade/csharp/github/notion-dotnet/notion-sdk-net)
18+
19+
![GitHub last commit](https://img.shields.io/github/last-commit/notion-dotnet/notion-sdk-net)
20+
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/notion-dotnet/notion-sdk-net)
21+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/notion-dotnet/notion-sdk-net)
22+
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/notion-dotnet/notion-sdk-net)
23+
24+
![GitHub repo size](https://img.shields.io/github/repo-size/notion-dotnet/notion-sdk-net)
25+
![Lines of code](https://img.shields.io/tokei/lines/github/notion-dotnet/notion-sdk-net)
26+
27+
Provides the following packages:
28+
29+
| Package | Downloads | Nuget |
30+
|---|---|---|
31+
| Notion.Net | ![Nuget](https://img.shields.io/nuget/dt/Notion.Net?color=success) | ![Nuget](https://img.shields.io/nuget/v/Notion.Net) ![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Notion.Net) |
32+
1033

11-
![Nuget](https://img.shields.io/nuget/v/Notion.Net)
12-
![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Notion.Net)
1334

1435
## Installation
1536

0 commit comments

Comments
 (0)