diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-29 21:29:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-29 21:29:38 -0400 |
| commit | 3733ebd21e0a3b9c6ef0fd2e5c0cac4d53b50a40 (patch) | |
| tree | 9fcdd8e6b9846c6ac4c4d4277e387e2441910a96 /MediaBrowser.Common/Updates/IInstallationManager.cs | |
| parent | f7deec40d05de8efc3959a2be5c7b278ec4d826b (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Common/Updates/IInstallationManager.cs')
| -rw-r--r-- | MediaBrowser.Common/Updates/IInstallationManager.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Common/Updates/IInstallationManager.cs b/MediaBrowser.Common/Updates/IInstallationManager.cs index 143a90b856..6ef90ac5f4 100644 --- a/MediaBrowser.Common/Updates/IInstallationManager.cs +++ b/MediaBrowser.Common/Updates/IInstallationManager.cs @@ -56,12 +56,8 @@ namespace MediaBrowser.Common.Updates /// Gets all available packages from a static resource. /// </summary> /// <param name="cancellationToken">The cancellation token.</param> - /// <param name="packageType">Type of the package.</param> - /// <param name="applicationVersion">The application version.</param> /// <returns>Task{List{PackageInfo}}.</returns> - Task<IEnumerable<PackageInfo>> GetAvailablePackagesWithoutRegistrationInfo(CancellationToken cancellationToken, - PackageType? packageType = null, - Version applicationVersion = null); + Task<IEnumerable<PackageInfo>> GetAvailablePackagesWithoutRegistrationInfo(CancellationToken cancellationToken); /// <summary> /// Gets the package. |
