Last PR before Release (#2692)
This commit is contained in:
parent
07e96389fb
commit
5cf6077dfd
38 changed files with 3801 additions and 2044 deletions
|
@ -38,4 +38,16 @@ public class UpdateNotificationDto
|
|||
/// Date of the publish
|
||||
/// </summary>
|
||||
public required string PublishDate { get; init; }
|
||||
/// <summary>
|
||||
/// Is the server on a nightly within this release
|
||||
/// </summary>
|
||||
public bool IsOnNightlyInRelease { get; set; }
|
||||
/// <summary>
|
||||
/// Is the server on an older version
|
||||
/// </summary>
|
||||
public bool IsReleaseNewer { get; set; }
|
||||
/// <summary>
|
||||
/// Is the server on this version
|
||||
/// </summary>
|
||||
public bool IsReleaseEqual { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue