Softlion.NotionSharp
1.1.0
Prefix Reserved
See the version list below for details.
dotnet add package Softlion.NotionSharp --version 1.1.0
NuGet\Install-Package Softlion.NotionSharp -Version 1.1.0
<PackageReference Include="Softlion.NotionSharp" Version="1.1.0" />
<PackageVersion Include="Softlion.NotionSharp" Version="1.1.0" />
<PackageReference Include="Softlion.NotionSharp" />
paket add Softlion.NotionSharp --version 1.1.0
#r "nuget: Softlion.NotionSharp, 1.1.0"
#:package Softlion.NotionSharp@1.1.0
#addin nuget:?package=Softlion.NotionSharp&version=1.1.0
#tool nuget:?package=Softlion.NotionSharp&version=1.1.0
Notion.so is a nice tool to write blogs among other things
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Polly (>= 8.6.6)
- Softlion.FluentRest (>= 1.0.7)
- System.ServiceModel.Syndication (>= 10.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.1 | 113 | 4/4/2026 |
| 2.0.1-pre4 | 281 | 1/18/2024 |
| 2.0.1-pre3 | 189 | 1/18/2024 |
| 2.0.1-pre2 | 185 | 1/18/2024 |
| 2.0.1-pre1 | 209 | 1/18/2024 |
| 2.0.0-pre9 | 193 | 1/13/2024 |
| 2.0.0-pre8 | 207 | 1/13/2024 |
| 2.0.0-pre7 | 180 | 1/12/2024 |
| 2.0.0-pre6 | 195 | 1/12/2024 |
| 2.0.0-pre5 | 198 | 1/11/2024 |
| 2.0.0-pre4 | 202 | 1/11/2024 |
| 2.0.0-pre3 | 277 | 11/27/2023 |
| 2.0.0-pre2 | 197 | 11/26/2023 |
| 2.0.0-pre1 | 206 | 11/26/2023 |
| 1.1.0 | 102 | 4/3/2026 |
| 1.0.13 | 936 | 3/24/2021 |
| 1.0.12 | 623 | 10/1/2020 |
| 1.0.11 | 655 | 10/1/2020 |
| 1.0.10 | 582 | 9/30/2020 |
1.1.0
net10, bump nugets.
1.0.14
Bump versions.
1.0.13
Update nugets
1.0.12
More emoticons
1.0.11
Add callout support
1.0.10
Add emoticons support
1.0.9
fix new secured image URL
1.0.8
new block type support: column_list, column
fix a problem with the detection of encoded chars in link urls
1.0.7
new block type support: sub_sub_header
now supports image's caption
1.0.6
new block type support: quote
new parameter for get feed: disable stop parsing before the 1st heading2 line, which is by default set to true.
1.0.5
html generator: replace p by divs; replace class names to match what notion is using
1.0.4-
Refactor html generator for extensibility
Roles are now strings instead of enums
RSS: private page are no more included
HTML: bullets can have sub content
add classes on each p
update how images are transformed to HTML
refactor unit tests to make them more readable
initial version