We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c3847 commit f4a90fbCopy full SHA for f4a90fb
InternetTest/InternetTest/Helpers/Context.cs
@@ -28,7 +28,7 @@ namespace InternetTest.Helpers;
28
29
public static class Context
30
{
31
- public static string Version => "9.0.0.2508-pre2";
+ public static string Version => "9.0.0.2508-pre3";
32
33
#if PORTABLE
34
public static string DefaultStoragePath => $@"{FileSys.CurrentDirectory}\InternetTest Pro\";
InternetTest/InternetTest/InternetTest.csproj
@@ -8,7 +8,7 @@
8
<UseWPF>true</UseWPF>
9
<ApplicationIcon>InternetTest.ico</ApplicationIcon>
10
<ApplicationManifest>app.manifest</ApplicationManifest>
11
- <Version>9.0.0.2508-pre2</Version>
+ <Version>9.0.0.2508-pre3</Version>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments