Table of Contents

Method CheckNuGetVersionAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

CheckNuGetVersionAsync(DiscordClient, string, bool, string?)

Performs a version check against nuget.

public static Task CheckNuGetVersionAsync(DiscordClient client, string packageId = "DisCatSharp", bool includePrerelease = true, string? manualVersion = null)

Parameters

client DiscordClient

The base discord client.

packageId string

The id of the package.

includePrerelease bool

Whether to include pre-releases in the check.

manualVersion string

The manual version string to check.

Returns

Task