Skip to content

Commit

Permalink
feat: generate doc file and disable warns (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovchik authored Feb 5, 2024
1 parent 3dd63db commit 4bda45e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Sinch/Sinch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageTags>sinch,sms,numbers,verification,messaging,voice</PackageTags>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4bda45e

Please sign in to comment.