mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
Improve nuget properties
This commit is contained in:
parent
ce41af2f84
commit
0d5546bee5
3 changed files with 5 additions and 4 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<PackageId>WTelegramClient</PackageId>
|
||||
<Description>Telegram client library written 100% in C# and .NET Standard</Description>
|
||||
<Authors>Wizou</Authors>
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<NoWarn>IDE0079;1701;1702;1573;1591;0419</NoWarn>
|
||||
<NoWarn>IDE0079;0419;1573;1591</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue