TelegramBotFramework 0.7.1

dotnet add package TelegramBotFramework --version 0.7.1                
NuGet\Install-Package TelegramBotFramework -Version 0.7.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TelegramBotFramework" Version="0.7.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TelegramBotFramework --version 0.7.1                
#r "nuget: TelegramBotFramework, 0.7.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TelegramBotFramework as a Cake Addin
#addin nuget:?package=TelegramBotFramework&version=0.7.1

// Install TelegramBotFramework as a Cake Tool
#tool nuget:?package=TelegramBotFramework&version=0.7.1                

Simple miniframework for easily building Telegram chat bots using modular system.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.1 4,509 1/8/2022
0.7.0 383 12/13/2021
0.6.5.2 392 11/22/2021
0.6.5.1 873 11/19/2021
0.6.5 447 11/19/2021
0.6.3 478 11/19/2021
0.6.2 528 8/16/2021
0.6.1 584 5/24/2021
0.6.0 453 5/23/2021
0.5.11-pre 407 11/17/2020
0.5.2 694 11/25/2020
0.5.1-pre 306 11/17/2020
0.4.67 657 9/1/2020
0.4.66 574 8/27/2020
0.4.65 563 8/27/2020
0.4.64 529 8/27/2020
0.4.63 548 8/27/2020
0.4.62 549 8/27/2020
0.4.61 574 8/27/2020
0.4.60 626 8/27/2020
0.4.59 510 8/27/2020
0.4.58 527 8/27/2020
0.4.57 553 8/27/2020
0.4.56 581 8/27/2020
0.4.55 554 8/27/2020
0.4.53 576 8/27/2020
0.4.52 567 8/13/2020
0.4.51 547 8/11/2020
0.4.4 613 8/11/2020
0.4.3 599 8/11/2020
0.4.2 628 8/11/2020
0.4.1 668 5/4/2020
0.4.0 586 5/4/2020
0.3.9 632 4/30/2020
0.3.8 628 4/29/2020
0.3.7 647 4/16/2020
0.3.6 628 3/16/2020
0.3.5 700 2/21/2020
0.3.4 641 2/21/2020
0.3.3 676 2/21/2020
0.3.2 614 2/21/2020
0.3.1 657 2/15/2020
0.3.0 696 12/16/2019
0.2.9 695 12/13/2019
0.2.8 655 12/13/2019
0.2.7 686 12/13/2019
0.2.6 629 12/13/2019
0.2.5 647 12/12/2019
0.2.4 841 11/27/2019
0.2.3 740 10/17/2019
0.2.2 703 10/17/2019
0.2.1 711 10/12/2019
0.2.0 731 10/8/2019
0.1.9 773 10/3/2019
0.1.8 708 10/2/2019
0.1.7 714 10/2/2019
0.1.6 696 10/2/2019
0.1.5 692 10/2/2019
0.1.4 747 10/2/2019
0.1.3 779 9/30/2019
0.1.2 701 9/21/2019
0.1.1 735 9/6/2019
0.1.0 975 7/12/2019
0.0.9 765 7/2/2019
0.0.8 810 5/14/2019
0.0.7 794 4/19/2019
0.0.6 797 4/19/2019
0.0.5 775 4/8/2019
0.0.4 836 3/28/2019
0.0.3 797 3/28/2019
0.0.2 769 3/27/2019
0.0.1 784 3/26/2019

05/23/2021 - injected IDbContextFactory for simple CRUD module