Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,31 @@
<br>
</div>

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/notion-dotnet/notion-sdk-net)
![GitHub](https://img.shields.io/github/license/notion-dotnet/notion-sdk-net)

![Build Status](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/ci_build.yml/badge.svg)
[![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)
[![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)

![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/notion-dotnet/notion-sdk-net)
![LGTM Grade](https://img.shields.io/lgtm/grade/csharp/github/notion-dotnet/notion-sdk-net)

![GitHub last commit](https://img.shields.io/github/last-commit/notion-dotnet/notion-sdk-net)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/notion-dotnet/notion-sdk-net)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/notion-dotnet/notion-sdk-net)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/notion-dotnet/notion-sdk-net)

![GitHub repo size](https://img.shields.io/github/repo-size/notion-dotnet/notion-sdk-net)
![Lines of code](https://img.shields.io/tokei/lines/github/notion-dotnet/notion-sdk-net)

Provides the following packages:

| Package | Downloads | Nuget |
|---|---|---|
| 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) |


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

## Installation

Expand Down