diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-14 15:52:53 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-14 15:52:53 -0400 |
| commit | fe1834e6be044f0fdbe68fb34122c680f29ae04d (patch) | |
| tree | d5ec27cc5835dd05d15551523b2fa93870dfbd4a /Nuget/MediaBrowser.Server.Core.nuspec | |
| parent | a7f06c84b14ea79ce5af8e928597f6fd119088a3 (diff) | |
Add resume capability to GetTempFile
Diffstat (limited to 'Nuget/MediaBrowser.Server.Core.nuspec')
| -rw-r--r-- | Nuget/MediaBrowser.Server.Core.nuspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec index ba5263d610..46fcd708ef 100644 --- a/Nuget/MediaBrowser.Server.Core.nuspec +++ b/Nuget/MediaBrowser.Server.Core.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>MediaBrowser.Server.Core</id> - <version>3.0.45</version> + <version>3.0.47</version> <title>Media Browser.Server.Core</title> <authors>Media Browser Team</authors> <owners>ebr,Luke,scottisafool</owners> @@ -12,7 +12,7 @@ <description>Contains core components required to build plugins for Media Browser Server.</description> <copyright>Copyright © Media Browser 2013</copyright> <dependencies> - <dependency id="MediaBrowser.Common" version="3.0.45" /> + <dependency id="MediaBrowser.Common" version="3.0.47" /> </dependencies> </metadata> <files> |
