diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config index 8751237f..40bedb04 100644 --- a/.nuget/NuGet.Config +++ b/.nuget/NuGet.Config @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/FFXIVAPP.Client/FFXIVAPP.Client.csproj b/FFXIVAPP.Client/FFXIVAPP.Client.csproj index 21199999..517ef2f2 100644 --- a/FFXIVAPP.Client/FFXIVAPP.Client.csproj +++ b/FFXIVAPP.Client/FFXIVAPP.Client.csproj @@ -54,13 +54,13 @@ True - ..\packages\FFXIVAPP.Common.5.0.1\lib\net462\FFXIVAPP.Common.dll + ..\..\ffxivapp-common\build\Debug\FFXIVAPP.Common.dll - ..\packages\FFXIVAPP.IPluginInterface.5.0.3\lib\net462\FFXIVAPP.IPluginInterface.dll + ..\..\ffxivapp-iplugininterface\build\Debug\FFXIVAPP.IPluginInterface.dll - ..\packages\FFXIVAPP.ResourceFiles.2.0.1\lib\net462\FFXIVAPP.ResourceFiles.dll + ..\..\ffxivapp-resourcefiles\build\Debug\FFXIVAPP.ResourceFiles.dll ..\packages\HtmlAgilityPack.1.8.4\lib\Net45\HtmlAgilityPack.dll @@ -85,7 +85,7 @@ ..\packages\NLog.4.5.6\lib\net45\NLog.dll - ..\packages\Sharlayan.5.0.3\lib\net462\Sharlayan.dll + ..\..\sharlayan\distribution\Sharlayan.dll @@ -332,6 +332,24 @@ + + + {8d6cda64-78be-4bf0-b613-0c9afa225df5} + FFXIVAPP.Common + + + {56e3fd21-17c4-4306-ba2c-adaf6aaea330} + FFXIVAPP.IPluginInterface + + + {38e2405f-58d4-411c-b1df-6e2d6f14082e} + FFXIVAPP.ResourceFiles + + + {9510d5ef-208a-4897-a582-8eae5c6e9406} + Sharlayan + + %25SYSTEMROOT%25\System32\WindowsPowerShell\v1.0\powershell.exe –NonInteractive –ExecutionPolicy Unrestricted –command "& { &'$(SolutionDir)RestorePackages.ps1' '$(SolutionDir).nuget/nuget.exe' }" @@ -349,11 +367,11 @@ - - \ No newline at end of file + diff --git a/FFXIVAPP.Client/Initializer.cs b/FFXIVAPP.Client/Initializer.cs index c172777e..09c448f1 100644 --- a/FFXIVAPP.Client/Initializer.cs +++ b/FFXIVAPP.Client/Initializer.cs @@ -157,9 +157,6 @@ internal static class Initializer { MessageBoxHelper.ShowMessageAsync(title, message.ToString(), () => ShellView.CloseApplication(true), delegate { }); } - - var uri = "https://ffxiv-app.com/Analytics/Google/?eCategory=Application Launch&eAction=Version Check&eLabel=FFXIVAPP"; - DispatcherHelper.Invoke(() => MainView.View.GoogleAnalytics.Navigate(uri)); } } } diff --git a/FFXIVAPP.Client/Properties/AssemblyInfo.cs b/FFXIVAPP.Client/Properties/AssemblyInfo.cs index 66c69260..41e3c4f7 100644 --- a/FFXIVAPP.Client/Properties/AssemblyInfo.cs +++ b/FFXIVAPP.Client/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("SyndicatedLife")] [assembly: AssemblyProduct("FFXIVAPP.Client")] -[assembly: AssemblyCopyright("Copyright © 2007 - 2017 Ryan Wilson")] +[assembly: AssemblyCopyright("Copyright © 2007 - 2020 Ryan Wilson")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/FFXIVAPP.Client/ViewModels/MainViewModel.cs b/FFXIVAPP.Client/ViewModels/MainViewModel.cs index d381b824..ccc3d54e 100644 --- a/FFXIVAPP.Client/ViewModels/MainViewModel.cs +++ b/FFXIVAPP.Client/ViewModels/MainViewModel.cs @@ -38,7 +38,7 @@ internal sealed class MainViewModel : INotifyPropertyChanged { public void OpenWebSite() { try { - Process.Start("https://ffxiv-app.com"); + Process.Start("https://xivapp.com"); } catch (Exception ex) { MessageBoxHelper.ShowMessage(AppViewModel.Instance.Locale["app_WarningMessage"], ex.Message); diff --git a/FFXIVAPP.Client/Views/MainView.xaml b/FFXIVAPP.Client/Views/MainView.xaml index dcc25fd6..adcc5dfb 100644 --- a/FFXIVAPP.Client/Views/MainView.xaml +++ b/FFXIVAPP.Client/Views/MainView.xaml @@ -18,7 +18,7 @@ Source="/FFXIVAPP.ResourceFiles;component/Theme/splash.png" />