Skip to content

Commit

Permalink
another trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Simply007 committed Jul 21, 2022
1 parent 509e498 commit c7cc63d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Company>Kontent s.r.o.</Company>
<Product>Kontent.ai</Product>
<Description>Kontent.ai Management SDK Helpers</Description>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageIcon>../kai-logo-symbol-color-rgb.png</PackageIcon>
<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 +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="../"/>
<None Include="../README.md" Pack="true" PackagePath=""/>
<None Include="../kai-logo-symbol-color-rgb.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions Kontent.Ai.Management/Kontent.Ai.Management.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Company>Kontent s.r.o.</Company>
<Product>Kontent.ai</Product>
<Description>Kontent.ai Management SDK</Description>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageIcon>../kai-logo-symbol-color-rgb.png</PackageIcon>
<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 @@ -29,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="../kai-logo-symbol-color-rgb.png" Pack="true" PackagePath="../"/>
<None Include="../README.md" Pack="true" PackagePath=""/>
<None Include="../kai-logo-symbol-color-rgb.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit c7cc63d

Please sign in to comment.