Skip to content

Commit

Permalink
update nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
softlion committed Jan 13, 2024
1 parent 8aa4d6b commit ee1e30b
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Demos/DemoNotionBlog/DemoNotionBlog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.2.0" />
<!-- <PackageReference Include="Softlion.NotionSharp" Version="1.0.11" />-->
<ProjectReference Include="..\..\NotionSharp\NotionSharp.csproj" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
<PackageReference Include="Toolbelt.Blazor.HeadElement" Version="7.3.1" />
<PackageReference Include="Hangfire" Version="1.8.6" />
<PackageReference Include="Hangfire" Version="1.8.7" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
</ItemGroup>

Expand Down
45 changes: 44 additions & 1 deletion NotionSharp.ApiClient.Tests/JsonData/AboutThis.full.json
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
{"id":"c7b44455-3d31-4a5b-b82c-b7e3d85ba585","created_time":"2020-04-30T13:37:00+00:00","last_edited_time":"2024-01-12T19:15:00+00:00","archived":false,"created_by":{"id":"ab9257e1-d027-4494-8792-71d90b63dd35","object":"user"},"last_edited_by":{"id":"ab9257e1-d027-4494-8792-71d90b63dd35","object":"user"},"url":"https://www.notion.so/About-this-c7b444553d314a5bb82cb7e3d85ba585","public_url":"https://wise-spirit-737.notion.site/About-this-c7b444553d314a5bb82cb7e3d85ba585","parent":{"page_id":"18dfbe55-5d7c-416e-9485-7855d4a3949e","type":"page_id"},"properties":{"title":{"title":[{"type":"text","plain_text":"About this","annotations":{"bold":false,"italic":false,"strikethrough":false,"underline":false,"code":false,"color":"default"},"text":{"content":"About this"}}],"id":"title","type":"title"}},"object":"page"}
{
"id": "c7b44455-3d31-4a5b-b82c-b7e3d85ba585",
"created_time": "2020-04-30T13:37:00+00:00",
"last_edited_time": "2024-01-12T19:15:00+00:00",
"archived": false,
"created_by": {
"id": "ab9257e1-d027-4494-8792-71d90b63dd35",
"object": "user"
},
"last_edited_by": {
"id": "ab9257e1-d027-4494-8792-71d90b63dd35",
"object": "user"
},
"url": "https://www.notion.so/About-this-c7b444553d314a5bb82cb7e3d85ba585",
"public_url": "https://wise-spirit-737.notion.site/About-this-c7b444553d314a5bb82cb7e3d85ba585",
"parent": {
"page_id": "18dfbe55-5d7c-416e-9485-7855d4a3949e",
"type": "page_id"
},
"properties": {
"title": {
"title": [
{
"type": "text",
"plain_text": "About this",
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"text": {
"content": "About this"
}
}
],
"id": "title",
"type": "title"
}
},
"object": "page"
}
8 changes: 4 additions & 4 deletions NotionSharp.ApiClient/NotionSharp.ApiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Polly" Version="8.2.0" />
<PackageReference Include="Softlion.FluentRest" Version="1.0.6" />
<PackageReference Include="Polly" Version="8.2.1" />
<PackageReference Include="Softlion.FluentRest" Version="1.0.7" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>

<PropertyGroup>
<!-- nuget configurable properties -->
<Version>2.0.0</Version>
<VersionSuffix>-pre8</VersionSuffix>
<VersionSuffix>-pre9</VersionSuffix>
<DefineConstants>$(DefineConstants);</DefineConstants>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions NotionSharp/NotionSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Polly" Version="8.2.0" />
<PackageReference Include="Softlion.FluentRest" Version="1.0.6" />
<PackageReference Include="Polly" Version="8.2.1" />
<PackageReference Include="Softlion.FluentRest" Version="1.0.7" />
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit ee1e30b

Please sign in to comment.