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.
- IncludePrerelease
Whether to include prerelease versions in the update check.
- ShowReleaseNotes
Whether to show release notes in the update check.
Defaults to false.