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.
<PackageVersion Include="TelegramBotFramework" Version="0.7.1" />
                    
Directory.Packages.props
<PackageReference Include="TelegramBotFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=TelegramBotFramework&version=0.7.1
                    
Install as a Cake Addin
#tool nuget:?package=TelegramBotFramework&version=0.7.1
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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,642 1/8/2022
0.7.0 435 12/13/2021
0.6.5.2 439 11/22/2021
0.6.5.1 924 11/19/2021
0.6.5 495 11/19/2021
0.6.3 530 11/19/2021
0.6.2 577 8/16/2021
0.6.1 634 5/24/2021
0.6.0 507 5/23/2021
0.5.11-pre 459 11/17/2020
0.5.2 759 11/25/2020
0.5.1-pre 358 11/17/2020
0.4.67 717 9/1/2020
0.4.66 638 8/27/2020
0.4.65 622 8/27/2020
0.4.64 587 8/27/2020
0.4.63 605 8/27/2020
0.4.62 615 8/27/2020
0.4.61 634 8/27/2020
0.4.60 687 8/27/2020
0.4.59 569 8/27/2020
0.4.58 586 8/27/2020
0.4.57 613 8/27/2020
0.4.56 638 8/27/2020
0.4.55 615 8/27/2020
0.4.53 633 8/27/2020
0.4.52 624 8/13/2020
0.4.51 606 8/11/2020
0.4.4 671 8/11/2020
0.4.3 663 8/11/2020
0.4.2 685 8/11/2020
0.4.1 739 5/4/2020
0.4.0 654 5/4/2020
0.3.9 700 4/30/2020
0.3.8 696 4/29/2020
0.3.7 715 4/16/2020
0.3.6 695 3/16/2020
0.3.5 766 2/21/2020
0.3.4 707 2/21/2020
0.3.3 743 2/21/2020
0.3.2 682 2/21/2020
0.3.1 729 2/15/2020
0.3.0 765 12/16/2019
0.2.9 765 12/13/2019
0.2.8 728 12/13/2019
0.2.7 759 12/13/2019
0.2.6 697 12/13/2019
0.2.5 715 12/12/2019
0.2.4 907 11/27/2019
0.2.3 810 10/17/2019
0.2.2 775 10/17/2019
0.2.1 783 10/12/2019
0.2.0 802 10/8/2019
0.1.9 844 10/3/2019
0.1.8 780 10/2/2019
0.1.7 788 10/2/2019
0.1.6 766 10/2/2019
0.1.5 768 10/2/2019
0.1.4 817 10/2/2019
0.1.3 849 9/30/2019
0.1.2 774 9/21/2019
0.1.1 807 9/6/2019
0.1.0 1,106 7/12/2019
0.0.9 836 7/2/2019
0.0.8 882 5/14/2019
0.0.7 861 4/19/2019
0.0.6 872 4/19/2019
0.0.5 850 4/8/2019
0.0.4 929 3/28/2019
0.0.3 872 3/28/2019
0.0.2 844 3/27/2019
0.0.1 856 3/26/2019

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