add the timestamp property back to the version info
This commit is contained in:
parent
6d3e5d8662
commit
deafe59b7e
|
@ -36,5 +36,11 @@ namespace MediaBrowser.Model.Updates
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The checksum.</value>
|
/// <value>The checksum.</value>
|
||||||
public string checksum { get; set; }
|
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…
Reference in New Issue
Block a user