Skip to content

Commit

Permalink
Merge pull request #635 from Leo-Corporation/vNext
Browse files Browse the repository at this point in the history
Version 8.7.2.2501
  • Loading branch information
lpeyr authored Jan 4, 2025
2 parents b131eb5 + d0f8547 commit 03b7c4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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>
<Copyright2024</Copyright>
<Version>8.7.2.2501</Version>
<Copyright2025</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

0 comments on commit 03b7c4f

Please sign in to comment.