Skip to content

Commit

Permalink
Version 8.0.0.2401-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Dec 27, 2023
1 parent 57be234 commit 1198b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public static class Global
#if NIGHTLY
private static DateTime Date => System.IO.File.GetLastWriteTime(System.Reflection.Assembly.GetEntryAssembly().Location);

public static string Version => $"7.9.1.2310-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.0.0.2401-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "7.9.1.2310";
public static string Version => "8.0.0.2401-pre1";
#endif
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt";
internal static string SynethiaPath => $@"{FileSys.AppDataPath}\Léo Corporation\InternetTest Pro\NewSynethiaConfig.json";
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>7.9.1.2310</Version>
<Copyright2023</Copyright>
<Version>8.0.0.2401-pre1</Version>
<Copyright2024</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

0 comments on commit 1198b24

Please sign in to comment.