DisCatSharp.Interactivity 10.7.0-nightly-077

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

DisCatSharp Interactivity Extension

Unleash the full power of discord commands.

Documentation: https://docs.dcs.aitsys.dev/articles/modules/interactivity.html

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

Showing the top 2 NuGet packages that depend on DisCatSharp.Interactivity:

Package Downloads
DisCatSharp.Extensions.TwoFactorCommands

DisCatSharp.Extensions.TwoFactorCommands Extension allowing to require two factor authentication for commands.

Doorfail.DisCatSharp.Utils

DisCatSharp extensions and utilities for my projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.7.1-nightly-005 34 4/2/2026
10.7.1-nightly-004 30 4/2/2026
10.7.1-nightly-003 92 3/29/2026
10.7.1-nightly-002 83 3/29/2026
10.7.1-nightly-001 127 3/26/2026
10.7.0 312 3/20/2026
10.7.0-nightly-079 97 3/20/2026
10.7.0-nightly-078 94 3/20/2026
10.7.0-nightly-077 90 3/20/2026
10.7.0-nightly-076 96 3/19/2026
10.7.0-nightly-075 112 3/16/2026
10.7.0-nightly-074 116 3/15/2026
10.7.0-nightly-073 113 3/15/2026
10.7.0-nightly-072 153 3/12/2026
10.7.0-nightly-071 114 3/9/2026
10.7.0-nightly-070 110 3/8/2026
10.7.0-nightly-069 114 3/7/2026
10.7.0-nightly-068 262 3/1/2026
10.7.0-nightly-067 128 2/26/2026
10.7.0-nightly-066 124 2/12/2026
Loading failed

DisCatSharp Release Notes

- Full support for Components V2
- Stability Improvements
- Build-in Statistics
- Support for .NET 10
- Improvements for OAuth2 operations
- Support for Lavalink 4.2.0 which supports [DAVE](https://daveprotocol.com/), Discord's new E2EE voice protocol
- New `DisCatSharp.Voice` and `DisCatSharp.Voice.Natives` packages with Discord voice send/receive and DAVE support

   Breaking

   - **DiscordAttachment**: Renamed `MediaType` to `ContentType` to align with Discord's API.
   - **DiscordTextComponent**: Switched the position of `customId` and `label` because of nullability.
   - **Application Commands**: Removed `dmPermission` fields, causing DisCatSharp to do weird bulk-updates. Use `allowedContexts` instead.
   - **LavalinkGuildPlayer**: `RemoveQueue` renamed to [`RemoveFromQueue`]((xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.RemoveFromQueue*)).
   - **Url fields**: Any `Url` fields on objects like `DiscordAttachment`, `DiscordEmbed`, etc., are now of type [`DiscordUri`](xref:DisCatSharp.Entities.DiscordUri) instead of `string`. Use `.ToUri()` to get a `Uri` object or use `.ToString()`.
   - We updated some namespaces in DisCatSharp.Interactivity. You might need to update your imports for some entities and enums.
   - DisCatSharp.VoiceNext and DisCatSharp.VoiceNext.Natives were removed and replaced by DisCatSharp.Voice and DisCatSharp.Voice.Natives.


DisCatSharp.Attributes Release Notes

   - None


DisCatSharp.ApplicationCommands Release Notes

   - Some optimizations


DisCatSharp.CommandsNext Release Notes

   - None

DisCatSharp.Interactivity Release Notes

   - None

DisCatSharp.Common Release Notes

   - None


DisCatSharp.Lavalink Release Notes

   - New queue system. See https://docs.dcs.aitsys.dev/articles/modules/audio/lavalink_v4/queue
   - Support for LavaLyrics plugin


DisCatSharp.Voice Release Notes

   - Replaced the old package `DisCatSharp.VoiceNext`
   - Full Discord voice send/receive support
   - DAVE support via `libdave`
   - New native runtime package: `DisCatSharp.Voice.Natives`


DisCatSharp.Experimental Release Notes

   - GCP Attachments
   - Guild Member Search powered by elasticsearch


DisCatSharp.Configuration Release Notes

   - None


DisCatSharp.Hosting Release Notes

   - None


DisCatSharp.Hosting.DependencyInjection Release Notes

   - None