From 2d53a433be7a2f78c79c9c0173b141c18299e2bf Mon Sep 17 00:00:00 2001 From: Jizheng Date: Fri, 10 Sep 2021 00:54:04 +0100 Subject: [PATCH] v1.0.0.38 Change Log: Modified the WebRequest URL, the default login method should work again now. The browser login approach is only used when the default WebRequest method failed. --- FodyWeavers.xsd | 15 +++++++++----- ISBoxerEVELauncher.csproj | 42 +++++++++++++++++++++++--------------- Web/RequestResponse.cs | 2 +- Windows/MainWindow.xaml.cs | 2 +- app.manifest | 2 +- packages.config | 18 +++++++++------- 6 files changed, 50 insertions(+), 31 deletions(-) diff --git a/FodyWeavers.xsd b/FodyWeavers.xsd index e82ada3..05e92c1 100644 --- a/FodyWeavers.xsd +++ b/FodyWeavers.xsd @@ -19,12 +19,12 @@ - A list of (.NET Core) runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks - A list of (.NET Core) runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. @@ -55,7 +55,12 @@ - Controls if (.NET Core) runtime assemblies are also embedded. + Controls if runtime assemblies are also embedded. + + + + + Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. @@ -90,12 +95,12 @@ - A list of (.NET Core) runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | - A list of (.NET Core) runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. diff --git a/ISBoxerEVELauncher.csproj b/ISBoxerEVELauncher.csproj index 5b9fdf0..52ccacf 100644 --- a/ISBoxerEVELauncher.csproj +++ b/ISBoxerEVELauncher.csproj @@ -1,6 +1,6 @@  - + Debug @@ -112,17 +112,17 @@ true - - packages\Costura.Fody.5.0.0-alpha0281\lib\netstandard1.0\Costura.dll + + packages\Costura.Fody.5.6.0\lib\netstandard1.0\Costura.dll - - packages\HtmlAgilityPack.1.11.28\lib\Net45\HtmlAgilityPack.dll + + packages\HtmlAgilityPack.1.11.36\lib\Net45\HtmlAgilityPack.dll - - packages\Microsoft.IdentityModel.Logging.6.8.0\lib\net461\Microsoft.IdentityModel.Logging.dll + + packages\Microsoft.IdentityModel.Logging.6.12.2\lib\net472\Microsoft.IdentityModel.Logging.dll - - packages\Microsoft.IdentityModel.Tokens.6.8.0\lib\net461\Microsoft.IdentityModel.Tokens.dll + + packages\Microsoft.IdentityModel.Tokens.6.12.2\lib\net472\Microsoft.IdentityModel.Tokens.dll @@ -130,8 +130,8 @@ True True - - packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.dll @@ -141,6 +141,9 @@ True True + + packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + packages\System.Console.4.3.1\lib\net46\System.Console.dll @@ -149,8 +152,8 @@ - - packages\System.Diagnostics.DiagnosticSource.5.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + packages\System.Diagnostics.DiagnosticSource.5.0.1\lib\net46\System.Diagnostics.DiagnosticSource.dll packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll @@ -226,6 +229,9 @@ True True + + packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + packages\System.Runtime.Extensions.4.3.1\lib\net462\System.Runtime.Extensions.dll True @@ -512,14 +518,18 @@ if "$(ConfigurationName)"=="Debug" ( + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + + + - + + - + diff --git a/packages.config b/packages.config index 52b93f8..9d29f05 100644 --- a/packages.config +++ b/packages.config @@ -1,19 +1,22 @@  - - - + + + - - + + + - + + + - + @@ -36,6 +39,7 @@ +