diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-20 01:12:44 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-20 01:12:44 +0100 |
| commit | 924ec0c191b66520f7ec7d3f6dc556e06305846b (patch) | |
| tree | 66197620f989feee22031affaf2cc420b1f6d91b /MediaBrowser.Common | |
| parent | bb8df8dfa0f84f6ccc8d3d3352f8a611e156e65a (diff) | |
Revert Jellyfin.Versioning, Update all versions and user agents.
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 12 | ||||
| -rw-r--r-- | MediaBrowser.Common/MediaBrowser.Common.csproj | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index bc6c3a984..94dd251cf 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -72,6 +72,18 @@ namespace MediaBrowser.Common Version ApplicationVersion { get; } /// <summary> + /// Gets the application semantic version. + /// </summary> + /// <value>The application semantic version.</value> + string ApplicationSemanticVersion { get; } + + /// <summary> + /// Gets the application user agent. + /// </summary> + /// <value>The application user agent.</value> + string ApplicationUserAgent { get; } + + /// <summary> /// Gets or sets a value indicating whether this instance can self update. /// </summary> /// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value> diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index 314c04010..2220d4661 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -12,7 +12,7 @@ </ItemGroup> <ItemGroup> - <Compile Include="..\Jellyfin.Versioning\SharedVersion.cs" /> + <Compile Include="..\SharedVersion.cs" /> </ItemGroup> <PropertyGroup> |
