Microsoft.Bot.Connector 4.23.0

Prefix Reserved
dotnet add package Microsoft.Bot.Connector --version 4.23.0
                    
NuGet\Install-Package Microsoft.Bot.Connector -Version 4.23.0
                    
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="Microsoft.Bot.Connector" Version="4.23.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Bot.Connector" Version="4.23.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Bot.Connector" />
                    
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 Microsoft.Bot.Connector --version 4.23.0
                    
#r "nuget: Microsoft.Bot.Connector, 4.23.0"
                    
#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.
#:package Microsoft.Bot.Connector@4.23.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Bot.Connector&version=4.23.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Bot.Connector&version=4.23.0
                    
Install as a Cake Tool

This library implements C# classes for using the Bot Framework Connector REST API.

Product 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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 (18)

Showing the top 18 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/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
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/teams-ai
SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
ProfessionalCSharp/ProfessionalCSharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
mastreeno/Merp
An event based Micro ERP
microsoft/BotFramework-BlogSamples
Welcome to the Bot Framework samples repository. Here you will find sample bots that take advantage of Bot Framework capabilities.
BotBuilderCommunity/botbuilder-community-dotnet
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
OfficeDev/BotBuilder-MicrosoftTeams
Microsoft Bot Builder extension library for developing bots for Microsoft Teams
microsoft/app-innovation-workshop
Hands-on workshop designed to help you learn Azure, Mobile & AI
OfficeDev/microsoft-teams-apps-icebreaker
Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
microsoft/BotBuilder-CognitiveServices
The Microsoft Cognitive Services controls for Microsoft Bot Builder
OfficeDev/microsoft-teams-apps-faqplus
FAQ Plus is a friendly Q&A bot that brings a human in the loop when it is unable to help with an answer from the knowledge base.
solliancenet/tech-immersion-data-ai
tompaana/intermediator-bot-sample
A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.
Azure/azure-sdk-tools
Tools repository leveraged by the Azure SDK team.
Daniel-Krzyczkowski/MicrosoftAzure
Microsoft Azure code samples.
Version Downloads Last Updated
4.23.0 193,987 1/23/2025
4.22.9 291,061 9/19/2024
4.22.8 43,750 9/10/2024
4.22.7 248,131 6/25/2024
4.22.4 53,920 5/30/2024
4.22.3 252,763 4/15/2024
4.22.2 117,106 2/15/2024
4.22.1 41,924 2/6/2024
4.22.0 52,157 1/25/2024
4.21.2 115,728 11/27/2023
4.21.1 198,285 10/18/2023
4.21.0 72,942 9/18/2023
4.20.1 130,049 7/13/2023
4.20.0 66,177 6/1/2023
4.19.3 332,649 3/2/2023
4.19.2 66,554 2/16/2023
4.19.1 201,935 1/17/2023
4.19.0 47,373 1/11/2023
4.18.1 649,445 10/26/2022
4.17.5 4,848 11/6/2023
4.17.3 5,958 7/11/2023
4.17.2 202,267 9/14/2022
4.17.1 333,299 8/3/2022
4.17.0 21,130 8/2/2022
4.16.1 612,758 5/17/2022
4.16.0 445,563 4/14/2022
4.15.2 175,465 2/7/2022
4.15.1 122,736 12/14/2021
4.15.0 90,576 11/15/2021
4.14.4 13,762 11/19/2021
4.14.1 382,464 7/8/2021
4.14.0 73,452 7/1/2021
4.13.8 10,038 11/17/2021
4.13.5 11,098 9/7/2021
4.13.4 11,165 7/26/2021
4.13.3 44,681 6/15/2021
4.13.2 263,575 5/18/2021
4.13.1 255,717 4/28/2021
4.13.0 101,562 4/15/2021
4.12.4 8,993 11/19/2021
4.12.3 9,487 6/21/2021
4.12.2 133,416 3/17/2021
4.12.1 114,671 3/10/2021
4.12.0 34,834 3/4/2021
4.11.3 9,199 11/19/2021
4.11.2 9,682 6/21/2021
4.11.1 403,964 11/17/2020
4.11.0 34,666 11/9/2020
4.10.7 10,508 11/19/2021
4.10.6 10,609 6/21/2021
4.10.3 251,790 9/9/2020
4.10.2 65,516 8/27/2020 4.10.2 has at least one vulnerability with high severity.
4.10.0 39,290 8/17/2020 4.10.0 has at least one vulnerability with high severity.
4.9.7 13,738 11/19/2021
4.9.6 9,151 6/21/2021
4.9.5 14,438 11/13/2020
4.9.4 79,824 7/22/2020 4.9.4 has at least one vulnerability with high severity.
4.9.3 237,000 6/2/2020 4.9.3 has at least one vulnerability with high severity.
4.9.2 155,907 5/28/2020 4.9.2 has at least one vulnerability with high severity.
4.9.1 56,273 5/14/2020 4.9.1 has at least one vulnerability with high severity.
4.9.0 26,899 5/12/2020 4.9.0 has at least one vulnerability with high severity.
4.8.3 8,619 6/21/2021
4.8.2 8,775 11/17/2020
4.8.0 249,852 3/17/2020 4.8.0 has at least one vulnerability with high severity.
4.7.3 9,489 11/10/2020
4.7.2 112,725 1/23/2020 4.7.2 has at least one vulnerability with high severity.
4.7.1 31,320 1/14/2020 4.7.1 has at least one vulnerability with high severity.
4.7.0 143,122 12/13/2019 4.7.0 has at least one vulnerability with high severity.
4.6.4 9,753 12/2/2020
4.6.3 170,760 11/14/2019 4.6.3 has at least one vulnerability with high severity.
4.6.2 39,544 11/6/2019 4.6.2 has at least one vulnerability with high severity.
4.6.1 25,413 11/4/2019 4.6.1 has at least one vulnerability with high severity.
4.6.0 32,546 10/30/2019 4.6.0 has at least one vulnerability with high severity.
4.5.3 47,337 10/3/2019
4.5.2 34,692 9/11/2019
4.5.1 175,004 7/17/2019
4.5.0 23,269 7/10/2019
4.4.5 48,803 6/13/2019
4.4.4 57,589 5/23/2019
4.4.3 110,044 5/4/2019
4.3.2 181,240 3/12/2019
4.3.1 44,157 3/4/2019
4.2.2 111,373 1/30/2019
4.2.0 126,546 12/11/2018
4.1.5 117,513 11/5/2018
4.1.1 15,981 10/31/2018
4.0.8 27,454 10/16/2018
4.0.7 104,040 9/23/2018
4.0.6 54,856 9/22/2018
4.0.1-preview 39,429 5/4/2018
4.0.0-preview 8,540 5/3/2018
4.0.0-alpham4.2 1,953 5/2/2018
4.0.0-alpham4 6,405 4/30/2018
4.0.0-alpham3.2 1,855 4/22/2018
4.0.0-alpha-m3.1 7,397 4/14/2018
4.0.0-alpha-m3 5,811 4/14/2018
3.30.0 73,757 3/19/2020
3.20.1 88,983 1/23/2019
3.19.2 5,497 1/22/2019
3.19.1.44133 45,544 11/26/2018
3.17.0.42969 6,822 11/5/2018
3.16.1.38846 95,038 9/6/2018
3.16.0.38344 18,396 8/24/2018
3.15.3 175,542 6/29/2018
3.15.2.3 26,210 6/28/2018
3.15.2.2 158,195 5/8/2018
3.15.2.1 9,587 5/6/2018
3.15.2 9,883 5/5/2018
3.15.1 5,583 5/4/2018
3.15.0 22,279 4/14/2018
3.14.1.1 28,082 3/20/2018
3.14.0.7 23,135 3/8/2018
3.13.1 40,285 2/7/2018
3.13.0.3 32,915 1/31/2018
3.12.2.4 174,703 11/28/2017
3.11.1 95,977 10/7/2017