diff --git a/TelegramBaseTest/TelegramBaseTest.csproj b/TelegramBaseTest/TelegramBaseTest.csproj
index 959f738..79c8b17 100644
--- a/TelegramBaseTest/TelegramBaseTest.csproj
+++ b/TelegramBaseTest/TelegramBaseTest.csproj
@@ -32,9 +32,19 @@
prompt
4
+
+ bin\Release Net45\
+ TRACE
+ true
+ pdbonly
+ AnyCPU
+ prompt
+ MinimumRecommendedRules.ruleset
+ true
+
- ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
+ ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll
@@ -45,14 +55,19 @@
-
- ..\packages\Telegram.Bot.14.10.0\lib\net45\Telegram.Bot.dll
+
+ ..\packages\Telegram.Bot.14.12.0\lib\net45\Telegram.Bot.dll
+
+
+
+
+
diff --git a/TelegramBotBase/Controls/ButtonGrid.cs b/TelegramBotBase/Controls/ButtonGrid.cs
index dc48c68..898a4da 100644
--- a/TelegramBotBase/Controls/ButtonGrid.cs
+++ b/TelegramBotBase/Controls/ButtonGrid.cs
@@ -25,19 +25,7 @@ namespace TelegramBotBase.Controls
public ButtonForm ButtonsForm { get; set; }
- public int? MessageId
- {
- get
- {
- return m_iMessageId;
- }
- set
- {
- m_iMessageId = value;
- }
- }
-
- private int? m_iMessageId = null;
+ public int? MessageId { get; set; }
///
/// Defines which type of Button Keyboard should be rendered.
diff --git a/TelegramBotBase/TelegramBotBase.csproj b/TelegramBotBase/TelegramBotBase.csproj
index 4fd1a1b..502bbb3 100644
--- a/TelegramBotBase/TelegramBotBase.csproj
+++ b/TelegramBotBase/TelegramBotBase.csproj
@@ -31,6 +31,16 @@
4
bin\Release\TelegramBotBase.xml
+
+ pdbonly
+ true
+ bin\Release\net45\
+ TRACE
+ prompt
+ 4
+ v4.5.1
+ bin\Release\net45\TelegramBotBase.xml
+
true
@@ -49,11 +59,14 @@
+
+
+
@@ -62,7 +75,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -71,20 +96,23 @@
+
+
+
- 11.0.2
+ 12.0.2
4.3.0
- 14.10.0
+ 15.0.0
diff --git a/TelegramBotFramework.sln b/TelegramBotFramework.sln
index 320955b..dbdd651 100644
--- a/TelegramBotFramework.sln
+++ b/TelegramBotFramework.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.168
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramBaseTest", "TelegramBaseTest\TelegramBaseTest.csproj", "{5817184C-0D59-4924-AC6C-6B943967811C}"
EndProject
@@ -12,6 +12,29 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{AF4C8238-A0F0-41AC-8C0A-33E143AEBFCD}"
+ ProjectSection(SolutionItems) = preProject
+ images\alertdialog.PNG = images\alertdialog.PNG
+ images\calendarpicker.gif = images\calendarpicker.gif
+ images\calendarpicker.PNG = images\calendarpicker.PNG
+ images\example1.PNG = images\example1.PNG
+ images\example2.PNG = images\example2.PNG
+ images\example3.PNG = images\example3.PNG
+ images\example4.1.PNG = images\example4.1.PNG
+ images\example4.2.PNG = images\example4.2.PNG
+ images\example4.3.PNG = images\example4.3.PNG
+ images\example4.4.PNG = images\example4.4.PNG
+ images\monthpicker1.PNG = images\monthpicker1.PNG
+ images\monthpicker2.PNG = images\monthpicker2.PNG
+ images\progressbar.PNG = images\progressbar.PNG
+ images\promptdialog.PNG = images\promptdialog.PNG
+ images\togglebutton.gif = images\togglebutton.gif
+ images\treeview1.PNG = images\treeview1.PNG
+ images\treeview2.PNG = images\treeview2.PNG
+ images\treeview3.PNG = images\treeview3.PNG
+ images\treeview4.PNG = images\treeview4.PNG
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -30,6 +53,9 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {AF4C8238-A0F0-41AC-8C0A-33E143AEBFCD} = {E9AE1280-C1F3-4960-9D3D-D4F25142E838}
+ EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4245F162-E263-45E0-A16A-ED5F411A4AFC}
EndGlobalSection