TLSharp/TLSharp.nuspec
2016-10-29 15:02:00 +03:00

25 lines
1.1 KiB
XML

<?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>
<file src="TLSharp.Core\bin\Debug\TLSharp.Core.dll" target="lib\net45\TLSharp.Core.dll" />
</files>
</package>