diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-23 14:53:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-23 14:53:06 -0400 |
| commit | 51b01d0f6d21bf31a093cf7d8f88e31aba884288 (patch) | |
| tree | 0143c6f7cf95253b30df97898addb62bdec81c13 /MediaBrowser.ServerApplication/Implementations | |
| parent | d43fd8c51dcd801959ed0581598efe2cd9314a9f (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.ServerApplication/Implementations')
| -rw-r--r-- | MediaBrowser.ServerApplication/Implementations/ZipClient.cs (renamed from MediaBrowser.ServerApplication/Implementations/DotNetZipClient.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/Implementations/DotNetZipClient.cs b/MediaBrowser.ServerApplication/Implementations/ZipClient.cs index 4a9afac3f..e9e8645e9 100644 --- a/MediaBrowser.ServerApplication/Implementations/DotNetZipClient.cs +++ b/MediaBrowser.ServerApplication/Implementations/ZipClient.cs @@ -8,7 +8,7 @@ namespace MediaBrowser.ServerApplication.Implementations /// <summary> /// Class DotNetZipClient /// </summary> - public class DotNetZipClient : IZipClient + public class ZipClient : IZipClient { /// <summary> /// Extracts all. |
