mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-30 18:22:48 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
 | |
|     <metadata>
 | |
|         <id>MediaBrowser.Common.Internal</id>
 | |
|         <version>3.0.652</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 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.652" />
 | |
|             <dependency id="NLog" version="4.3.5" />
 | |
|             <dependency id="SimpleInjector" version="3.2.0" />
 | |
|         </dependencies>
 | |
|     </metadata>
 | |
|     <files>
 | |
|         <file src="dlls\MediaBrowser.Common.Implementations.dll" target="lib\net45\MediaBrowser.Common.Implementations.dll" />
 | |
|         <file src="..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll" target="lib\net45\ServiceStack.Text.dll" />
 | |
|     </files>
 | |
| </package> |