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

Commit acffe88

Browse files
committed
Release of version 0.10.5
1 parent 7b37d6c commit acffe88

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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.10.4")]
14-
[assembly: AssemblyFileVersion("0.10.4")]
13+
[assembly: AssemblyVersion("0.10.5")]
14+
[assembly: AssemblyFileVersion("0.10.5")]

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

Lines changed: 2 additions & 6 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.10.4.1</version>
5+
<version>0.10.5</version>
66
<title>YoutubeExtractor</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>
@@ -12,17 +12,13 @@
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>
1414
<dependencies>
15-
<dependency id="Newtonsoft.Json" version="5.0.8" />
15+
<dependency id="Newtonsoft.Json" version="6.0.6" />
1616
</dependencies>
1717
</metadata>
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" />
21-
<file src="bin\Release\Full\YoutubeExtractor.pdb" target="lib\net35\YoutubeExtractor.pdb" />
22-
<file src="bin\Release\Full\YoutubeExtractor.pdb.srcsrv" target="lib\net35\YoutubeExtractor.pdb.srcsrv" />
2321
<file src="bin\Release\Portable\YoutubeExtractor.dll" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.dll" />
2422
<file src="bin\Release\Portable\YoutubeExtractor.xml" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.xml" />
25-
<file src="bin\Release\Portable\YoutubeExtractor.pdb" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb" />
26-
<file src="bin\Release\Portable\YoutubeExtractor.pdb.srcsrv" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb.srcsrv" />
2723
</files>
2824
</package>

0 commit comments

Comments
 (0)