Florian Zevedei
73863c4154
Adding project files
2023-09-29 18:40:56 +02:00
Florian Zevedei
e3b1a32535
Adding missing Program.cs
2023-09-29 18:40:20 +02:00
Florian Zevedei
571049eeb4
Replacing exception text with nameof litteral
2023-09-29 18:34:33 +02:00
Florian Zevedei
30222d640d
Adding full DI navigation example for testing purposes.
...
- adding internal private field into FormBase class
- adding Extension methods into DependencyInjection namespace for use
- adding 2 NavigateTo extension methods for DI using ServiceProvider
- adding example project
- adding to readme as example
2023-09-29 18:34:10 +02:00
Florian Zevedei
e6a48115a6
Adding xml comments to BotBase
2023-09-29 18:28:55 +02:00
Florian Zevedei
b278015dd4
Replacing static names in exception messages with nameof literal
2023-09-29 18:26:39 +02:00
Florian Zevedei
788f935c02
Add latest nuget package instead of local project to extensions
2023-09-16 17:11:40 +02:00
Florian Zevedei
d1089fe716
editing Label example project
2023-09-16 17:11:21 +02:00
Florian Zevedei
4ba91803fe
Update README.md
2023-09-13 15:13:22 +02:00
Florian Zevedei
30f82cd848
Updating InputFile changes
2023-09-13 14:58:21 +02:00
Florian Zevedei
edaa082e93
Renaming label control
2023-09-13 14:51:13 +02:00
Florian Zevedei
f99c8ef14c
Adding test for ArrayPromptDialog
2023-09-13 14:49:03 +02:00
Florian Zevedei
3817d01836
Removing obsolete code from ArrayPromptDialog
2023-09-13 14:48:48 +02:00
Florian Zevedei
98eba1c5f9
Adding simplified versions for BotBaseBuilder serialization options.
2023-09-12 14:40:12 +02:00
Florian Zevedei
d34df46087
Update README.md
2023-09-12 14:27:54 +02:00
Florian Zevedei
95235ea7c7
Updating Readme file and adding links to test project for controls
2023-09-12 14:26:24 +02:00
Florian Zevedei
c48ee0a295
Renaming test classes to fit *Form scheme
2023-09-12 14:25:48 +02:00
Florian Zevedei
727d9d5508
Updating project file and version number
2023-09-12 14:15:25 +02:00
Florian Zevedei
89a023e9f0
Delete packages.config
2023-09-12 14:14:58 +02:00
Florian Zevedei
243c9c82a8
Adding new simple label control and example
2023-09-12 14:14:38 +02:00
Florian Zevedei
105ac9fa5b
Updating project files
2023-09-12 14:13:17 +02:00
Florian Zevedei
809847ecd4
Fixing some compiler warnings
2023-09-12 14:11:59 +02:00
Florian Zevedei
d21a5f8937
Removing Telegram.Bot.Extensions.Polling nuget package
2023-09-10 18:03:33 +02:00
Florian Zevedei
f5b441000e
Adding Nuget reference to new version
2023-09-10 17:10:41 +02:00
Florian Zevedei
f70531dd73
Merge pull request #29 from ZavaruKitsu/development
...
QoL changes accepted.
2023-06-04 17:30:36 +02:00
Florian Zevedei
d7abe6f023
Merge branch 'development' into development
2023-06-04 17:29:28 +02:00
Florian Zevedei
34890e35ac
Merge pull request #40 from palashjhabak/development
...
Add Web App Inline Keyboard Button
2023-01-21 17:01:40 +01:00
Florian Zevedei
25019f6c46
Merge pull request #35 from alex6dj/Fix_IDisposable_implementation
...
Use Dispose pattern in FormBase IDisposable implementation
2023-01-21 16:56:21 +01:00
Florian Zevedei
0d390f30fe
Merge pull request #34 from alex6dj/development
...
Call Serialize implicitly when assigning to a string
2022-12-03 01:27:44 +01:00
Florian Zevedei
ec65d609ba
Merge pull request #33 from MajMcCloud/master
...
Updating development with latest changes
2022-11-23 13:17:37 +01:00
Florian Zevedei
355c601e17
Merge pull request #32 from MajMcCloud/development
...
Updating to 5.2
2022-11-23 13:15:35 +01:00
Florian Zevedei
561312eb87
Merge pull request #28 from ZavaruKitsu/development-readme
...
docs: better README.md
2022-10-05 16:21:58 +02:00
Florian Zevedei
ff21c86ce9
Merge pull request #27 from ZavaruKitsu/development
...
Accepted! Thanks as always!
2022-09-22 01:18:07 +02:00
Florian Zevedei
601ce32072
Merge pull request #25 from ZavaruKitsu/development
...
feat: add DI form factory
2022-08-29 18:04:59 +02:00
Florian Dahn
b32347ff4f
Merge pull request #20 from MajMcCloud/dependabot/nuget/Examples/SystemCommandsBot/Newtonsoft.Json-13.0.1
...
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Examples/SystemCommandsBot
2022-06-23 22:11:38 +02:00
Florian Dahn
0d0c2471b2
Merge pull request #22 from MajMcCloud/dependabot/nuget/TelegramBotBase.Test/Newtonsoft.Json-13.0.1
...
Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /TelegramBotBase.Test
2022-06-23 22:11:21 +02:00
Florian Dahn
7a85b2fc31
Merge pull request #21 from MajMcCloud/dependabot/nuget/Examples/AsyncFormUpdates/Newtonsoft.Json-13.0.1
...
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /Examples/AsyncFormUpdates
2022-06-23 22:10:23 +02:00
Florian Dahn
2a3d8c1b30
Update README.md
2022-05-17 02:29:43 +02:00
Florian Dahn
46cf9b9f2e
Merge pull request #19 from MajMcCloud/master
...
Update development branch.
2022-02-08 16:35:45 +01:00
Florian Dahn
3340ef7b76
Update README.md
2022-01-10 13:59:26 +01:00
Florian Dahn
211424569b
Merge pull request #18 from MajMcCloud/New-Version-v5
...
New version v5
2022-01-10 13:58:50 +01:00
Florian Dahn
4bd43de0fe
Update README.md
2021-12-22 15:40:14 +01:00
Florian Dahn
871d25b95b
Create README.md
2021-12-22 15:38:46 +01:00
Florian Dahn
b508a7e3ce
Update README.md
2021-12-20 14:16:28 +01:00
Florian Dahn
0ebba5e204
Update README.md
2021-12-20 14:15:52 +01:00
Florian Dahn
fb38d32e9e
Update README.md
2021-11-29 15:57:49 +01:00
Florian Dahn
eafb81bf7b
Merge pull request #17 from MajMcCloud/master
...
PR for master changes branch
2021-10-17 17:35:13 +02:00
Florian Dahn
5bb316d874
Merge pull request #15 from victorrar/f/update-readme
...
Fix documentation inaccuracy
Thanks !
2021-10-04 21:35:59 +02:00
Florian Dahn
9162c0894c
Merge pull request #14 from MajMcCloud/development
...
AutoCleanForm FIX
2021-10-01 18:36:24 +02:00
Florian Dahn
7004ee5963
Merge pull request #13 from MajMcCloud/development
...
Development
2021-08-13 15:33:12 +03:00
Florian Dahn
00440a50e8
Merge pull request #11 from MajMcCloud/master
...
Move Master changes to development branch
2021-07-25 05:07:31 +03:00
Florian Dahn
e88114049e
Merge pull request #8 from Xilosof/feat/QuickDeletionOfMsgs
...
Thanks for the added change. I will approve it now.
2021-07-25 02:10:30 +03:00
Florian Dahn
d6051ce607
Merge pull request #10 from MajMcCloud/development
...
Updating to TelegramBotFramework 16.0.2
2021-07-17 19:35:17 +03:00
Florian Dahn
d52fd41467
Merge pull request #9 from MajMcCloud/development
...
Development
2021-07-14 23:11:32 +03:00
Florian Dahn
8df6e4ce55
Merge pull request #7 from NTDV/master
...
CalendarPicker fixes
2021-07-14 22:35:13 +03:00
Florian Dahn
bd908db867
Merge pull request #4 from MajMcCloud/development
...
A lot of updates and fixes
2021-05-16 15:09:09 +02:00
Florian Dahn
8142b626b2
Merge pull request #3 from Xilosof/bug/ApiRequestException-handling
...
Fix handling ApiRequestException when sending a request.
2021-03-14 20:34:07 +01:00
Florian Dahn
67e82acf20
Update FUNDING.yml
2021-02-02 15:59:03 +01:00
Florian Dahn
c32fc2c3da
Update FUNDING.yml
2021-02-02 15:57:02 +01:00
Florian Dahn
4351fc7c68
Create FUNDING.yml
2021-02-02 15:56:27 +01:00
Florian Dahn
567a9f937f
Update README.md
2020-11-23 13:51:25 +01:00
Florian Dahn
7aca5a648f
Update README.md
2020-10-31 16:22:47 +01:00
Florian Dahn
08a0de8087
Update README.md
2020-09-01 19:00:11 +02:00
Florian Dahn
81eafe1219
Merge pull request #1 from JTOne123/master
...
[PR] The proj files have been updated to enable SourceLink
2020-08-09 17:25:00 +02:00
Florian Dahn
948c1368d7
Update README.md
2020-04-28 20:18:24 +02:00
Florian Dahn
de35ebb66e
Update README.md
2020-04-18 13:16:53 +02:00
Florian Dahn
6ebb96bd93
Update README.md
2020-04-15 20:20:57 +02:00
Florian Dahn
965e6e18b9
Update README.md
2020-04-10 10:24:29 +02:00
Florian Dahn
b1c518cbd3
Update README.md
2020-04-10 10:16:25 +02:00
Florian Dahn
ab0ae5cda4
Update README.md
2020-04-10 10:11:20 +02:00
Florian Dahn
9c68914e9d
Delete TelegramBotBase.2.1.0.zip
2020-03-23 13:03:59 +07:00
Florian Dahn
3fe2779b1e
Delete TelegramBotBase.2.0.0.zip
2020-03-23 13:03:51 +07:00
Florian Dahn
649b94dafe
Delete dotnetcore.yml
2019-11-28 17:17:19 +01:00
Florian Dahn
a33cf5b841
Create dotnetcore.yml
2019-11-14 22:58:50 +01:00
Florian Dahn
138fee9772
Update README.md
...
adding paypal
2019-09-17 16:33:51 +02:00
Florian Dahn
d60399514f
Update README.md
2019-09-04 15:13:42 +02:00
Florian Dahn
3a309baeae
Update README.md
2019-07-14 23:14:37 +02:00
Florian Dahn
dcf3cf804f
Update README.md
2019-07-14 23:00:06 +02:00
Florian Dahn
a42d3934b5
Update README.md
2019-07-14 22:52:59 +02:00
Florian Dahn
2126b45fed
Update README.md
2019-07-14 22:47:04 +02:00
Florian Dahn
c0e285d39e
Update README.md
2019-06-24 13:50:55 +02:00
Florian Dahn
8338c5c066
Update README.md
2019-06-24 13:49:37 +02:00
Florian Dahn
9585a231bd
Update README.md
2019-05-04 18:43:54 +02:00
Florian Dahn
c07aca96a4
Update README.md
2019-05-04 16:56:44 +02:00
Florian Dahn
01de9ec932
Update README.md
2019-05-04 16:56:25 +02:00
Florian Dahn
1491fc1795
Update README.md
2019-04-16 13:46:37 +02:00
Florian Dahn
b2db44fe4c
Update README.md
2019-03-27 14:10:43 +07:00
Florian Dahn
906177a5f9
Update README.md
2019-03-20 17:54:35 +07:00
Florian Dahn
a97305fa35
Update README.md
2019-03-20 17:48:18 +07:00
Florian Dahn
bf7f6f851a
Update README.md
2019-03-20 14:00:11 +07:00
Florian Dahn
929db3ae88
Update README.md
2019-03-20 11:18:03 +07:00
Florian Dahn
1d8b367bea
Update README.md
2019-03-18 14:40:16 +07:00
Florian Dahn
d86bef4c8e
Update README.md
2018-05-20 04:35:44 +02:00
Florian Dahn
4c080f3700
Update README.md
2018-05-20 00:01:20 +02:00
Florian Dahn
5be0e65d3b
Update README.md
2018-05-20 00:00:05 +02:00
Florian Dahn
a1b1346430
Update README.md
2018-05-19 23:58:17 +02:00
Florian Dahn
f7b71b59e2
Update README.md
2018-05-19 23:44:36 +02:00
Florian Dahn
4e23bedff1
Update README.md
2018-05-19 23:38:00 +02:00
Florian Dahn
6b0c3b07e4
Delete Bot.txt
2018-05-19 23:34:09 +02:00
Florian Dahn
f7234b47de
Create README.md
2018-05-19 23:33:21 +02:00