mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
add new property for version changelogs
This commit is contained in:
@@ -29,10 +29,10 @@ namespace MediaBrowser.Model.Updates
|
||||
public Version version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the description.
|
||||
/// Gets or sets the changelog for this version.
|
||||
/// </summary>
|
||||
/// <value>The description.</value>
|
||||
public string description { get; set; }
|
||||
/// <value>The changelog.</value>
|
||||
public string changelog { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the ABI that this version was built against.
|
||||
|
||||
Reference in New Issue
Block a user