diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ac57f1..33847729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # GameVault App Changelog +## 1.17.4 +Recommended Gamevault Server Version: `v16.1.1` +### Changes +- Bug fix: Fixed youtube video region lock + ## 1.17.3 Recommended Gamevault Server Version: `v16.1.1` ### Changes diff --git a/gamevault/AssemblyInfo.cs b/gamevault/AssemblyInfo.cs index 1e91ab7d..a94e8272 100644 --- a/gamevault/AssemblyInfo.cs +++ b/gamevault/AssemblyInfo.cs @@ -11,7 +11,7 @@ //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] -[assembly: AssemblyVersion("1.17.3.0")] +[assembly: AssemblyVersion("1.17.4.0")] [assembly: AssemblyCopyright("© Phalcode™. All Rights Reserved.")] #if DEBUG [assembly: XmlnsDefinition("debug-mode", "Namespace")] diff --git a/gamevault/Helper/AnalyticsHelper.cs b/gamevault/Helper/AnalyticsHelper.cs index 9c971d50..61c2f09b 100644 --- a/gamevault/Helper/AnalyticsHelper.cs +++ b/gamevault/Helper/AnalyticsHelper.cs @@ -1,5 +1,4 @@ -using AngleSharp.Io; -using gamevault.UserControls; +using gamevault.UserControls; using gamevault.ViewModels; using System; using System.CodeDom; diff --git a/gamevault/Lib/YoutubeExplode.dll b/gamevault/Lib/YoutubeExplode.dll new file mode 100644 index 00000000..9699be53 Binary files /dev/null and b/gamevault/Lib/YoutubeExplode.dll differ diff --git a/gamevault/UserControls/DownloadsUserControl.xaml.cs b/gamevault/UserControls/DownloadsUserControl.xaml.cs index 826e7b52..69ba924d 100644 --- a/gamevault/UserControls/DownloadsUserControl.xaml.cs +++ b/gamevault/UserControls/DownloadsUserControl.xaml.cs @@ -10,7 +10,6 @@ using System.Threading.Tasks; using System.Windows.Controls; using gamevault.Helper.Integrations; -using AngleSharp.Io; using System.IO; namespace gamevault.UserControls diff --git a/gamevault/UserControls/SettingsUserControl.xaml.cs b/gamevault/UserControls/SettingsUserControl.xaml.cs index 445592ae..69b8dd80 100644 --- a/gamevault/UserControls/SettingsUserControl.xaml.cs +++ b/gamevault/UserControls/SettingsUserControl.xaml.cs @@ -12,7 +12,6 @@ using MahApps.Metro.Controls.Dialogs; using MahApps.Metro.Controls; using System.Text.Json; -using AngleSharp.Common; using System.Collections.ObjectModel; using System.Linq; using System.Collections.Generic; diff --git a/gamevault/gamevault.csproj b/gamevault/gamevault.csproj index 80f9c017..b855613f 100644 --- a/gamevault/gamevault.csproj +++ b/gamevault/gamevault.csproj @@ -53,7 +53,7 @@ - + @@ -62,12 +62,11 @@ - - - - + + + + - @@ -92,6 +91,9 @@ Lib\Preferences.dll + + + Lib\YoutubeExplode.dll