From 520d56ee544455fb9ee7bc25f45744094a0a6c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Sun, 17 Nov 2024 16:03:46 +0100 Subject: [PATCH] Version 8.7.0.2411-pre1 --- InternetTest/InternetTest/Classes/Global.cs | 8 ++++---- InternetTest/InternetTest/InternetTest.csproj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/InternetTest/InternetTest/Classes/Global.cs b/InternetTest/InternetTest/Classes/Global.cs index 5124a70..26a043c 100644 --- a/InternetTest/InternetTest/Classes/Global.cs +++ b/InternetTest/InternetTest/Classes/Global.cs @@ -48,10 +48,10 @@ public static class Global #if NIGHTLY private static DateTime Date => System.IO.File.GetLastWriteTime(System.Reflection.Assembly.GetEntryAssembly().Location); - public static string Version => $"8.6.1.2409-nightly{Date:yyMM.dd@HHmm}"; + public static string Version => $"8.7.0.2411-nightly{Date:yyMM.dd@HHmm}"; #else - public static string Version => "8.6.1.2409"; + public static string Version => "8.7.0.2411-pre1"; #endif public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt"; @@ -292,7 +292,7 @@ public static bool IsUrlValid(string url) && (uriResult.Scheme == Uri.UriSchemeHttp || uriResult.Scheme == Uri.UriSchemeHttps); } - public async static Task GetIPInfoAsync(string ip) + public static async Task GetIPInfoAsync(string ip) { try { @@ -655,7 +655,7 @@ public static async Task GetDnsCache() public static async Task RunPowerShellCommandAsync(string psCommand) { // Create a new process to run PowerShell - ProcessStartInfo processInfo = new ProcessStartInfo + ProcessStartInfo processInfo = new() { FileName = "powershell.exe", Arguments = $"-Command \"{psCommand}\"", diff --git a/InternetTest/InternetTest/InternetTest.csproj b/InternetTest/InternetTest/InternetTest.csproj index 3871910..071cd8b 100644 --- a/InternetTest/InternetTest/InternetTest.csproj +++ b/InternetTest/InternetTest/InternetTest.csproj @@ -6,7 +6,7 @@ enable true True - 8.6.1.2409 + 8.7.0.2411-pre1 © 2024 Léo Corporation Taking you to another level. InternetTest can locate IP addresses, send ping request, recover your WiFi passwords and more!