2016-10-29 14:02:00 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
|
|
|
<metadata>
|
|
|
|
|
<id>TLSharp</id>
|
|
|
|
|
<version>0.$APPVEYOR_BUILD_VERSION$</version>
|
|
|
|
|
<title>Telegram client library implemented in C#</title>
|
|
|
|
|
<authors>Ilya P</authors>
|
|
|
|
|
<owners>Ilya P</owners>
|
|
|
|
|
<projectUrl>http://sochix.github.io/TLSharp/</projectUrl>
|
|
|
|
|
<iconUrl>https://core.telegram.org/favicon.ico</iconUrl>
|
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
|
<description>Unofficial Telegram (http://telegram.org) client library implemented in C#. Latest TL scheme supported.
|
|
|
|
|
|
|
|
|
|
Consider donation to speed up development process.
|
|
|
|
|
|
|
|
|
|
Bitcoin wallet: 3K1ocweFgaHnAibJ3n6hX7RNZWFTFcJjUe
|
|
|
|
|
|
|
|
|
|
It's a perfect fit for any developer who would like to send data directly to Telegram users or write own custom Telegram client.</description>
|
|
|
|
|
<tags>telegram client, telegram API</tags>
|
|
|
|
|
<copyright>Copyright 2016</copyright>
|
|
|
|
|
</metadata>
|
|
|
|
|
<files>
|
2016-10-29 16:13:28 +02:00
|
|
|
<file src="bin\Debug\TeleSharp.TL.dll" target="lib\net45\TeleSharp.TL.dll" />
|
2016-10-29 14:02:00 +02:00
|
|
|
</files>
|
|
|
|
|
</package>
|