Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 8.7.2.2501 #635

Merged
merged 3 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1.2412-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.7.2.2501-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "8.7.1.2412";
public static string Version => "8.7.2.2501";
#endif
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt";

Expand Down
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/InternetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<Version>8.7.1.2412</Version>
<Copyright>© 2024</Copyright>
<Version>8.7.2.2501</Version>
<Copyright>© 2025</Copyright>
<Company>Léo Corporation</Company>
<Description>Taking you to another level. InternetTest can locate IP addresses, send ping request, recover your WiFi passwords and more!</Description>
<PackageIcon>InternetTest.ico</PackageIcon>
Expand Down
6 changes: 3 additions & 3 deletions InternetTest/InternetTest/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,12 @@ private void SeeLicensesBtn_Click(object sender, RoutedEventArgs e)
"DnsClient - Apache License Version 2.0 - © Michael Conrad\n" +
"Fluent System Icons - MIT License - © 2020 Microsoft Corporation\n" +
"ManagedNativeWifi - MIT License - © 2015-2019 emoacht\n" +
"PeyrSharp - MIT License - © 2022-2024 Devyus\n" +
"PeyrSharp - MIT License - © 2022-2025 Devyus\n" +
"QRCoder - MIT License - © 2013-2018 Raffael Herrmann\n" +
"RestSharp - Apache License Version 2.0 - © .NET Foundation and Contributors\n" +
"Synethia - MIT License - © 2023-2024 Devyus\n" +
"Synethia - MIT License - © 2023-2025 Devyus\n" +
"Whois - MIT License - © 2012 Chris Wood\n" +
"InternetTest - MIT License - © 2021-2024 Léo Corporation", $"{Properties.Resources.InternetTestPro} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
"InternetTest - MIT License - © 2021-2025 Léo Corporation", $"{Properties.Resources.InternetTestPro} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
}

private void GitHubBtn_Click(object sender, RoutedEventArgs e)
Expand Down
Loading