diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-05 13:39:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-05 13:39:12 -0400 |
| commit | 9d4bed965d33569378e241ce4593d0f6750f8500 (patch) | |
| tree | d82fc12338f2aad57fa0c211eb0f77e8f16606f6 /Nuget | |
| parent | 3c1447804b5de9a7d840c7158c3cb4e0a27f76e1 (diff) | |
update slider
Diffstat (limited to 'Nuget')
| -rw-r--r-- | Nuget/MediaBrowser.Common.nuspec | 6 | ||||
| -rw-r--r-- | Nuget/MediaBrowser.Server.Core.nuspec | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec index c17450d2b4..b94b54736f 100644 --- a/Nuget/MediaBrowser.Common.nuspec +++ b/Nuget/MediaBrowser.Common.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>MediaBrowser.Common</id> - <version>3.0.682</version> + <version>3.0.683</version> <title>Emby.Common</title> <authors>Emby Team</authors> <owners>ebr,Luke,scottisafool</owners> @@ -13,7 +13,7 @@ <copyright>Copyright © Emby 2013</copyright> </metadata> <files> - <file src="dlls\MediaBrowser.Common.dll" target="lib\netstandard1.0\MediaBrowser.Common.dll" /> - <file src="dlls\MediaBrowser.Model.dll" target="lib\netstandard1.0\MediaBrowser.Model.dll" /> + <file src="dlls\MediaBrowser.Common.dll" target="lib\portable-net45+win8+wpa81\MediaBrowser.Common.dll" /> + <file src="dlls\MediaBrowser.Model.dll" target="lib\portable-net45+win8+wpa81\MediaBrowser.Model.dll" /> </files> </package> diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec index dd0af3d3cf..c0d5d27058 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.681</version> + <version>3.0.683</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.681" /> + <dependency id="MediaBrowser.Common" version="3.0.683" /> </dependencies> </metadata> <files> |
