From d74d3dfe45b0a9668faa1c85f6d030cd34f3a4ce Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Sun, 23 May 2021 21:29:09 +0530 Subject: [PATCH] Update README.md :memo: Added very basic readme file. Added build status and NuGet package version badges. --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a03176..70464870 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# notion-sdk-net \ No newline at end of file +
Notion API +

+
+ +![Build Status](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/ci_build.yml/badge.svg) + +![Nuget](https://img.shields.io/nuget/v/Notion.Net) +![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Notion.Net) + +## Installation + +.Net CLI +``` +dotnet add package Notion.Net +``` + +## Usage + +Todo + +## Contribution Guideline + +At the moment I haven't got any specific guidelines for the project. Everyone are welcome to contribute.