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
clientDiscordClientThe base discord client.
packageIdstringThe id of the package.
includePrereleaseboolWhether to include pre-releases in the check.
manualVersionstringThe manual version string to check.