aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Updates
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-04-11 19:54:33 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-04-11 19:54:33 +0900
commitabb7ed9c35cc7727e81357c3b55555ee4c714d10 (patch)
tree3c8d580c81098b7d4beb3812b7b81962dadf7189 /MediaBrowser.Model/Updates
parent78abbcc25117a20511f70f65c89f2f1063d0e547 (diff)
rename target abi property
Diffstat (limited to 'MediaBrowser.Model/Updates')
-rw-r--r--MediaBrowser.Model/Updates/VersionInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Updates/VersionInfo.cs b/MediaBrowser.Model/Updates/VersionInfo.cs
index 6756e7454..ac47e97da 100644
--- a/MediaBrowser.Model/Updates/VersionInfo.cs
+++ b/MediaBrowser.Model/Updates/VersionInfo.cs
@@ -35,10 +35,10 @@ namespace MediaBrowser.Model.Updates
public string description { get; set; }
/// <summary>
- /// Gets or sets the minimum required version for the server.
+ /// Gets or sets the ABI that this version was built against.
/// </summary>
- /// <value>The minimum required version.</value>
- public string minimumServerVersion { get; set; }
+ /// <value>The target ABI version.</value>
+ public string targetAbi { get; set; }
/// <summary>
/// Gets or sets the source URL.