updated ci version

This commit is contained in:
Wizou 2021-10-12 02:07:54 +02:00
parent f296e6b36d
commit 37ce6524e9
2 changed files with 3 additions and 3 deletions

2
.github/ci.yml vendored
View file

@ -2,7 +2,7 @@ pr: none
trigger:
- master
name: 1.0.1-ci.$(Rev:r)
name: 1.0.2-ci.$(Rev:r)
pool:
vmImage: ubuntu-latest

View file

@ -12,11 +12,11 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageId>WTelegramClient</PackageId>
<Description>Telegram client library written 100% in C# and .NET Standard</Description>
<Description>Telegram client library written 100% in C# and .NET Standard | Latest MTProto &amp; API layer version</Description>
<Authors>Wizou</Authors>
<Copyright>Copyright © Olivier Marcoux 2021</Copyright>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>Telegram;Client;Api;UserBot;MTProto</PackageTags>
<PackageTags>Telegram;Client;Api;UserBot;MTProto;TLSharp;OpenTl</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/wiz0u/WTelegramClient</PackageProjectUrl>
<RepositoryUrl>https://github.com/wiz0u/WTelegramClient.git</RepositoryUrl>