Releases: ToshiroZ/Discord-Webhook
Releases · ToshiroZ/Discord-Webhook
v1.0.9
- Enhanced documentation for both the README and the actual XML-docs
- Added a static
SendAsync
method to theWebhook
object to allow for sending withoutnew Webhook()
- Added support for threads
- Added strong name signing
- Added a logo to the NuGet package
- Added and enabled project-wide nullability warnings
- Added exception handling and validation for webhook usernames (they can't include Discord)
- Fixed a bug where usernames/avatar URLs were not setting for
SendAsync(WebhookObject
- Updated the
csproj
to include better descriptions, icon URLs, license expressions - Moved around and refactored some methods, for example I've added the
SetMessageArguments
method which adds the relevantusername
,avatar_url
, etc. to the passed inWebhookObject
and theGetMessageBody
which returns aDictionary<string, string>
containing all of the required fields for a plaintext message