File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <LangVersion >7.3</LangVersion >
6+
7+ <PackageId >Notion.Net</PackageId >
8+ <Authors >Vedant Koditkar</Authors >
9+ <Description >A Notion API dotnet client</Description >
10+ <RepositoryUrl >https://github.com/notion-dotnet/notion-sdk-net</RepositoryUrl >
11+ <PackageTags >notion;client;api;json;sdk;notion.net</PackageTags >
12+ <PackageIcon >notion-logo.png</PackageIcon >
13+ <PackageLicenseFile >LICENSE.md</PackageLicenseFile >
614 </PropertyGroup >
715
816 <ItemGroup >
917 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
1018 </ItemGroup >
1119
20+ <ItemGroup >
21+ <None Include =" ..\..\assets\notion-logo.png" >
22+ <Pack >True</Pack >
23+ <PackagePath ></PackagePath >
24+ </None >
25+ <None Include =" ..\..\LICENSE.md" >
26+ <Pack >True</Pack >
27+ <PackagePath ></PackagePath >
28+ </None >
29+ </ItemGroup >
30+
1231</Project >
You can’t perform that action at this time.
0 commit comments