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

Commit 729a096

Browse files
committed
Release of version 0.9.2
1 parent 91564bf commit 729a096

File tree

8 files changed

+23
-14
lines changed

8 files changed

+23
-14
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.2
2+
3+
## Changes
4+
- Lowered the required Newtonsoft.Json version to 5.0.8
5+
16
# v0.9.1
27

38
## Notes
4-
This release fixes the corrupt deployment of the previous release
9+
This release fixes the corrupt deployment of the previous release.
510

611
# v0.9.0
712

YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ private static IEnumerable<Uri> ExtractDownloadUrls(JObject json)
8585

8686
url += fallbackHost;
8787
}
88+
8889
else
8990
{
9091
url = queries["url"];

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.1")]
14-
[assembly: AssemblyFileVersion("0.9.1")]
13+
[assembly: AssemblyVersion("0.9.2")]
14+
[assembly: AssemblyFileVersion("0.9.2")]

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
<DocumentationFile>bin\Release\Full\YoutubeExtractor.xml</DocumentationFile>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
37+
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net35\Newtonsoft.Json.dll</HintPath>
4039
</Reference>
4140
<Reference Include="System" />
4241
<Reference Include="System.Core" />
@@ -66,7 +65,7 @@
6665
<Compile Include="YoutubeParseException.cs" />
6766
</ItemGroup>
6867
<ItemGroup>
69-
<None Include="packages.config" />
68+
<None Include="packages.YoutubeExtractor.config" />
7069
</ItemGroup>
7170
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7271
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

Lines changed: 2 additions & 2 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.1</version>
5+
<version>0.9.2</version>
66
<title>YoutubeExtractor</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>
@@ -12,7 +12,7 @@
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="6.0.1" />
15+
<dependency id="Newtonsoft.Json" version="5.0.8" />
1616
</dependencies>
1717
</metadata>
1818
<files>

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor_Portable.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
<Compile Include="YoutubeParseException.cs" />
4848
<Compile Include="Properties\AssemblyInfo.cs" />
4949
</ItemGroup>
50-
<ItemGroup>
51-
<None Include="packages.config" />
52-
</ItemGroup>
5350
<ItemGroup>
5451
<Reference Include="Newtonsoft.Json">
55-
<HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\portable-net40+sl5+wp80+win8+monotouch+monoandroid\Newtonsoft.Json.dll</HintPath>
52+
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\portable-net45+wp80+win8\Newtonsoft.Json.dll</HintPath>
5653
</Reference>
5754
</ItemGroup>
55+
<ItemGroup>
56+
<None Include="packages.YoutubeExtractor_Portable.config" />
57+
</ItemGroup>
5858
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
5959
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6060
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net35" />
4+
</packages>

YoutubeExtractor/YoutubeExtractor/packages.config renamed to YoutubeExtractor/YoutubeExtractor/packages.YoutubeExtractor_Portable.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="6.0.1" targetFramework="portable-net45+wp80+win+MonoAndroid10+MonoTouch10" />
3+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="portable-net45+wp80+win+MonoAndroid10+MonoTouch10" />
44
</packages>

0 commit comments

Comments
 (0)