aboutsummaryrefslogtreecommitdiff
path: root/Nuget/MediaBrowser.Common.Internal.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'Nuget/MediaBrowser.Common.Internal.nuspec')
-rw-r--r--Nuget/MediaBrowser.Common.Internal.nuspec9
1 files changed, 5 insertions, 4 deletions
diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec
index c005b145b..cc6679348 100644
--- a/Nuget/MediaBrowser.Common.Internal.nuspec
+++ b/Nuget/MediaBrowser.Common.Internal.nuspec
@@ -2,16 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common.Internal</id>
- <version>3.0.22</version>
- <title />
+ <version>3.0.23</version>
+ <title>MediaBrowser.Common.Internal</title>
<authors>Luke</authors>
- <owners>Media Browser Team</owners>
+ <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 Theatre and Media Browser Server. Not intended for plugin developer consumption.</description>
+ <copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
- <dependency id="MediaBrowser.Common" version="3.0.22" />
+ <dependency id="MediaBrowser.Common" version="3.0.23" />
<dependency id="NLog" version="2.0.0.2000" />
<dependency id="ServiceStack" version="3.9.37" />
<dependency id="ServiceStack.Api.Swagger" version="3.9.35" />