DisCatSharp.Configuration
10.7.0-nightly-005
Prefix Reserved
See the version list below for details.
dotnet add package DisCatSharp.Configuration --version 10.7.0-nightly-005
NuGet\Install-Package DisCatSharp.Configuration -Version 10.7.0-nightly-005
<PackageReference Include="DisCatSharp.Configuration" Version="10.7.0-nightly-005" />
<PackageVersion Include="DisCatSharp.Configuration" Version="10.7.0-nightly-005" />
<PackageReference Include="DisCatSharp.Configuration" />
paket add DisCatSharp.Configuration --version 10.7.0-nightly-005
#r "nuget: DisCatSharp.Configuration, 10.7.0-nightly-005"
#:package DisCatSharp.Configuration@10.7.0-nightly-005
#addin nuget:?package=DisCatSharp.Configuration&version=10.7.0-nightly-005&prerelease
#tool nuget:?package=DisCatSharp.Configuration&version=10.7.0-nightly-005&prerelease
Configuration for the DisCatSharp Hosting Extension.
| Product | Versions 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 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. |
-
net8.0
- Backport.System.Threading.Lock (>= 3.1.4)
- DisCatSharp (>= 10.7.0-nightly-005)
- DisCatSharp.Attributes (>= 10.6.6)
- Microsoft.DependencyValidation.Analyzers (>= 0.11.0)
- Microsoft.Extensions.Configuration (>= 9.0.2)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.2)
- Microsoft.Extensions.DependencyInjection (>= 9.0.2)
- Microsoft.Extensions.Logging (>= 9.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
- Newtonsoft.Json (>= 13.0.3)
- System.Diagnostics.DiagnosticSource (>= 9.0.2)
- System.Memory (>= 4.6.0)
-
net9.0
- Backport.System.Threading.Lock (>= 3.1.4)
- DisCatSharp (>= 10.7.0-nightly-005)
- DisCatSharp.Attributes (>= 10.6.6)
- Microsoft.DependencyValidation.Analyzers (>= 0.11.0)
- Microsoft.Extensions.Configuration (>= 9.0.2)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.2)
- Microsoft.Extensions.DependencyInjection (>= 9.0.2)
- Microsoft.Extensions.Logging (>= 9.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
- Newtonsoft.Json (>= 13.0.3)
- System.Diagnostics.DiagnosticSource (>= 9.0.2)
- System.Memory (>= 4.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DisCatSharp.Configuration:
| Package | Downloads |
|---|---|
|
DisCatSharp.Hosting
Hosting Extension for DisCatSharp. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.7.1-nightly-013 | 83 | 4/21/2026 |
| 10.7.1-nightly-012 | 88 | 4/21/2026 |
| 10.7.1-nightly-011 | 103 | 4/20/2026 |
| 10.7.1-nightly-010 | 101 | 4/19/2026 |
| 10.7.1-nightly-009 | 101 | 4/19/2026 |
| 10.7.1-nightly-008 | 124 | 4/14/2026 |
| 10.7.1-nightly-007 | 112 | 4/6/2026 |
| 10.7.1-nightly-006 | 107 | 4/5/2026 |
| 10.7.1-nightly-005 | 113 | 4/2/2026 |
| 10.7.1-nightly-004 | 106 | 4/2/2026 |
| 10.7.1-nightly-003 | 119 | 3/29/2026 |
| 10.7.1-nightly-002 | 111 | 3/29/2026 |
| 10.7.1-nightly-001 | 111 | 3/26/2026 |
| 10.7.0 | 254 | 3/20/2026 |
| 10.7.0-nightly-079 | 118 | 3/20/2026 |
| 10.7.0-nightly-078 | 119 | 3/20/2026 |
| 10.7.0-nightly-077 | 135 | 3/20/2026 |
| 10.7.0-nightly-076 | 124 | 3/19/2026 |
| 10.7.0-nightly-075 | 131 | 3/16/2026 |
| 10.7.0-nightly-005 | 196 | 3/2/2025 |
DisCatSharp Release Notes
- Full support for role subscriptions
- Full support for burst reactions
- Full support for subscriptions and entitlements
- Support for join request (create, update & delete) events for clans
- Support for message forwarding
- Support for application emojis
- Fix for gateway close code handling
Breaking
- Small breaking change in `AttachmentFlags`: The flag values are now prefixed with `Is` to be in line with other flag names.
- `AddMention(IMention mention)` => `WithAllowedMention(IMention allowedMention)`
- `AddMentions(IEnumerable<IMention> mentions)` => `WithAllowedMentions(IEnumerable<IMention> allowedMentions)`
- Breaking change for `DiscordTextComponent`: `string customId = null, string label = null` was switched to `string label, string customId = null`.
- `Url` fields on DiscordXY objects are now of type `DiscordUri`. You can still use it as `Uri` arg since we added an implicit operator.
- Fixed the naming for create and delete test entitlement methods
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