updated nuget packages

This commit is contained in:
LukePulverenti
2013-02-26 12:51:32 -05:00
parent 0f1ec5b586
commit cd96c7dab2
4 changed files with 6 additions and 11 deletions

View File

@@ -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>