AwesomeChatBot 1.8.7

dotnet add package AwesomeChatBot --version 1.8.7
                    
NuGet\Install-Package AwesomeChatBot -Version 1.8.7
                    
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="AwesomeChatBot" Version="1.8.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AwesomeChatBot" Version="1.8.7" />
                    
Directory.Packages.props
<PackageReference Include="AwesomeChatBot" />
                    
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 AwesomeChatBot --version 1.8.7
                    
#r "nuget: AwesomeChatBot, 1.8.7"
                    
#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 AwesomeChatBot@1.8.7
                    
#: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=AwesomeChatBot&version=1.8.7
                    
Install as a Cake Addin
#tool nuget:?package=AwesomeChatBot&version=1.8.7
                    
Install as a Cake Tool

A fully featured chat bot framework, that can be used to setup your own chatbot with ease.
Allows you to define commands for a chatbot that will work with every chat app (be it Discord, slack, ...).

Will need an api wrapper per chat app that you intend to use (for example see package AwesomeChatBot.Discord)

See project website for further docuemntation.

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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (1)

Showing the top 1 NuGet packages that depend on AwesomeChatBot:

Package Downloads
AwesomeChatBot.Discord

This package will allow your bot built with the AweomeChatBot framework to access discord. For further documentation see the project site.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.8.7 1,729 3/16/2022
1.8.6 1,230 8/8/2021
1.8.3 1,502 8/8/2021
1.8.2 1,267 7/8/2021
1.8.1 1,309 3/2/2021
1.8.0 1,281 2/28/2021
1.7.3 1,187 1/28/2021
1.7.1 1,445 9/25/2020
1.7.0 1,330 9/25/2020
1.6.4 1,240 9/24/2020
1.6.3 1,393 9/17/2020
1.6.2 1,247 9/17/2020
1.6.1 1,492 8/22/2020
1.6.0 1,537 2/24/2020
1.5.3 1,614 11/11/2019
1.5.2 1,363 9/6/2019
1.5.1 1,327 9/6/2019
1.5.0 1,782 8/31/2019
1.4.0 1,559 8/21/2019
1.3.2 1,419 6/11/2019
Loading failed

- Attempted bugfix: Don't await message handlers to keep main thread and bot responsive