|
1 | 1 | { |
2 | | - "version": "3.7.50926", |
| 2 | + "version": "3.8.0", |
3 | 3 | "title": "NetTelegramBotApi", |
4 | 4 | "description": "Telegram Bot API library", |
5 | | - "authors": [ "Dmitry Popov" ], |
6 | | - "tags": [ "telegram", "bot", "api" ], |
7 | | - "projectUrl": "https://github.com/justdmitry/NetTelegramBotApi", |
8 | | - "iconUrl": "https://raw.githubusercontent.com/justdmitry/NetTelegramBotApi/master/package-icon.gif", |
9 | | - "copyright": "Copyright © Dmitry Popov, 2015", |
10 | | - "releaseNotes": "New! Support files download (sent by users)! Also, proxy support included. Other API changes implemented too.", |
| 5 | + |
| 6 | + "packOptions": { |
| 7 | + "summary": "Telegram Bot API library", |
| 8 | + "owners": [ "Dmitry Popov" ], |
| 9 | + "tags": [ "telegram", "bot", "api" ], |
| 10 | + "projectUrl": "https://github.com/justdmitry/NetTelegramBotApi", |
| 11 | + "iconUrl": "https://raw.githubusercontent.com/justdmitry/NetTelegramBotApi/master/package-icon.gif", |
| 12 | + "copyright": "Copyright © Dmitry Popov, 2015", |
| 13 | + "releaseNotes": "Upgrade to .NET Core RTM and netstandard1.3", |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "https://github.com/justdmitry/NetTelegramBotApi.git" |
| 17 | + } |
| 18 | + }, |
11 | 19 |
|
12 | 20 | "dependencies": { |
13 | | - "Newtonsoft.Json": "7.0.1" |
| 21 | + "Newtonsoft.Json": "9.0.1", |
| 22 | + "System.Net.Http": "4.1.0" |
14 | 23 | }, |
15 | 24 |
|
16 | 25 | "frameworks": { |
17 | | - "net45": { |
18 | | - "frameworkAssemblies": { |
19 | | - "System.Net.Http": "4.0.0" |
20 | | - } |
21 | | - }, |
22 | | - "dnx45": { |
23 | | - "frameworkAssemblies": { |
24 | | - "System.Net.Http": "4.0.0" |
25 | | - } |
26 | | - }, |
27 | | - "dnx50": { |
28 | | - "frameworkAssemblies": { |
29 | | - "System.Net.Http": "4.0.0" |
30 | | - } |
31 | | - }, |
32 | | - "dnxcore50": { |
33 | | - "dependencies": { |
34 | | - "System.Linq": "4.0.0", |
35 | | - "System.Net.Http": "4.0.0", |
36 | | - "System.Collections": "4.0.10", |
37 | | - "System.Text.RegularExpressions": "4.0.10" |
38 | | - } |
39 | | - } |
| 26 | + "netstandard1.3": {} |
40 | 27 | } |
41 | 28 | } |
0 commit comments