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.
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.
paket add CloudTheWolf.DSharpPlus.Scaffolding.Shared --version 1.0.0.4-beta
#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.
// Install CloudTheWolf.DSharpPlus.Scaffolding.Shared as a Cake Addin
#addin nuget:?package=CloudTheWolf.DSharpPlus.Scaffolding.Shared&version=1.0.0.4-beta&prerelease

// Install CloudTheWolf.DSharpPlus.Scaffolding.Shared as a Cake Tool
#tool nuget:?package=CloudTheWolf.DSharpPlus.Scaffolding.Shared&version=1.0.0.4-beta&prerelease

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 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. 
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
3.0.0.4-beta 60 4/12/2024
3.0.0.1-beta 148 12/9/2023
2.2.0.4 136 2/4/2024
2.2.0.3 175 12/6/2023
2.2.0.2 134 12/6/2023
2.2.0.1 108 12/5/2023
2.1.1.4 169 8/5/2023
2.1.1.3 186 4/11/2023
2.1.1.2 225 2/15/2023
2.1.0.16 381 10/22/2022
2.1.0.15 332 10/22/2022
2.1.0.14 366 10/22/2022
2.1.0.13 340 10/22/2022
2.1.0.12 349 10/22/2022
2.1.0.11 348 10/22/2022
2.1.0.10 327 10/22/2022
2.1.0.9 355 10/21/2022
2.1.0.6 363 10/19/2022
2.1.0.5 373 10/19/2022
2.1.0.4 389 10/19/2022
2.1.0.2 374 10/19/2022
2.1.0.1 364 10/19/2022
2.1.0 375 8/24/2022
2.0.0 418 4/15/2022
1.0.1.11 253 12/20/2021
1.0.1.10 315 11/14/2021
1.0.1.9 283 11/1/2021
1.0.1.5 330 10/30/2021
1.0.1.2 318 10/30/2021
1.0.0.4-beta 241 9/25/2021
1.0.0.3-beta 204 9/18/2021
1.0.0.2 317 9/16/2021
1.0.0.1 302 9/16/2021