diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-23 17:54:58 +0000 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-23 17:54:58 +0000 |
| commit | a7bdd3a6b56e25b81d26b57b07f8e1057f2b35e8 (patch) | |
| tree | a878a20a75ba8025674dcaac219de7e6ddcd2942 | |
| parent | c6a5790db386c385ec632d426c8c71e537c8dcd5 (diff) | |
Forgot to save the nuspec file with the NLog dependency in it.
| -rw-r--r-- | Nuget/MediaBrowser.Common.Internal.nuspec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec index 20a466fc3..9e431b767 100644 --- a/Nuget/MediaBrowser.Common.Internal.nuspec +++ b/Nuget/MediaBrowser.Common.Internal.nuspec @@ -8,16 +8,17 @@ <owners>Media Browser Team</owners> <projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>Contains common components shared by Media Browser Server and Media Browser Server. Not intended for plugin developer consumption.</description> + <description>Contains common components shared by Media Browser Theatre and Media Browser Server. Not intended for plugin developer consumption.</description> <dependencies> <dependency id="MediaBrowser.Common" version="3.0.0" /> + <dependency id="NLog" version="2.0.0.2000" /> </dependencies> </metadata> <files> - <file src="dlls\MediaBrowser.ClickOnce.dll" target="lib\net45\MediaBrowser.ClickOnce.dll" /> - <file src="dlls\MediaBrowser.IsoMounter.dll" target="lib\net45\MediaBrowser.IsoMounter.dll" /> - <file src="dlls\MediaBrowser.Logging.NLog.dll" target="lib\net45\MediaBrowser.Logging.NLog.dll" /> - <file src="dlls\MediaBrowser.Networking.dll" target="lib\net45\MediaBrowser.Networking.dll" /> - <file src="dlls\pfmclrapi.dll" target="lib\net45\pfmclrapi.dll" /> + <file src="lib\net45\MediaBrowser.ClickOnce.dll" target="lib\net45\MediaBrowser.ClickOnce.dll" /> + <file src="lib\net45\MediaBrowser.IsoMounter.dll" target="lib\net45\MediaBrowser.IsoMounter.dll" /> + <file src="lib\net45\MediaBrowser.Logging.NLog.dll" target="lib\net45\MediaBrowser.Logging.NLog.dll" /> + <file src="lib\net45\MediaBrowser.Networking.dll" target="lib\net45\MediaBrowser.Networking.dll" /> + <file src="lib\net45\pfmclrapi.dll" target="lib\net45\pfmclrapi.dll" /> </files> </package>
\ No newline at end of file |
