Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 96838f8

Browse files
committed
Release of version 0.9.0
1 parent 61bf77d commit 96838f8

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

YoutubeExtractor/YoutubeExtractor.sln

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
Microsoft 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
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YoutubeExtractor", "YoutubeExtractor\YoutubeExtractor.csproj", "{ECDC127F-8DEF-4F99-8300-72C13597339D}"
57
EndProject
68
Project("{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
EndProjectSection
1921
EndProject
2022
Global
23+
GlobalSection(CodealikeProperties) = postSolution
24+
SolutionGuid = 09b3acc1-9c76-4060-a18f-5b5f253925cc
25+
EndGlobalSection
2126
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2227
Debug|Any CPU = Debug|Any CPU
2328
Release|Any CPU = Release|Any CPU

YoutubeExtractor/YoutubeExtractor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
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")]

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)