This repository was archived by the owner on Sep 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1010[ assembly: AssemblyCopyright ( "Copyright © 2014" ) ]
1111[ assembly: AssemblyTrademark ( "" ) ]
1212[ assembly: AssemblyCulture ( "" ) ]
13- [ assembly: AssemblyVersion ( "0.10.4 " ) ]
14- [ assembly: AssemblyFileVersion ( "0.10.4 " ) ]
13+ [ assembly: AssemblyVersion ( "0.10.5 " ) ]
14+ [ assembly: AssemblyFileVersion ( "0.10.5 " ) ]
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >YoutubeExtractor</id >
5- <version >0.10.4.1 </version >
5+ <version >0.10.5 </version >
66 <title >YoutubeExtractor</title >
77 <authors >Dennis Daume</authors >
88 <owners >Dennis Daume</owners >
1212 <description >YoutubeExtractor is a library to extract the download link from YouTube videos, download them and/or extract their audio track.</description >
1313 <tags >youtube download extract audio WinRT WP8 Android iOS Xamarin</tags >
1414 <dependencies >
15- <dependency id =" Newtonsoft.Json" version =" 5 .0.8 " />
15+ <dependency id =" Newtonsoft.Json" version =" 6 .0.6 " />
1616 </dependencies >
1717 </metadata >
1818 <files >
1919 <file src =" bin\Release\Full\YoutubeExtractor.dll" target =" lib\net35\YoutubeExtractor.dll" />
2020 <file src =" bin\Release\Full\YoutubeExtractor.xml" target =" lib\net35\YoutubeExtractor.xml" />
21- <file src =" bin\Release\Full\YoutubeExtractor.pdb" target =" lib\net35\YoutubeExtractor.pdb" />
22- <file src =" bin\Release\Full\YoutubeExtractor.pdb.srcsrv" target =" lib\net35\YoutubeExtractor.pdb.srcsrv" />
2321 <file src =" bin\Release\Portable\YoutubeExtractor.dll" target =" lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.dll" />
2422 <file src =" bin\Release\Portable\YoutubeExtractor.xml" target =" lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.xml" />
25- <file src =" bin\Release\Portable\YoutubeExtractor.pdb" target =" lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb" />
26- <file src =" bin\Release\Portable\YoutubeExtractor.pdb.srcsrv" target =" lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb.srcsrv" />
2723 </files >
2824</package >
You can’t perform that action at this time.
0 commit comments