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
DiscordClientThe base discord client.
packageId
stringThe id of the package.
includePrerelease
boolWhether to include pre-releases in the check.
manualVersion
stringThe manual version string to check.