TelegramBotFramework 0.7.1

.NET 6.0
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. 
Compatible target framework(s)
Additional computed target framework(s)
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 2,846 1/8/2022
0.7.0 269 12/13/2021
0.6.5.2 275 11/22/2021
0.6.5.1 781 11/19/2021
0.6.5 341 11/19/2021
0.6.3 375 11/19/2021
0.6.2 423 8/16/2021
0.6.1 459 5/24/2021
0.6.0 348 5/23/2021
0.5.11-pre 358 11/17/2020
0.5.2 572 11/25/2020
0.5.1-pre 248 11/17/2020
0.4.67 563 9/1/2020
0.4.66 461 8/27/2020
0.4.65 442 8/27/2020
0.4.64 437 8/27/2020
0.4.63 461 8/27/2020
0.4.62 450 8/27/2020
0.4.61 469 8/27/2020
0.4.60 505 8/27/2020
0.4.59 440 8/27/2020
0.4.58 435 8/27/2020
0.4.57 427 8/27/2020
0.4.56 453 8/27/2020
0.4.55 449 8/27/2020
0.4.53 487 8/27/2020
0.4.52 487 8/13/2020
0.4.51 469 8/11/2020
0.4.4 478 8/11/2020
0.4.3 491 8/11/2020
0.4.2 514 8/11/2020
0.4.1 536 5/4/2020
0.4.0 492 5/4/2020
0.3.9 536 4/30/2020
0.3.8 539 4/29/2020
0.3.7 581 4/16/2020
0.3.6 531 3/16/2020
0.3.5 600 2/21/2020
0.3.4 540 2/21/2020
0.3.3 578 2/21/2020
0.3.2 510 2/21/2020
0.3.1 549 2/15/2020
0.3.0 588 12/16/2019
0.2.9 597 12/13/2019
0.2.8 545 12/13/2019
0.2.7 585 12/13/2019
0.2.6 521 12/13/2019
0.2.5 542 12/12/2019
0.2.4 725 11/27/2019
0.2.3 616 10/17/2019
0.2.2 600 10/17/2019
0.2.1 616 10/12/2019
0.2.0 628 10/8/2019
0.1.9 646 10/3/2019
0.1.8 586 10/2/2019
0.1.7 606 10/2/2019
0.1.6 595 10/2/2019
0.1.5 588 10/2/2019
0.1.4 648 10/2/2019
0.1.3 672 9/30/2019
0.1.2 589 9/21/2019
0.1.1 628 9/6/2019
0.1.0 860 7/12/2019
0.0.9 661 7/2/2019
0.0.8 706 5/14/2019
0.0.7 696 4/19/2019
0.0.6 698 4/19/2019
0.0.5 674 4/8/2019
0.0.4 711 3/28/2019
0.0.3 697 3/28/2019
0.0.2 672 3/27/2019
0.0.1 676 3/26/2019

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