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

Commit 32cd8bf

Browse files
committed
Release of version 0.9.1
1 parent 8b65f44 commit 32cd8bf

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

Changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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.

YoutubeExtractor/YoutubeExtractor.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ EndProject
2222
Global
2323
GlobalSection(CodealikeProperties) = postSolution
2424
SolutionGuid = 09b3acc1-9c76-4060-a18f-5b5f253925cc
25-
SolutionGuid = 122b7b5c-00ae-42dd-8d57-5697582557a7
2625
EndGlobalSection
2726
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2827
Debug|Any CPU = Debug|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.9.0")]
14-
[assembly: AssemblyFileVersion("0.9.0")]
13+
[assembly: AssemblyVersion("0.9.1")]
14+
[assembly: AssemblyFileVersion("0.9.1")]

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

Lines changed: 4 additions & 4 deletions
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.9.0</version>
5+
<version>0.9.1</version>
66
<title>YoutubeExtractor</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>
@@ -11,10 +11,10 @@
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" />

0 commit comments

Comments
 (0)