update description and overview for plugins

This commit is contained in:
dkanada 2020-04-11 20:00:32 +09:00
parent 2da5df6c25
commit cbe1fe2c8f
1 changed files with 4 additions and 10 deletions

View File

@ -15,23 +15,17 @@ namespace MediaBrowser.Model.Updates
public string name { get; set; }
/// <summary>
/// Gets or sets the short description.
/// Gets or sets a long description of the plugin containing features or helpful explanations.
/// </summary>
/// <value>The short description.</value>
public string shortDescription { get; set; }
/// <value>The description.</value>
public string description { get; set; }
/// <summary>
/// Gets or sets the overview.
/// Gets or sets a short overview of what the plugin does.
/// </summary>
/// <value>The overview.</value>
public string overview { get; set; }
/// <summary>
/// Gets or sets the target filename for the downloaded binary.
/// </summary>
/// <value>The target filename.</value>
public string filename { get; set; }
/// <summary>
/// Gets or sets the owner.
/// </summary>