File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,12 @@ Provides the following packages:
4141dotnet 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-
44+ > Note: default Notion-Version used by NuGet package versions
45+ > | Package version | Notion-Version |
46+ > | --- | --- |
47+ > | 3.0.0+ | 2022-02-22 |
48+ > | 2.0.0+ | 2021-08-16 |
49+ > | 1.0.0+ | 2021-05-13 |
4750
4851## Usage
4952
Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ A simple and easy to use client for the [Notion API](https://developers.notion.c
1010dotnet 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.
13+ > Note: default Notion-Version used by NuGet package versions
14+ > | Package version | Notion-Version |
15+ > | --- | --- |
16+ > | 3.0.0+ | 2022-02-22 |
17+ > | 2.0.0+ | 2021-08-16 |
18+ > | 1.0.0+ | 2021-05-13 |
1419
1520## Usage
1621
You can’t perform that action at this time.
0 commit comments