diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-23 15:45:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-23 15:45:40 -0400 |
| commit | 82ab91f20971f46b8da97c0557fb0db38fe856bb (patch) | |
| tree | e71af60ab3b1a76344c4a36fe534789aadfd752a /Nuget/MediaBrowser.Server.Core.nuspec | |
| parent | d39a704b420a3a5a3fa835ec2bb32baf840f495a (diff) | |
add property to indicate support for on the fly subtitle extraction
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 e5a0d454f..5c16159c7 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.737</version> + <version>3.0.740</version> <title>Emby.Server.Core</title> <authors>Emby Team</authors> <owners>ebr,Luke,scottisafool</owners> @@ -12,7 +12,7 @@ <description>Contains core components required to build plugins for Emby Server.</description> <copyright>Copyright © Emby 2013</copyright> <dependencies> - <dependency id="MediaBrowser.Common" version="3.0.737" /> + <dependency id="MediaBrowser.Common" version="3.0.740" /> </dependencies> </metadata> <files> |
