From 4ba91803fef552f24113abe26c8e888422ac4a6c Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Wed, 13 Sep 2023 15:13:22 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd294cd..644e992 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ ## Donate +Paypal: [https://paypal.me/majmccloud](https://paypal.me/majmccloud) + Bitcoin: `1GoUJYMwAvBipQTfw2FKydAz12J8RDyeJs` / `bc1qqwlp0p5ley29lsu6jhe0qv7s7963kfc7d0m53d` Etherium: `0xAf3835104c2C3E5b3e721FA2c7365955e87DB931` @@ -1069,4 +1071,4 @@ Having already a web application and want to add a TelegramBot side-by-side with Want to use Inline- and ReplyMarkup at the same time ? Here is an example how you can do that: -- [Examples/InlineAndReplyCombination](Examples/InlineAndReplyCombination) \ No newline at end of file +- [Examples/InlineAndReplyCombination](Examples/InlineAndReplyCombination) From d1089fe7162e9d72258c089c8fe3b5889eacd801 Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Sat, 16 Sep 2023 17:11:21 +0200 Subject: [PATCH 2/3] editing Label example project --- TelegramBotBase.Test/Tests/Controls/LabelForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TelegramBotBase.Test/Tests/Controls/LabelForm.cs b/TelegramBotBase.Test/Tests/Controls/LabelForm.cs index 577a4cd..fe1ba7f 100644 --- a/TelegramBotBase.Test/Tests/Controls/LabelForm.cs +++ b/TelegramBotBase.Test/Tests/Controls/LabelForm.cs @@ -11,7 +11,7 @@ namespace TelegramBotBase.Example.Tests.Controls; public class LabelForm : AutoCleanForm { - TelegramBotBase.Controls.Inline.LabelControl _label; + TelegramBotBase.Controls.Inline.Label _label; ButtonGrid _buttonGrid; @@ -27,7 +27,7 @@ public class LabelForm : AutoCleanForm private Task LabelForm_Init(object sender, InitEventArgs e) { //The "label" control - _label = new LabelControl("My test label"); + _label = new Label("My test label"); AddControl(_label); From 788f935c023f1bc1459c48f92746b965c1c37f68 Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Sat, 16 Sep 2023 17:11:40 +0200 Subject: [PATCH 3/3] Add latest nuget package instead of local project to extensions --- .../TelegramBotBase.Extensions.Images.csproj | 5 +---- ...gramBotBase.Extensions.Serializer.Database.MSSQL.csproj | 7 ++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/TelegramBotBase.Extensions.Images/TelegramBotBase.Extensions.Images.csproj b/TelegramBotBase.Extensions.Images/TelegramBotBase.Extensions.Images.csproj index 6862517..c181fa8 100644 --- a/TelegramBotBase.Extensions.Images/TelegramBotBase.Extensions.Images.csproj +++ b/TelegramBotBase.Extensions.Images/TelegramBotBase.Extensions.Images.csproj @@ -15,10 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + diff --git a/TelegramBotBase.Extensions.Serializer.Database.MSSQL/TelegramBotBase.Extensions.Serializer.Database.MSSQL.csproj b/TelegramBotBase.Extensions.Serializer.Database.MSSQL/TelegramBotBase.Extensions.Serializer.Database.MSSQL.csproj index 70f9f3b..4d2c765 100644 --- a/TelegramBotBase.Extensions.Serializer.Database.MSSQL/TelegramBotBase.Extensions.Serializer.Database.MSSQL.csproj +++ b/TelegramBotBase.Extensions.Serializer.Database.MSSQL/TelegramBotBase.Extensions.Serializer.Database.MSSQL.csproj @@ -16,15 +16,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - +