Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit a96198b

Browse files
Update project file
1 parent 07709df commit a96198b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/SpeedTestSharp/Constants.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ namespace SpeedTestSharp
22
{
33
public class Constants
44
{
5-
public const string ConfigUrl = "https://www.speedtest.net/speedtest-config.php";
65
public const string ServersUrl = "http://www.speedtest.net/speedtest-servers.php";
76
public const string Chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
8-
public const int MaxUploadSize = 4;
9-
public static readonly int[] DownloadSizes = { 350, 500, 750, 1000, 1500, 2000 };
7+
public const int MaxUploadSize = 6;
8+
public static readonly int[] DownloadSizes = { 1500, 2000, 3000, 3500, 4000 };
109
}
1110
}
1211

src/SpeedTestSharp/SpeedTestSharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PackageLicenseUrl>https://github.com/SuchByte/SpeedTestSharp/blob/master/LICENSE</PackageLicenseUrl>
1414
<RepositoryUrl>https://github.com/SuchByte/SpeedTestSharp</RepositoryUrl>
1515
<PackageTags>SpeedTest Internet</PackageTags>
16+
<Version>1.0.1</Version>
1617
</PropertyGroup>
1718

1819
</Project>

0 commit comments

Comments
 (0)