mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 14:37:04 +00:00
Moved nuspec to a proper place
This commit is contained in:
parent
d6ecbd6653
commit
46694e2406
1 changed files with 0 additions and 0 deletions
28
TLSharp.Core/TLSharp.Core.nuspec
Normal file
28
TLSharp.Core/TLSharp.Core.nuspec
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?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="TeleSharp.TL\bin\Debug\BigMath.dll" target="lib\net45\BigMath.dll" />
|
||||
<file src="TLSharp.Core\bin\Debug\Ionic.ZLib.dll" target="lib\net45\Ionic.ZLib.dll" />
|
||||
<file src="TeleSharp.TL\bin\Debug\TeleSharp.TL.dll" target="lib\net45\TeleSharp.TL.dll" />
|
||||
<file src="TLSharp.Core\bin\Debug\TLSharp.Core.dll" target="lib\net45\TLSharp.Core.dll" />
|
||||
</files>
|
||||
</package>
|
||||
Loading…
Add table
Add a link
Reference in a new issue