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

Commit 4d29467

Browse files
committed
Release of version 0.8.0
v0.7.1 was the wrong version number with an incorrect changelog
1 parent cfa349f commit 4d29467

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# v0.7.1
1+
# v0.8.0
22

3-
## Bugfixes
4-
- Fixed a bug that caused an exception for videos that don't have DASH
3+
## Features
4+
- Added DASH support
55

66
# v0.7.0
77

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.7.1")]
14-
[assembly: AssemblyFileVersion("0.7.1")]
13+
[assembly: AssemblyVersion("0.8.0")]
14+
[assembly: AssemblyFileVersion("0.8.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.7.1</version>
5+
<version>0.8.0</version>
66
<title>YoutubeExtractor</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>

0 commit comments

Comments
 (0)