aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/IApplicationHost.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-19 22:39:20 -0500
committerGitHub <noreply@github.com>2019-01-19 22:39:20 -0500
commitd72d0fb865f2eccef4f96a6ebc5f1e409778608f (patch)
tree861fe50186c70010e6fc2bca1ef5bd2efd474e6f /MediaBrowser.Common/IApplicationHost.cs
parent469590c9c51f028da454e7e31bea0e37b8f91f15 (diff)
parentf229c641a14d45485aac63aabd09f16c5aec28ce (diff)
Merge pull request #627 from nvllsvm/version
Use string for ApplicationVersion
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
-rw-r--r--MediaBrowser.Common/IApplicationHost.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs
index 94dd251cf..385127c54 100644
--- a/MediaBrowser.Common/IApplicationHost.cs
+++ b/MediaBrowser.Common/IApplicationHost.cs
@@ -69,13 +69,7 @@ namespace MediaBrowser.Common
/// Gets the application version.
/// </summary>
/// <value>The application version.</value>
- Version ApplicationVersion { get; }
-
- /// <summary>
- /// Gets the application semantic version.
- /// </summary>
- /// <value>The application semantic version.</value>
- string ApplicationSemanticVersion { get; }
+ string ApplicationVersion { get; }
/// <summary>
/// Gets the application user agent.