diff --git a/TelegramBaseTest/TelegramBaseTest.csproj b/TelegramBaseTest/TelegramBaseTest.csproj
index f5cf6ea..2f4069c 100644
--- a/TelegramBaseTest/TelegramBaseTest.csproj
+++ b/TelegramBaseTest/TelegramBaseTest.csproj
@@ -1,18 +1,10 @@
-
-
-
+
+
- Debug
- AnyCPU
- {5817184C-0D59-4924-AC6C-6B943967811C}
Exe
- Properties
- TelegramBaseTest
- TelegramBaseTest
- v4.7.2
- 512
- true
-
+ netcoreapp3.0;net461
+ false
+ Debug;Release
AnyCPU
@@ -33,77 +25,9 @@
prompt
4
-
- bin\Release Net45\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
- true
-
+
-
- ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll
-
-
-
-
-
-
-
-
-
-
-
- ..\packages\Telegram.Bot.14.12.0\lib\net45\Telegram.Bot.dll
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Designer
-
-
- Designer
-
-
-
-
- {a61eda27-cfdf-4bcb-b2d6-184f94904f2d}
- TelegramBotBase
-
-
-
-
-
-
\ No newline at end of file
+
+
diff --git a/TelegramBotBase/Properties/AssemblyInfo.cs b/TelegramBotBase/Properties/AssemblyInfo.cs
index 423f700..6c8be64 100644
--- a/TelegramBotBase/Properties/AssemblyInfo.cs
+++ b/TelegramBotBase/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.5.2.0")]
-[assembly: AssemblyFileVersion("1.5.2.0")]
+[assembly: AssemblyVersion("2.0.0.0")]
+[assembly: AssemblyFileVersion("2.0.0.0")]
diff --git a/TelegramBotBase/TelegramBotBase.csproj b/TelegramBotBase/TelegramBotBase.csproj
index abc7674..3aa90cd 100644
--- a/TelegramBotBase/TelegramBotBase.csproj
+++ b/TelegramBotBase/TelegramBotBase.csproj
@@ -1,18 +1,16 @@
-
-
-
+
+
- Debug
- AnyCPU
- {A61EDA27-CFDF-4BCB-B2D6-184F94904F2D}
- Library
- Properties
- TelegramBotBase
- TelegramBotBase
- v4.7.2
- 512
-
+ netstandard2.0;net461
+ false
+ true
+ false
+ https://github.com/MajMcCloud/TelegramBotFramework
+ https://github.com/MajMcCloud/TelegramBotFramework
+ - moving from .Net Framework 4.7.2 to .Net Standard 2.1 for the Library and .Net Core 3.0 for the test project!
+ Debug;Release;
+
true
full
@@ -22,6 +20,7 @@
prompt
4
+
pdbonly
true
@@ -31,96 +30,43 @@
4
bin\Release\TelegramBotBase.xml
-
+
+
+
+
pdbonly
true
- bin\Release\net45\
+ bin\Release\
TRACE
prompt
4
- v4.5.1
- bin\Release\net45\TelegramBotBase.xml
-
-
- true
+ bin\Release\TelegramBotBase.xml
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
- 12.0.2
-
-
- 4.3.0
-
-
- 15.0.0
-
+
+
+
-
-
-
\ No newline at end of file
+
+
diff --git a/TelegramBotBase/TelegramBotBase.nuspec b/TelegramBotBase/TelegramBotBase.nuspec
index ecece01..cd83738 100644
--- a/TelegramBotBase/TelegramBotBase.nuspec
+++ b/TelegramBotBase/TelegramBotBase.nuspec
@@ -10,12 +10,15 @@
https://github.com/MajMcCloud/TelegramBotFramework
false
$description$
- First release on nuget for easier use.
+ This is a context based application framework for the C# TelegramBot library.
Copyright 2019
Telegram Bot Framework C# Addon Context Modules
+
+
\ No newline at end of file
diff --git a/TelegramBotFramework.sln b/TelegramBotFramework.sln
index 4470ccb..fb23ff8 100644
--- a/TelegramBotFramework.sln
+++ b/TelegramBotFramework.sln
@@ -1,40 +1,11 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
-VisualStudioVersion = 16.0.29025.244
+VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramBaseTest", "TelegramBaseTest\TelegramBaseTest.csproj", "{5817184C-0D59-4924-AC6C-6B943967811C}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelegramBotBase", "TelegramBotBase\TelegramBotBase.csproj", "{0BD16FB9-7ED4-4CCB-83EB-5CEE538E1B6C}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramBotBase", "TelegramBotBase\TelegramBotBase.csproj", "{A61EDA27-CFDF-4BCB-B2D6-184F94904F2D}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9AE1280-C1F3-4960-9D3D-D4F25142E838}"
- ProjectSection(SolutionItems) = preProject
- 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\buttongrid.gif = images\buttongrid.gif
- 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
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelegramBaseTest", "TelegramBaseTest\TelegramBaseTest.csproj", "{9BBFA9F7-64A7-4D7D-86FC-812E6D7578B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -42,22 +13,19 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5817184C-0D59-4924-AC6C-6B943967811C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5817184C-0D59-4924-AC6C-6B943967811C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5817184C-0D59-4924-AC6C-6B943967811C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5817184C-0D59-4924-AC6C-6B943967811C}.Release|Any CPU.Build.0 = Release|Any CPU
- {A61EDA27-CFDF-4BCB-B2D6-184F94904F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A61EDA27-CFDF-4BCB-B2D6-184F94904F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A61EDA27-CFDF-4BCB-B2D6-184F94904F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A61EDA27-CFDF-4BCB-B2D6-184F94904F2D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {0BD16FB9-7ED4-4CCB-83EB-5CEE538E1B6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0BD16FB9-7ED4-4CCB-83EB-5CEE538E1B6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0BD16FB9-7ED4-4CCB-83EB-5CEE538E1B6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0BD16FB9-7ED4-4CCB-83EB-5CEE538E1B6C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9BBFA9F7-64A7-4D7D-86FC-812E6D7578B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9BBFA9F7-64A7-4D7D-86FC-812E6D7578B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9BBFA9F7-64A7-4D7D-86FC-812E6D7578B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9BBFA9F7-64A7-4D7D-86FC-812E6D7578B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
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}
+ SolutionGuid = {59CB40E1-9FA7-4867-A56F-4F418286F057}
EndGlobalSection
EndGlobal