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

Commit 8ee3c7f

Browse files
Update project file
1 parent c2e5238 commit 8ee3c7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/SpeedTestSharp/SpeedTestSharp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
55
<Nullable>enable</Nullable>
6+
<PackageId>SuchByte.SpeedTestSharp</PackageId>
67
<Title>SpeedTestSharp</Title>
78
<Description>A simple and lightweight library to test the latency, download and upload speed of the internet.</Description>
89
<Copyright>Manuel Mayer</Copyright>
@@ -11,7 +12,7 @@
1112
<PackageProjectUrl>https://github.com/SuchByte/SpeedTestSharp</PackageProjectUrl>
1213
<PackageLicenseUrl>https://github.com/SuchByte/SpeedTestSharp/blob/master/LICENSE</PackageLicenseUrl>
1314
<RepositoryUrl>https://github.com/SuchByte/SpeedTestSharp</RepositoryUrl>
14-
<PackageTags>SpeedTest</PackageTags>
15+
<PackageTags>SpeedTest Internet</PackageTags>
1516
</PropertyGroup>
1617

1718
</Project>

0 commit comments

Comments
 (0)