DisCatSharp.Hosting 10.6.0-nightly-005

Prefix Reserved
This is a prerelease version of DisCatSharp.Hosting.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DisCatSharp.Hosting --version 10.6.0-nightly-005
                    
NuGet\Install-Package DisCatSharp.Hosting -Version 10.6.0-nightly-005
                    
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="DisCatSharp.Hosting" Version="10.6.0-nightly-005" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DisCatSharp.Hosting" Version="10.6.0-nightly-005" />
                    
Directory.Packages.props
<PackageReference Include="DisCatSharp.Hosting" />
                    
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 DisCatSharp.Hosting --version 10.6.0-nightly-005
                    
#r "nuget: DisCatSharp.Hosting, 10.6.0-nightly-005"
                    
#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 DisCatSharp.Hosting@10.6.0-nightly-005
                    
#: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=DisCatSharp.Hosting&version=10.6.0-nightly-005&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DisCatSharp.Hosting&version=10.6.0-nightly-005&prerelease
                    
Install as a Cake Tool

Hosting Extension for DisCatSharp.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on DisCatSharp.Hosting:

Package Downloads
DisCatSharp.Hosting.DependencyInjection

Dependency Injection for the DisCatSharp Hosting Extension.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.7.0-nightly-066 36 2/12/2026
10.7.0-nightly-065 44 2/11/2026
10.7.0-nightly-064 103 2/4/2026
10.7.0-nightly-063 101 1/28/2026
10.7.0-nightly-062 95 1/27/2026
10.7.0-nightly-061 95 1/27/2026
10.7.0-nightly-060 96 1/27/2026
10.7.0-nightly-059 97 1/27/2026
10.7.0-nightly-058 103 1/26/2026
10.7.0-nightly-057 111 1/22/2026
10.7.0-nightly-056 107 1/22/2026
10.7.0-nightly-055 111 1/21/2026
10.7.0-nightly-054 113 1/12/2026
10.7.0-nightly-053 103 1/6/2026
10.7.0-nightly-052 161 12/28/2025
10.7.0-nightly-051 108 12/27/2025
10.7.0-nightly-050 106 12/27/2025
10.6.7 858 2/8/2025
10.6.0-nightly-005 279 1/4/2024
Loading failed

DisCatSharp Release Notes

Important fix:
- Apparently the built-in c# method for building uris broke. The gateway uri included never the gateway version, encoding and compression. This is fixed now!

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods

   Notable Changes
   - Full support for onboarding
   - Custom status support
   - Full support for Application Subscriptions aka. Premium Apps
   - DiscordOAuth2Client: Allows bots to request and use access tokens for the Discord API.
   - Support for default select menu values (THANKS MAISY FOR ADDING IT TO DISCORD)
   - DisCatSharp can now check for new releases on startup. Including support for extensions


DisCatSharp.Attributes Release Notes

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods

   Added new required feature enums to notate feature usage


DisCatSharp.ApplicationCommands Release Notes

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods

   Contains a rework for command registration (Kinda wacky tho with translation-enabled commands)
Fixed a major issue with application commands. Upgrade mandatory


DisCatSharp.CommandsNext Release Notes

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods


DisCatSharp.Interactivity Release Notes

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods

   Contains important bug fixes for interactions and pagination

DisCatSharp.Common Release Notes

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods

   We added all of our regexes to the Common package as GenereicRegexes


DisCatSharp.Lavalink Release Notes

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods
   - Lavalink got a complete rework for V4.
   - Visit the documentation for more information: https://docs.dcs.aitsys.dev/articles/modules/audio/lavalink_v4/intro


DisCatSharp.VoiceNext Release Notes

   Breaking changes:
   - Dropped support for .NET 6
   - Removed previously deprecated fields and methods

   Will be deprecated soon and replaced by DisCatSharp.Voice


DisCatSharp.Experimental Release Notes

   Breaking changes:
   - Dropped support for .NET 6


DisCatSharp.Configuration Release Notes

   Breaking changes:
   - Dropped support for .NET 6


DisCatSharp.Hosting Release Notes

   Breaking changes:
   - Dropped support for .NET 6


DisCatSharp.Hosting.DependencyInjection Release Notes

   Breaking changes:
   - Dropped support for .NET 6