DiscordWebHookMessage 1.2.8

dotnet add package DiscordWebHookMessage --version 1.2.8
NuGet\Install-Package DiscordWebHookMessage -Version 1.2.8
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="DiscordWebHookMessage" Version="1.2.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DiscordWebHookMessage --version 1.2.8
#r "nuget: DiscordWebHookMessage, 1.2.8"
#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 DiscordWebHookMessage as a Cake Addin
#addin nuget:?package=DiscordWebHookMessage&version=1.2.8

// Install DiscordWebHookMessage as a Cake Tool
#tool nuget:?package=DiscordWebHookMessage&version=1.2.8

publish to nuget DiscordWebHookMessage on NuGet NuGet License paypal

Discord WebHook

Get Packages

You can get Autofac by grabbing the latest NuGet package.

Get Started

Load the DI in Program.cs or Startup.cs

services.AddDiscordServices();

Use the Discord WebHook Service

private readonly IDiscordWebhookService _discordWebhookService;		

public SomeService(IDiscordWebhookService discordWebhookService)
{
  _discordWebhookService = discordWebhookService;
}

public async Task SendDiscordWebHook() 
{
  _ = await _discordWebhookService.SendAsync(DISCORD_WEBHOOK_LINK, "Message");
}
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.2.8 298 3/16/2023
1.2.7 191 3/16/2023
1.2.6 179 3/16/2023
1.2.5 195 3/13/2023
1.2.2 204 3/13/2023
1.2.1 192 3/13/2023
1.0.25 242 3/13/2023
1.0.23 239 3/13/2023
1.0.22 236 3/13/2023
1.0.20 227 3/12/2023
1.0.16 207 3/12/2023
1.0.11 194 3/12/2023
1.0.10 176 3/12/2023
1.0.7 204 3/12/2023
1.0.6 193 3/12/2023
1.0.0 197 3/12/2023

Start