Configuration for the automatic update system.
const string DefaultUpdatePackageAssetName
The default value of UpdatePackageAssetName.
long GitHubRepositoryId
The Octokit.Repository.Id of the tgstation-server fork to recieve updates from.
const long DefaultGitHubRepositoryId
The tgstation/tgstation-server Octokit.Repository.Id.
string UpdatePackageAssetName
Asset package containing the new Host assembly in zip form.
string GitTagPrefix
Prefix before the global::System.Version of TGS published in git tags.
const string DefaultGitTagPrefix
The default value of GitTagPrefix.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the UpdatesConfiguration res...