Telegram.Bots.Extensions.AspNetCore
5.0.0
See the version list below for details.
dotnet add package Telegram.Bots.Extensions.AspNetCore --version 5.0.0
NuGet\Install-Package Telegram.Bots.Extensions.AspNetCore -Version 5.0.0
<PackageReference Include="Telegram.Bots.Extensions.AspNetCore" Version="5.0.0" />
paket add Telegram.Bots.Extensions.AspNetCore --version 5.0.0
#r "nuget: Telegram.Bots.Extensions.AspNetCore, 5.0.0"
// Install Telegram.Bots.Extensions.AspNetCore as a Cake Addin #addin nuget:?package=Telegram.Bots.Extensions.AspNetCore&version=5.0.0 // Install Telegram.Bots.Extensions.AspNetCore as a Cake Tool #tool nuget:?package=Telegram.Bots.Extensions.AspNetCore&version=5.0.0
Telegram.Bots.Extensions.AspNetCore
Integrate Telegram.Bots Serializer with ASP.NET Core 5.0+
Getting Started
Configuring the Serializer with ASP.NET Core
using Microsoft.Extensions.DependencyInjection;
using Telegram.Bots.Extensions.AspNetCore;
// ...
IServiceCollection services = ...
services.AddControllers()
.AddBotSerializer();
License
Telegram.Bots.Extensions.AspNetCore is an extension for Telegram.Bots.
Copyright © 2020-2021 Aman Agnihotri (amanagnihotri@pm.me)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with This program. If not, see GNU Licenses.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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. |
-
net5.0
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 5.0.7)
- Telegram.Bots (>= 5.0.0)
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 |
---|---|---|
5.9.0 | 2,055 | 11/5/2022 |
5.8.0 | 351 | 11/3/2022 |
5.7.0 | 325 | 11/2/2022 |
5.6.0 | 463 | 6/12/2022 |
5.5.0 | 418 | 6/8/2022 |
5.4.0 | 429 | 6/8/2022 |
5.3.0 | 417 | 6/8/2022 |
5.2.0 | 418 | 6/8/2022 |
5.1.0 | 444 | 9/2/2021 |
5.0.0 | 351 | 6/27/2021 |
4.0.0 | 371 | 6/26/2021 |
2.1.0 | 371 | 3/21/2021 |
2.0.0 | 356 | 1/23/2021 |
1.1.1 | 403 | 11/6/2020 |