mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-24 09:30:54 +01:00
Added nuspec
This commit is contained in:
parent
b06f8a8e11
commit
f1ea21c5b6
25
TLSharp.nuspec
Normal file
25
TLSharp.nuspec
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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>
|
||||
Loading…
Reference in a new issue