Skip to content

Commit 6b9a3da

Browse files
Update readme files 📝
1 parent cdb757a commit 6b9a3da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Provides the following packages:
4141
dotnet add package Notion.Net
4242
```
4343

44+
> Note: From Nuget 2.0.0 notion client sdk default sets the Notion-Version header to 2021-08-16.
45+
46+
47+
4448
## Usage
4549

4650
> Before getting started, you need to [create an integration](https://www.notion.com/my-integrations) and find the token. You can learn more about authorization [here](https://developers.notion.com/docs/authorization).
@@ -116,4 +120,3 @@ var complexFiler = new CompoundFilter(
116120
## Contribution Guideline
117121

118122
Hello! Thank you for choosing to help contribute to this open source library. There are many ways you can contribute and help is always welcome. You can read the detailed [Contribution Guideline](https://github.com/notion-dotnet/notion-sdk-net/blob/main/CONTRIBUTING.md) defined here - we will continue to improve it.
119-

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ A simple and easy to use client for the [Notion API](https://developers.notion.c
1010
dotnet add package Notion.Net
1111
```
1212

13+
> Note: From Nuget 2.0.0 notion client sdk default sets the Notion-Version header to 2021-08-16.
14+
1315
## Usage
1416

1517
> Before getting started, you need to [create an integration](https://www.notion.com/my-integrations) and find the token. You can learn more about authorization [here](https://developers.notion.com/docs/authorization).

0 commit comments

Comments
 (0)