aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/IApplicationHost.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
-rw-r--r--MediaBrowser.Common/IApplicationHost.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs
index 06437c6a9..385127c54 100644
--- a/MediaBrowser.Common/IApplicationHost.cs
+++ b/MediaBrowser.Common/IApplicationHost.cs
@@ -66,10 +66,10 @@ namespace MediaBrowser.Common
void Restart();
/// <summary>
- /// Gets the application semantic version.
+ /// Gets the application version.
/// </summary>
- /// <value>The application semantic version.</value>
- string ApplicationSemanticVersion { get; }
+ /// <value>The application version.</value>
+ string ApplicationVersion { get; }
/// <summary>
/// Gets the application user agent.