aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/IApplicationHost.cs
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2019-01-19 21:35:33 -0500
committerAndrew Rabert <ar@nullsum.net>2019-01-19 21:35:33 -0500
commit8de4eb7d197af0df2a81cbf0e6249c5ff83987b1 (patch)
tree7aedd2d70fefe19dd7ebd2b84d342afba4c5c84b /MediaBrowser.Common/IApplicationHost.cs
parent8a5198e6a395ed03fb471e62687fceecdf947abf (diff)
Rename ApplicationSemanticVersion to ApplicationVersion
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.