aboutsummaryrefslogtreecommitdiff
path: root/Nuget
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-28 16:22:27 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-28 16:22:27 -0400
commitbd2ea703e31522d505407a33089b95f997f6b062 (patch)
treece9e3e4ea90c90fda7e287e841813b1aa0675294 /Nuget
parent3add1872c860cae14f85b339fef843ff962574aa (diff)
implement modular media sources
Diffstat (limited to 'Nuget')
-rw-r--r--Nuget/MediaBrowser.Common.Internal.nuspec4
-rw-r--r--Nuget/MediaBrowser.Common.nuspec6
-rw-r--r--Nuget/MediaBrowser.Model.Signed.nuspec6
-rw-r--r--Nuget/MediaBrowser.Server.Core.nuspec6
4 files changed, 11 insertions, 11 deletions
diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec
index 31441ff791..e1659bfb28 100644
--- a/Nuget/MediaBrowser.Common.Internal.nuspec
+++ b/Nuget/MediaBrowser.Common.Internal.nuspec
@@ -9,8 +9,8 @@
<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.603" />
<dependency id="NLog" version="3.2.0.0" />
diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec
index 568a47dfe0..294bc519eb 100644
--- a/Nuget/MediaBrowser.Common.nuspec
+++ b/Nuget/MediaBrowser.Common.nuspec
@@ -4,13 +4,13 @@
<id>MediaBrowser.Common</id>
<version>3.0.603</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 fb00fd8407..bcbd1d5bea 100644
--- a/Nuget/MediaBrowser.Model.Signed.nuspec
+++ b/Nuget/MediaBrowser.Model.Signed.nuspec
@@ -4,13 +4,13 @@
<id>MediaBrowser.Model.Signed</id>
<version>3.0.603</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 c36fb6d6cd..ee3925db5b 100644
--- a/Nuget/MediaBrowser.Server.Core.nuspec
+++ b/Nuget/MediaBrowser.Server.Core.nuspec
@@ -4,13 +4,13 @@
<id>MediaBrowser.Server.Core</id>
<version>3.0.603</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.603" />
</dependencies>