Skip to content

Commit af96680

Browse files
committed
v4.0.0
1 parent 6363d00 commit af96680

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NetTelegramBotApi/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0-rc2",
2+
"version": "4.0.0",
33
"title": "NetTelegramBotApi",
44
"description": "Telegram Bot API library",
55

@@ -10,7 +10,7 @@
1010
"projectUrl": "https://github.com/justdmitry/NetTelegramBotApi",
1111
"iconUrl": "https://raw.githubusercontent.com/justdmitry/NetTelegramBotApi/master/package-icon.gif",
1212
"copyright": "Copyright © Dmitry Popov, 2015-2016",
13-
"releaseNotes": "Bot API 2.3 (November 21, 2016) implemented",
13+
"releaseNotes": "See https://github.com/justdmitry/NetTelegramBotApi/releases/tag/v4.0.0",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/justdmitry/NetTelegramBotApi.git"

TelegramBotDemo-vNext/project.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@
22022202
"lib/netstandard1.3/_._": {}
22032203
}
22042204
},
2205-
"NetTelegramBotApi/4.0.0-rc1": {
2205+
"NetTelegramBotApi/4.0.0": {
22062206
"type": "project",
22072207
"framework": ".NETStandard,Version=v1.3",
22082208
"dependencies": {
@@ -7001,7 +7001,7 @@
70017001
"ref/xamarinwatchos10/_._"
70027002
]
70037003
},
7004-
"NetTelegramBotApi/4.0.0-rc1": {
7004+
"NetTelegramBotApi/4.0.0": {
70057005
"type": "project",
70067006
"path": "../NetTelegramBotApi/project.json",
70077007
"msbuildProject": "../NetTelegramBotApi/NetTelegramBotApi.xproj"

0 commit comments

Comments
 (0)