mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Fixes XMLDoc comment
This commit is contained in:
@@ -27,7 +27,7 @@ namespace TGS.Server
|
||||
public const string MigrationConfigDirectory = "C:\\TGSSettingUpgradeTempDir";
|
||||
|
||||
/// <summary>
|
||||
/// The service version <see cref="string"/> based on the <see cref="FileVersionInfo"/>
|
||||
/// The service version <see cref="string"/> based on the <see cref="AssemblyName"/>'s <see cref="System.Version"/>
|
||||
/// </summary>
|
||||
public static readonly string VersionString = String.Format("/tg/station 13 Server v{0}", Assembly.GetExecutingAssembly().GetName().Version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user