aboutsummaryrefslogtreecommitdiff
path: root/Nuget
diff options
context:
space:
mode:
Diffstat (limited to 'Nuget')
-rw-r--r--Nuget/MediaBrowser.Common.Internal.nuspec8
-rw-r--r--Nuget/MediaBrowser.Common.nuspec8
-rw-r--r--Nuget/MediaBrowser.Model.Signed.nuspec8
-rw-r--r--Nuget/MediaBrowser.Server.Core.nuspec10
4 files changed, 17 insertions, 17 deletions
diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec
index 5f1c138b8..d31071666 100644
--- a/Nuget/MediaBrowser.Common.Internal.nuspec
+++ b/Nuget/MediaBrowser.Common.Internal.nuspec
@@ -2,17 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common.Internal</id>
- <version>3.0.598</version>
+ <version>3.0.612</version>
<title>MediaBrowser.Common.Internal</title>
<authors>Luke</authors>
<owners>ebr,Luke,scottisafool</owners>
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption.</description>
- <copyright>Copyright © Media Browser 2013</copyright>
+ <description>Contains common components shared by Emby Theater and Emby Server. Not intended for plugin developer consumption.</description>
+ <copyright>Copyright © Emby 2013</copyright>
<dependencies>
- <dependency id="MediaBrowser.Common" version="3.0.598" />
+ <dependency id="MediaBrowser.Common" version="3.0.612" />
<dependency id="NLog" version="3.2.0.0" />
<dependency id="SimpleInjector" version="2.7.0" />
</dependencies>
diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec
index b5a0f3bba..d4d7de019 100644
--- a/Nuget/MediaBrowser.Common.nuspec
+++ b/Nuget/MediaBrowser.Common.nuspec
@@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common</id>
- <version>3.0.598</version>
+ <version>3.0.612</version>
<title>MediaBrowser.Common</title>
- <authors>Media Browser Team</authors>
+ <authors>Emby Team</authors>
<owners>ebr,Luke,scottisafool</owners>
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Contains common model objects and interfaces used by all Media Browser solutions.</description>
- <copyright>Copyright © Media Browser 2013</copyright>
+ <description>Contains common model objects and interfaces used by all Emby solutions.</description>
+ <copyright>Copyright © Emby 2013</copyright>
</metadata>
<files>
<file src="dlls\net35\MediaBrowser.Model.dll" target="lib\net35\MediaBrowser.Model.dll" />
diff --git a/Nuget/MediaBrowser.Model.Signed.nuspec b/Nuget/MediaBrowser.Model.Signed.nuspec
index 085408f2e..de9c503b9 100644
--- a/Nuget/MediaBrowser.Model.Signed.nuspec
+++ b/Nuget/MediaBrowser.Model.Signed.nuspec
@@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Model.Signed</id>
- <version>3.0.598</version>
+ <version>3.0.612</version>
<title>MediaBrowser.Model - Signed Edition</title>
- <authors>Media Browser Team</authors>
+ <authors>Emby Team</authors>
<owners>ebr,Luke,scottisafool</owners>
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Contains common model objects and interfaces used by all Media Browser solutions.</description>
- <copyright>Copyright © Media Browser 2013</copyright>
+ <description>Contains common model objects and interfaces used by all Emby solutions.</description>
+ <copyright>Copyright © Emby 2013</copyright>
<dependencies>
</dependencies>
</metadata>
diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec
index dca8aa61a..b0008f9d0 100644
--- a/Nuget/MediaBrowser.Server.Core.nuspec
+++ b/Nuget/MediaBrowser.Server.Core.nuspec
@@ -2,17 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MediaBrowser.Server.Core</id>
- <version>3.0.598</version>
+ <version>3.0.612</version>
<title>Media Browser.Server.Core</title>
- <authors>Media Browser Team</authors>
+ <authors>Emby Team</authors>
<owners>ebr,Luke,scottisafool</owners>
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Contains core components required to build plugins for Media Browser Server.</description>
- <copyright>Copyright © Media Browser 2013</copyright>
+ <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.598" />
+ <dependency id="MediaBrowser.Common" version="3.0.612" />
</dependencies>
</metadata>
<files>