updated nuget packages
This commit is contained in:
parent
0f1ec5b586
commit
cd96c7dab2
|
@ -10,7 +10,7 @@ namespace MediaBrowser.Common.Kernel
|
|||
/// <summary>
|
||||
/// Interface IKernel
|
||||
/// </summary>
|
||||
public interface IKernel
|
||||
public interface IKernel : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the application paths.
|
||||
|
@ -42,11 +42,6 @@ namespace MediaBrowser.Common.Kernel
|
|||
/// <value><c>true</c> if this instance has pending kernel reload; otherwise, <c>false</c>.</value>
|
||||
bool HasPendingRestart { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Disposes this instance.
|
||||
/// </summary>
|
||||
void Dispose();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the system status.
|
||||
/// </summary>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>MediaBrowser.Common.Internal</id>
|
||||
<version>3.0.7</version>
|
||||
<version>3.0.8</version>
|
||||
<title />
|
||||
<authors>Luke</authors>
|
||||
<owners>Media Browser Team</owners>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Contains common components shared by Media Browser Theatre and Media Browser Server. Not intended for plugin developer consumption.</description>
|
||||
<dependencies>
|
||||
<dependency id="MediaBrowser.Common" version="3.0.7" />
|
||||
<dependency id="MediaBrowser.Common" version="3.0.8" />
|
||||
<dependency id="NLog" version="2.0.0.2000" />
|
||||
<dependency id="ServiceStack" version="3.9.37" />
|
||||
<dependency id="ServiceStack.Api.Swagger" version="3.9.35" />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>MediaBrowser.Common</id>
|
||||
<version>3.0.7</version>
|
||||
<version>3.0.8</version>
|
||||
<title>MediaBrowser.Common</title>
|
||||
<authors>Media Browser Team</authors>
|
||||
<owners />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>MediaBrowser.Server.Core</id>
|
||||
<version>3.0.7</version>
|
||||
<version>3.0.8</version>
|
||||
<title>Media Browser.Server.Core</title>
|
||||
<authors>Media Browser Team</authors>
|
||||
<owners />
|
||||
|
@ -10,7 +10,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Contains core components required to build plugins for Media Browser Server.</description>
|
||||
<dependencies>
|
||||
<dependency id="MediaBrowser.Common" version="3.0.7" />
|
||||
<dependency id="MediaBrowser.Common" version="3.0.8" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
Loading…
Reference in New Issue
Block a user