diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-11-04 13:16:47 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-11-04 13:16:47 -0500 |
| commit | 764e2625bf22ffbd373741d77c5700616235d4d4 (patch) | |
| tree | 4dcb6e9cd48860ad52e49a731f11d4710858a317 /MediaBrowser.Model/Updates/InstallationInfo.cs | |
| parent | 4bbe8acb5cfc5c4a0c392db71d2858589c8f345f (diff) | |
Implement plugin update identification by guid
Diffstat (limited to 'MediaBrowser.Model/Updates/InstallationInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Updates/InstallationInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Updates/InstallationInfo.cs b/MediaBrowser.Model/Updates/InstallationInfo.cs index 55848b8e54..09b4975a86 100644 --- a/MediaBrowser.Model/Updates/InstallationInfo.cs +++ b/MediaBrowser.Model/Updates/InstallationInfo.cs @@ -20,6 +20,12 @@ namespace MediaBrowser.Model.Updates public string Name { get; set; } /// <summary> + /// Gets or sets the assembly guid. + /// </summary> + /// <value>The guid of the assembly.</value> + public string AssemblyGuid { get; set; } + + /// <summary> /// Gets or sets the version. /// </summary> /// <value>The version.</value> |
