File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,12 @@ 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
-
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 |
47
50
48
51
## Usage
49
52
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ namespace Notion.Client
6
6
internal class Constants
7
7
{
8
8
internal static string BASE_URL = "https://api.notion.com/" ;
9
- internal static string DEFAULT_NOTION_VERSION = "2021-08-16 " ;
9
+ internal static string DEFAULT_NOTION_VERSION = "2022-02-22 " ;
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >2.2.3 -preview</VersionPrefix >
4
+ <VersionPrefix >3.0.0 -preview</VersionPrefix >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<LangVersion >7.3</LangVersion >
7
7
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
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.
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 |
14
19
15
20
## Usage
16
21
You can’t perform that action at this time.
0 commit comments