Microsoft.Bot.Connector
3.15.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Bot.Connector --version 3.15.2.1
NuGet\Install-Package Microsoft.Bot.Connector -Version 3.15.2.1
<PackageReference Include="Microsoft.Bot.Connector" Version="3.15.2.1" />
paket add Microsoft.Bot.Connector --version 3.15.2.1
#r "nuget: Microsoft.Bot.Connector, 3.15.2.1"
// Install Microsoft.Bot.Connector as a Cake Addin #addin nuget:?package=Microsoft.Bot.Connector&version=3.15.2.1 // Install Microsoft.Bot.Connector as a Cake Tool #tool nuget:?package=Microsoft.Bot.Connector&version=3.15.2.1
This library implements C# classes for using the Bot Framework Connector REST API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 is compatible. netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 1.1
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 2.1.4)
- Microsoft.Rest.ClientRuntime (>= 2.3.10)
- Newtonsoft.Json (>= 9.0.1)
- System.IdentityModel.Tokens.Jwt (>= 5.1.4)
-
.NETCoreApp 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 2.1.4)
- Microsoft.Rest.ClientRuntime (>= 2.3.10)
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.6
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.IdentityModel.Logging (>= 1.1.4)
- Microsoft.IdentityModel.Protocols (>= 2.1.4)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 2.1.4)
- Microsoft.IdentityModel.Tokens (>= 5.1.4)
- Microsoft.Rest.ClientRuntime (>= 2.3.2)
- Newtonsoft.Json (>= 9.0.1)
- System.IdentityModel.Tokens.Jwt (>= 5.1.4)
-
.NETStandard 1.4
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 2.1.4)
- Microsoft.Rest.ClientRuntime (>= 2.3.10)
- Newtonsoft.Json (>= 9.0.1)
- System.IdentityModel.Tokens.Jwt (>= 5.1.4)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 2.1.4)
- Microsoft.Rest.ClientRuntime (>= 2.3.10)
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on Microsoft.Bot.Connector:
Package | Downloads |
---|---|
Microsoft.Bot.Builder
Library for building bots using Microsoft Bot Framework Connector |
|
BotAuth
This package is the base package for performing OAuth in a bot built with the Bot Framework and BotBuild libraries. It contains based classes for creating and authentication provider and handles the OAuth flow. |
|
Microsoft.Bot.Connector.AspNetCore
This library implements C# classes for using the Bot Framework Connector on top of ASP.Net Core 2.X |
|
BotAuth.AADv1
This package is a Azure AD v1 app authentication provider for using with the BotAuth package in a Bot Framework/BotBuilder Project. |
|
BotAuth.AADv2
This package is a Azure AD v2 app authentication provider for using with the BotAuth package in a Bot Framework/BotBuilder Project. |
GitHub repositories (19)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Bot.Connector:
Repository | Stars |
---|---|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
microsoft/Recognizers-Text
Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
|
|
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
|
|
microsoft/botbuilder-dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
|
|
ProfessionalCSharp/ProfessionalCSharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
|
Version | Downloads | Last updated | |
---|---|---|---|
4.22.9 | 51,217 | 9/19/2024 | |
4.22.8 | 28,057 | 9/10/2024 | |
4.22.7 | 123,589 | 6/25/2024 | |
4.22.4 | 38,445 | 5/30/2024 | |
4.22.3 | 112,759 | 4/15/2024 | |
4.22.2 | 89,385 | 2/15/2024 | |
4.22.1 | 24,275 | 2/6/2024 | |
4.22.0 | 32,985 | 1/25/2024 | |
4.21.2 | 73,324 | 11/27/2023 | |
4.21.1 | 168,524 | 10/18/2023 | |
4.21.0 | 58,783 | 9/18/2023 | |
4.20.1 | 117,010 | 7/13/2023 | |
4.20.0 | 56,702 | 6/1/2023 | |
4.19.3 | 310,220 | 3/2/2023 | |
4.19.2 | 59,174 | 2/16/2023 | |
4.19.1 | 182,921 | 1/17/2023 | |
4.19.0 | 37,121 | 1/11/2023 | |
4.18.1 | 562,396 | 10/26/2022 | |
4.17.5 | 4,468 | 11/6/2023 | |
4.17.3 | 5,810 | 7/11/2023 | |
4.17.2 | 195,609 | 9/14/2022 | |
4.17.1 | 249,024 | 8/3/2022 | |
4.17.0 | 19,281 | 8/2/2022 | |
4.16.1 | 589,577 | 5/17/2022 | |
4.16.0 | 434,507 | 4/14/2022 | |
4.15.2 | 167,923 | 2/7/2022 | |
4.15.1 | 120,612 | 12/14/2021 | |
4.15.0 | 87,442 | 11/15/2021 | |
4.14.4 | 12,155 | 11/19/2021 | |
4.14.1 | 348,533 | 7/8/2021 | |
4.14.0 | 70,249 | 7/1/2021 | |
4.13.8 | 9,699 | 11/17/2021 | |
4.13.5 | 10,940 | 9/7/2021 | |
4.13.4 | 11,025 | 7/26/2021 | |
4.13.3 | 44,301 | 6/15/2021 | |
4.13.2 | 239,729 | 5/18/2021 | |
4.13.1 | 231,348 | 4/28/2021 | |
4.13.0 | 97,795 | 4/15/2021 | |
4.12.4 | 8,827 | 11/19/2021 | |
4.12.3 | 9,344 | 6/21/2021 | |
4.12.2 | 129,245 | 3/17/2021 | |
4.12.1 | 109,062 | 3/10/2021 | |
4.12.0 | 32,982 | 3/4/2021 | |
4.11.3 | 8,977 | 11/19/2021 | |
4.11.2 | 9,535 | 6/21/2021 | |
4.11.1 | 389,700 | 11/17/2020 | |
4.11.0 | 34,335 | 11/9/2020 | |
4.10.7 | 10,205 | 11/19/2021 | |
4.10.6 | 10,440 | 6/21/2021 | |
4.10.3 | 247,967 | 9/9/2020 | |
4.10.2 | 57,509 | 8/27/2020 | |
4.10.0 | 38,079 | 8/17/2020 | |
4.9.7 | 12,630 | 11/19/2021 | |
4.9.6 | 9,017 | 6/21/2021 | |
4.9.5 | 13,514 | 11/13/2020 | |
4.9.4 | 78,940 | 7/22/2020 | |
4.9.3 | 224,993 | 6/2/2020 | |
4.9.2 | 154,470 | 5/28/2020 | |
4.9.1 | 53,137 | 5/14/2020 | |
4.9.0 | 25,979 | 5/12/2020 | |
4.8.3 | 8,425 | 6/21/2021 | |
4.8.2 | 8,570 | 11/17/2020 | |
4.8.0 | 242,579 | 3/17/2020 | |
4.7.3 | 9,287 | 11/10/2020 | |
4.7.2 | 108,718 | 1/23/2020 | |
4.7.1 | 29,984 | 1/14/2020 | |
4.7.0 | 140,324 | 12/13/2019 | |
4.6.4 | 9,368 | 12/2/2020 | |
4.6.3 | 169,343 | 11/14/2019 | |
4.6.2 | 37,436 | 11/6/2019 | |
4.6.1 | 23,636 | 11/4/2019 | |
4.6.0 | 32,250 | 10/30/2019 | |
4.5.3 | 47,088 | 10/3/2019 | |
4.5.2 | 34,263 | 9/11/2019 | |
4.5.1 | 172,458 | 7/17/2019 | |
4.5.0 | 22,542 | 7/10/2019 | |
4.4.5 | 47,955 | 6/13/2019 | |
4.4.4 | 56,482 | 5/23/2019 | |
4.4.3 | 102,916 | 5/4/2019 | |
4.3.2 | 180,130 | 3/12/2019 | |
4.3.1 | 43,708 | 3/4/2019 | |
4.2.2 | 110,397 | 1/30/2019 | |
4.2.0 | 124,639 | 12/11/2018 | |
4.1.5 | 117,171 | 11/5/2018 | |
4.1.1 | 15,799 | 10/31/2018 | |
4.0.8 | 25,581 | 10/16/2018 | |
4.0.7 | 103,500 | 9/23/2018 | |
4.0.6 | 53,942 | 9/22/2018 | |
4.0.1-preview | 38,926 | 5/4/2018 | |
4.0.0-preview | 8,101 | 5/3/2018 | |
4.0.0-alpham4.2 | 1,583 | 5/2/2018 | |
4.0.0-alpham4 | 5,926 | 4/30/2018 | |
4.0.0-alpham3.2 | 1,493 | 4/22/2018 | |
4.0.0-alpha-m3.1 | 6,820 | 4/14/2018 | |
4.0.0-alpha-m3 | 5,404 | 4/14/2018 | |
3.30.0 | 67,878 | 3/19/2020 | |
3.20.1 | 87,008 | 1/23/2019 | |
3.19.2 | 5,333 | 1/22/2019 | |
3.19.1.44133 | 44,825 | 11/26/2018 | |
3.17.0.42969 | 6,615 | 11/5/2018 | |
3.16.1.38846 | 94,167 | 9/6/2018 | |
3.16.0.38344 | 17,961 | 8/24/2018 | |
3.15.3 | 172,082 | 6/29/2018 | |
3.15.2.3 | 25,731 | 6/28/2018 | |
3.15.2.2 | 154,550 | 5/8/2018 | |
3.15.2.1 | 9,283 | 5/6/2018 | |
3.15.2 | 8,972 | 5/5/2018 | |
3.15.1 | 5,200 | 5/4/2018 | |
3.15.0 | 21,868 | 4/14/2018 | |
3.14.1.1 | 27,619 | 3/20/2018 | |
3.14.0.7 | 22,222 | 3/8/2018 | |
3.13.1 | 39,755 | 2/7/2018 | |
3.13.0.3 | 32,471 | 1/31/2018 | |
3.12.2.4 | 170,083 | 11/28/2017 | |
3.11.1 | 94,993 | 10/7/2017 |