Skip to content

Commit

Permalink
Update YoutubeExplode to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
i3arnon committed Jul 31, 2020
1 parent 94b683a commit 6c8eb8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Service/Service.csproj
Expand Up @@ -54,7 +54,7 @@
<PackageReference Include="morelinq" Version="[2.9.0]" />
<PackageReference Include="Newtonsoft.Json" Version="[12.0.2]" />
<PackageReference Include="System.ValueTuple" Version="[4.5.0]" />
<PackageReference Include="YoutubeExplode" Version="5.1.2" />
<PackageReference Include="YoutubeExplode" Version="5.1.3" />
</ItemGroup>
<ItemGroup>
<Compile Include="**\*.cs" Exclude="obj\**" />
Expand Down
2 changes: 1 addition & 1 deletion src/YouCast/MainWindow.xaml
Expand Up @@ -178,7 +178,7 @@
<Button
x:Name="YoucastLink"
Style="{StaticResource LinkButton}"
Click="YoucastLink_OnClick" Content="YouCast v2.13."/>
Click="YoucastLink_OnClick" Content="YouCast v2.14."/>
<Label VerticalAlignment="Center" Content="Made by"/>
<Button
x:Name="TwitterLink"
Expand Down

0 comments on commit 6c8eb8b

Please sign in to comment.