diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-01-19 21:35:33 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-01-19 21:35:33 -0500 |
| commit | 8de4eb7d197af0df2a81cbf0e6249c5ff83987b1 (patch) | |
| tree | 7aedd2d70fefe19dd7ebd2b84d342afba4c5c84b /MediaBrowser.Common | |
| parent | 8a5198e6a395ed03fb471e62687fceecdf947abf (diff) | |
Rename ApplicationSemanticVersion to ApplicationVersion
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 6 |
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. |
