diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-02-26 01:58:39 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-02-26 01:58:39 +0900 |
| commit | 974a04c12939068b23b62ee6ebb1e7fc2e830eec (patch) | |
| tree | c14da5282ea5ff9c109b0e2467b7378fc9fb55b6 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | 557b165f01dbce29e575dc752b0833b454b45783 (diff) | |
update plugin classes for nightly builds
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 68a24aaba..c88eac27a 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -50,8 +50,8 @@ namespace MediaBrowser.Common /// <summary> /// Gets the version class of the system. /// </summary> - /// <value><see cref="PackageVersionClass.Release" /> or <see cref="PackageVersionClass.Beta" />.</value> - PackageVersionClass SystemUpdateLevel { get; } + /// <value><see cref="ReleaseChannel.Stable" /> or <see cref="ReleaseChannel.Nightly" />.</value> + ReleaseChannel SystemUpdateLevel { get; } /// <summary> /// Gets the application version. |
