This repository was archived by the owner on Sep 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ # v0.9.1
2+
3+ ## Notes
4+ This release fixes the corrupt deployment of the previous release
5+
16# v0.9.0
27
38## Notes
4- - As of this version, Newtonsoft.Json is a dependency again.
9+ As of this version, Newtonsoft.Json is a dependency again.
510
611## Bugfixes
712- Fixed the deciphering of the video signature. This fixes all of the 403 errors.
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ EndProject
2222Global
2323 GlobalSection (CodealikeProperties ) = postSolution
2424 SolutionGuid = 09 b 3 acc 1 -9 c 76 -4060 -a 18 f -5 b 5 f 253925 cc
25- SolutionGuid = 122 b 7 b 5 c -00 ae -42 dd -8 d 57 -5697582557 a 7
2625 EndGlobalSection
2726 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2827 Debug| Any CPU = Debug| Any CPU
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.9.0 " ) ]
14- [ assembly: AssemblyFileVersion ( "0.9.0 " ) ]
13+ [ assembly: AssemblyVersion ( "0.9.1 " ) ]
14+ [ assembly: AssemblyFileVersion ( "0.9.1 " ) ]
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.9.0 </version >
5+ <version >0.9.1 </version >
66 <title >YoutubeExtractor</title >
77 <authors >Dennis Daume</authors >
88 <owners >Dennis Daume</owners >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
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 >
14+ <dependencies >
15+ <dependency id =" Newtonsoft.Json" version =" 6.0.1" />
16+ </dependencies >
1417 </metadata >
15- <dependencies >
16- <dependency id =" Newtonsoft.Json" version =" 6.0.1" />
17- </dependencies >
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" />
You can’t perform that action at this time.
0 commit comments