Skip to content

Commit

Permalink
link meta information to the nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Simply007 committed Jul 21, 2022
1 parent 64eb2db commit 509e498
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 35 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<Company>Kontent s.r.o.</Company>
<Product>Kontent.ai</Product>
<Description>Kontent.ai Management SDK Helpers</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageIcon>../kai-logo-symbol-color-rgb.png</PackageIcon>
<Copyright>© 2022 Kontent s.r.o. All rights reserved.</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -27,6 +28,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Options" Version="3.1.3" />
<PackageReference Include="Microsoft.Sourcelink.Github" Version="1.0.0-*" PrivateAssets="All" />
<None Include="../README.md" Pack="true" PackagePath="../"/>
<None Include="../kai-logo-symbol-color-rgb.png" Pack="true" PackagePath="../"/>
</ItemGroup>

</Project>
7 changes: 4 additions & 3 deletions Kontent.Ai.Management/Kontent.Ai.Management.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<Company>Kontent s.r.o.</Company>
<Product>Kontent.ai</Product>
<Description>Kontent.ai Management SDK</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageIcon>../kai-logo-symbol-color-rgb.png</PackageIcon>
<Copyright>© 2022 Kontent s.r.o. All rights reserved.</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -28,8 +29,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.Sourcelink.Github" Version="1.0.0-*" PrivateAssets="All" />
<PackageReference Include="Polly" Version="7.1.1" />

<None Include="../README.md" Pack="true" PackagePath="/"/>
<None Include="../README.md" Pack="true" PackagePath="../"/>
<None Include="../kai-logo-symbol-color-rgb.png" Pack="true" PackagePath="../"/>
</ItemGroup>

</Project>
Binary file added kai-logo-symbol-color-rgb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 509e498

Please sign in to comment.