DisCatSharp.VoiceNext 10.7.0-nightly-059

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

DisCatSharp Voice Next Extension

Easy made audio player for discord bots.

Documentation: https://docs.dcs.aitsys.dev/articles/modules/audio/voicenext/prerequisites.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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.7.0-nightly-066 0 2/12/2026
10.7.0-nightly-065 68 2/11/2026
10.7.0-nightly-064 83 2/4/2026
10.7.0-nightly-063 85 1/28/2026
10.7.0-nightly-062 101 1/27/2026
10.7.0-nightly-061 94 1/27/2026
10.7.0-nightly-060 99 1/27/2026
10.7.0-nightly-059 105 1/27/2026
10.7.0-nightly-058 106 1/26/2026
10.7.0-nightly-057 109 1/22/2026
10.7.0-nightly-056 95 1/22/2026
10.7.0-nightly-055 85 1/21/2026
10.7.0-nightly-054 86 1/12/2026
10.7.0-nightly-053 88 1/6/2026
10.7.0-nightly-052 124 12/28/2025
10.7.0-nightly-051 100 12/27/2025
10.7.0-nightly-050 87 12/27/2025
10.7.0-nightly-049 137 12/20/2025
10.6.7 517 2/8/2025
Loading failed

DisCatSharp Release Notes

- Full support for Components V2
- Stability Improvements
- Build-in Statistics
- Support for .NET 10
- Improvements for OAuth2 operations

   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.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.VoiceNext Release Notes

   - Will be deprecated 2025 and replaced by DisCatSharp.Voice


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