Skip to content

Commit

Permalink
Update YoutubeExplode
Browse files Browse the repository at this point in the history
  • Loading branch information
i3arnon committed May 23, 2021
1 parent fbdd11b commit 0c25b62
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
Original file line number Diff line number Diff line change
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="6.0.0" />
<PackageReference Include="YoutubeExplode" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="**\*.cs" Exclude="obj\**" />
Expand Down
2 changes: 1 addition & 1 deletion src/YouCast/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<Button
x:Name="YoucastLink"
Style="{StaticResource LinkButton}"
Click="YoucastLink_OnClick" Content="YouCast v2.19."/>
Click="YoucastLink_OnClick" Content="YouCast v2.20."/>
<Label VerticalAlignment="Center" Content="Made by"/>
<Button
x:Name="TwitterLink"
Expand Down

0 comments on commit 0c25b62

Please sign in to comment.