Skip to content

Commit 41469d0

Browse files
add nuget package metadata
1 parent 173a8a9 commit 41469d0

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
File renamed without changes.

Src/Notion.Client/Notion.Client.csproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,29 @@
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>

assets/notion-logo.png

9.12 KB
Loading

0 commit comments

Comments
 (0)