Guilded.Markdown 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Guilded.Markdown --version 1.0.2
NuGet\Install-Package Guilded.Markdown -Version 1.0.2
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="Guilded.Markdown" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Guilded.Markdown --version 1.0.2
#r "nuget: Guilded.Markdown, 1.0.2"
#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 Guilded.Markdown as a Cake Addin
#addin nuget:?package=Guilded.Markdown&version=1.0.2

// Install Guilded.Markdown as a Cake Tool
#tool nuget:?package=Guilded.Markdown&version=1.0.2

<div align="center">

Banner

🟡 Guilded.NET Webhooks

</div>

Guilded.NET is a free and open-source unofficial API framework/library for Guilded written on .NET platform. It allows creating bots, webhooks and interacting any other way with Guilded API.

This particular package was made for Guilded Webhooks. Everything that is necessary for interacting and executing webhooks should be here.

Version Version

📥 Installing

Guilded.NET Webhooks is available as a package on NuGet (or FuGet).

You can run this command to add Guilded.NET webhooks client to an existing .NET project:

dotnet add package Guilded.Webhooks

Otherwise, you can install Guilded.NET templates and create new Guilded.NET projects:

dotnet new -i Guilded.Templates
dotnet new guilded.webhook

⚙️ Using Guilded.NET

You can check out Guilded.NET's guide to get started on your webhook client.

It is recommended to use .NET 6 or above for Guilded.NET. While Guilded.NET supports .NET 5 or similar for now, this will change in the kind-of-late future.

📙 Example

Here's a quick example of Guilded.NET webhook client being in use:

// Program.cs
using Guilded.Webhook;

await using var webhookClient = new GuildedWebhookClient("...url here...", "... another webhook's url here...", ...);

await webhookClient.CreateMessageAsync("Everyone, we have an announcement to make: Stop bullying!");

(The showcased code uses enabled implicit usings option)

⁉️ Support

If you need help related to Guilded.NET, you can check out these places:

✅ Goals

Our goal is to provide a library or a framework that is consistent and fast, while also maintaining friendliness towards the bot developers. API library that does not bite bot developer's hand allows bot developers to focus more on their code, have fun in what they are doing and have easier time creating their bots. Consistency helps code be more predictable, easier to rewrite and waste less time. As such, these 3 points are our main goals while maintaining Guilded.NET.

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 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
1.7.1 147 1/10/2024
1.7.0 104 1/3/2024
1.6.0 162 7/1/2023
1.5.1 174 4/11/2023
1.5.0 166 4/1/2023
1.3.0 268 12/22/2022
1.2.0 308 11/24/2022
1.1.5 289 11/16/2022
1.1.4 284 11/9/2022
1.1.3 330 11/4/2022
1.1.2 328 10/31/2022
1.1.0 334 10/29/2022
1.0.2 399 9/16/2022
1.0.0 368 9/16/2022