Skip to content

Commit

Permalink
fix: add readme to csproj (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
erayaydogdu authored Nov 29, 2023
1 parent 8f2e635 commit 4e9ec78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Crowdin.Api/Crowdin.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
<PackageIconUrl>https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/crowdin/crowdin-api-client-dotnet</PackageProjectUrl>
<PackageTags>crowdin; api; client; sdk</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit 4e9ec78

Please sign in to comment.