add the timestamp property back to the version info

pull/3164/head
dkanada 4 years ago
parent 6d3e5d8662
commit deafe59b7e

@ -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; }
}
}

Loading…
Cancel
Save