CloudTheWolf.DSharpPlus.Scaffolding.Shared
1.0.0.4-beta
This is a prerelease version of CloudTheWolf.DSharpPlus.Scaffolding.Shared.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CloudTheWolf.DSharpPlus.Scaffolding.Shared --version 1.0.0.4-beta
NuGet\Install-Package CloudTheWolf.DSharpPlus.Scaffolding.Shared -Version 1.0.0.4-beta
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="CloudTheWolf.DSharpPlus.Scaffolding.Shared" Version="1.0.0.4-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CloudTheWolf.DSharpPlus.Scaffolding.Shared" Version="1.0.0.4-beta" />
<PackageReference Include="CloudTheWolf.DSharpPlus.Scaffolding.Shared" />
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 CloudTheWolf.DSharpPlus.Scaffolding.Shared --version 1.0.0.4-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CloudTheWolf.DSharpPlus.Scaffolding.Shared, 1.0.0.4-beta"
#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 CloudTheWolf.DSharpPlus.Scaffolding.Shared@1.0.0.4-beta
#: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=CloudTheWolf.DSharpPlus.Scaffolding.Shared&version=1.0.0.4-beta&prerelease
#tool nuget:?package=CloudTheWolf.DSharpPlus.Scaffolding.Shared&version=1.0.0.4-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Shared Interfaces for CloudTheWolf.DSharpPlus.Scaffolding
Example Usage
public class Example : IPlugin
{
public string Name => "Example Plugin";
public string Description => "An Example Plugin to demo the system";
public int Version => '1';
public static ILogger<Logger> Logger;
public void InitPlugin(IBot bot, ILogger<Logger> logger, DiscordConfiguration discordConfiguration, IConfigurationRoot applicationConfig)
{
Logger = logger;
// Setup Module Here
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- CloudTheWolf.DSharpPlus.Scaffolding.Logging (>= 1.0.0.3)
- DSharpPlus (>= 4.2.0-nightly-01004)
- DSharpPlus.CommandsNext (>= 4.2.0-nightly-01004)
- DSharpPlus.Interactivity (>= 4.2.0-nightly-01004)
- DSharpPlus.Lavalink (>= 4.2.0-nightly-01004)
- DSharpPlus.Rest (>= 4.2.0-nightly-01004)
- DSharpPlus.VoiceNext (>= 4.2.0-nightly-01004)
- DSharpPlus.VoiceNext.Natives (>= 1.0.0)
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 |
---|---|---|
3.0.1.6-beta | 151 | 6/1/2025 |
3.0.1.5-beta | 110 | 2/9/2025 |
3.0.1.4-beta | 88 | 2/9/2025 |
3.0.1.2-beta | 80 | 2/9/2025 |
3.0.1.1-beta | 76 | 2/9/2025 |
3.0.1-beta | 78 | 2/9/2025 |
3.0.0.13-beta | 75 | 9/1/2024 |
3.0.0.12-beta | 113 | 8/3/2024 |
3.0.0.11-beta | 93 | 8/3/2024 |
3.0.0.10-beta | 96 | 8/3/2024 |
3.0.0.9-beta | 89 | 8/3/2024 |
3.0.0.8-beta | 102 | 8/1/2024 |
3.0.0.7-beta | 95 | 7/28/2024 |
3.0.0.6-beta | 103 | 7/27/2024 |
3.0.0.5-beta | 88 | 7/27/2024 |
3.0.0.4-beta | 99 | 4/12/2024 |
3.0.0.1-beta | 213 | 12/9/2023 |
2.2.0.4 | 310 | 2/4/2024 |
2.2.0.3 | 225 | 12/6/2023 |
2.2.0.2 | 185 | 12/6/2023 |
2.2.0.1 | 156 | 12/5/2023 |
2.1.1.4 | 241 | 8/5/2023 |
2.1.1.3 | 271 | 4/11/2023 |
2.1.1.2 | 307 | 2/15/2023 |
2.1.0.16 | 471 | 10/22/2022 |
2.1.0.15 | 433 | 10/22/2022 |
2.1.0.14 | 453 | 10/22/2022 |
2.1.0.13 | 426 | 10/22/2022 |
2.1.0.12 | 433 | 10/22/2022 |
2.1.0.11 | 441 | 10/22/2022 |
2.1.0.10 | 421 | 10/22/2022 |
2.1.0.9 | 444 | 10/21/2022 |
2.1.0.6 | 453 | 10/19/2022 |
2.1.0.5 | 459 | 10/19/2022 |
2.1.0.4 | 477 | 10/19/2022 |
2.1.0.2 | 464 | 10/19/2022 |
2.1.0.1 | 450 | 10/19/2022 |
2.1.0 | 468 | 8/24/2022 |
2.0.0 | 517 | 4/15/2022 |
1.0.1.11 | 358 | 12/20/2021 |
1.0.1.10 | 422 | 11/14/2021 |
1.0.1.9 | 392 | 11/1/2021 |
1.0.1.5 | 435 | 10/30/2021 |
1.0.1.2 | 425 | 10/30/2021 |
1.0.0.4-beta | 341 | 9/25/2021 |
1.0.0.3-beta | 304 | 9/18/2021 |
1.0.0.2 | 421 | 9/16/2021 |
1.0.0.1 | 417 | 9/16/2021 |