tgstation-server 6.11.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
UpdateInformation.cs
Go to the documentation of this file.
1using System;
2
4{
8 public class UpdateInformation
9 {
13 public Version? LatestVersion { get; set; }
14
18 public DateTimeOffset? GeneratedAt { get; set; }
19 }
20}
Indicates data from the TGS update source.
DateTimeOffset? GeneratedAt
This response is cached. This field indicates the DateTimeOffset the UpdateInformation was generated.
Version? LatestVersion
The latest available version of the Tgstation.Server.Host assembly from the upstream repository....