Table of Contents

Class UpdateCheckConfiguration

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Configuration for library update checking behavior.

public sealed class UpdateCheckConfiguration
Inheritance
UpdateCheckConfiguration
Inherited Members

Constructors

UpdateCheckConfiguration()

Creates a new update check configuration with default values.

UpdateCheckConfiguration(UpdateCheckConfiguration)

Creates a clone of another update check configuration.

Properties

Disabled

Whether to disable the update check.

GitHubToken

Sets the GitHub token to use for the update check.

Only useful if extensions are private and Mode is GitHub.

IncludePrerelease

Whether to include prerelease versions in the update check.

Mode

Against which channel to check for updates.

Defaults to NuGet.

ShowReleaseNotes

Whether to show release notes in the update check.

Defaults to false.