You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ Provides the following packages:
41
41
dotnet add package Notion.Net
42
42
```
43
43
44
+
> Note: From Nuget 2.0.0 notion client sdk default sets the Notion-Version header to 2021-08-16.
45
+
46
+
47
+
44
48
## Usage
45
49
46
50
> 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(
116
120
## Contribution Guideline
117
121
118
122
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.
Copy file name to clipboardExpand all lines: docs/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ A simple and easy to use client for the [Notion API](https://developers.notion.c
10
10
dotnet add package Notion.Net
11
11
```
12
12
13
+
> Note: From Nuget 2.0.0 notion client sdk default sets the Notion-Version header to 2021-08-16.
14
+
13
15
## Usage
14
16
15
17
> 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