mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Merge branch 'master' into patch-1
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<!-- Integration tests will ensure they match across the board -->
|
||||
<TgsCoreVersion>4.4.4</TgsCoreVersion>
|
||||
<TgsConfigVersion>2.0.0</TgsConfigVersion>
|
||||
<TgsApiVersion>7.2.0</TgsApiVersion>
|
||||
<TgsApiVersion>7.2.1</TgsApiVersion>
|
||||
<TgsClientVersion>8.2.0</TgsClientVersion>
|
||||
<TgsDmapiVersion>5.2.3</TgsDmapiVersion>
|
||||
<TgsControlPanelVersion>0.4.0</TgsControlPanelVersion>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using Tgstation.Server.Api.Models.Internal;
|
||||
|
||||
namespace Tgstation.Server.Api.Models
|
||||
@@ -11,7 +11,7 @@ namespace Tgstation.Server.Api.Models
|
||||
/// <summary>
|
||||
/// The name of the log file.
|
||||
/// </summary>
|
||||
public string? Name { get; set; }
|
||||
public string Name { get; set; } = String.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="DateTimeOffset"/> of when the log file was modified.
|
||||
|
||||
Reference in New Issue
Block a user