tgstation-server 6.3.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
AdministrationResponse.cs
Go to the documentation of this file.
1using System;
2
4{
8 public sealed class AdministrationResponse
9 {
13 public Uri? TrackedRepositoryUrl { get; set; }
14
18 public Version? LatestVersion { get; set; }
19 }
20}
Uri? TrackedRepositoryUrl
The GitHub repository the server is built to receive updates from.
Version? LatestVersion
The latest available version of the Tgstation.Server.Host assembly from the upstream repository....