add the timestamp property back to the version info

This commit is contained in:
dkanada 2020-05-24 16:59:05 +09:00
parent 6d3e5d8662
commit deafe59b7e
1 changed files with 6 additions and 0 deletions

View File

@ -36,5 +36,11 @@ namespace MediaBrowser.Model.Updates
/// </summary>
/// <value>The checksum.</value>
public string checksum { get; set; }
/// <summary>
/// Gets or sets a timestamp of when the binary was built.
/// </summary>
/// <value>The timestamp.</value>
public string timestamp { get; set; }
}
}