Skip to content

Commit

Permalink
Merge pull request #632 from Leo-Corporation/vNext
Browse files Browse the repository at this point in the history
Version 8.7.1.2412
  • Loading branch information
lpeyr authored Dec 1, 2024
2 parents 3caff45 + 50c2b7c commit 26b6737
Show file tree
Hide file tree
Showing 3 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 @@ -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.0.2411-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.7.1.2412-nightly{Date:yyMM.dd@HHmm}";

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

Expand Down
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/InternetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<Version>8.7.0.2411</Version>
<Version>8.7.1.2412</Version>
<Copyright>© 2024</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>
Expand Down
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/Properties/Resources.it-IT.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,6 @@ Assolutamente NESSUN dato verrà inviato a Léo Corporation.</value>
<value>Cancellazione cache DNS completata.</value>
</data>
<data name="ZoomLevel" xml:space="preserve">
<value>Livello di zoom predefinito</value>
<value>Livello zoom predefinito</value>
</data>
</root>

0 comments on commit 26b6737

Please sign in to comment.