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 +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ # v0.9.0
2+
3+ ## Notes
4+ - As of this version, Newtonsoft.Json is a dependency again.
5+
6+ ## Bugfixes
7+ - Fixed the deciphering of the video signature. This fixes all of the 403 errors.
8+
19# v0.8.1
210
311## Bugfixes
Original file line number Diff line number Diff line change 11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio 2012
3+ # Visual Studio 2013
4+ VisualStudioVersion = 12.0.30110.0
5+ MinimumVisualStudioVersion = 10.0.40219.1
46Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "YoutubeExtractor" , "YoutubeExtractor\YoutubeExtractor.csproj" , "{ECDC127F-8DEF-4F99-8300-72C13597339D}"
57EndProject
68Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ExampleApplication" , "ExampleApplication\ExampleApplication.csproj" , "{B894B26A-A518-4366-B31C-D90489A0F138}"
@@ -18,6 +20,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApplication.Portable
1820 EndProject Section
1921EndProject
2022Global
23+ GlobalSection (CodealikeProperties ) = postSolution
24+ SolutionGuid = 09 b 3 acc 1 -9 c 76 -4060 -a 18 f -5 b 5 f 253925 cc
25+ EndGlobalSection
2126 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2227 Debug| Any CPU = Debug| Any CPU
2328 Release| Any CPU = Release| 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.8.1 " ) ]
14- [ assembly: AssemblyFileVersion ( "0.8.1 " ) ]
13+ [ assembly: AssemblyVersion ( "0.9.0 " ) ]
14+ [ assembly: AssemblyFileVersion ( "0.9.0 " ) ]
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.8.1 </version >
5+ <version >0.9.0 </version >
66 <title >YoutubeExtractor</title >
77 <authors >Dennis Daume</authors >
88 <owners >Dennis Daume</owners >
You can’t perform that action at this time.
0 commit comments