Skip to content

Commit 1ff8961

Browse files
committed
fix: change package description to not include links and markdown code tags
1 parent eead737 commit 1ff8961

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/TimeProviderExtensions/TimeProviderExtensions.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<Company>Egil Hansen</Company>
77
<Authors>Egil Hansen</Authors>
88
<Description>
9-
Testing extensions for the [`System.TimeProvider`](https://learn.microsoft.com/en-us/dotnet/api/system.timeprovider) API. It includes
10-
an advanced test/fake version of the `TimeProvider` type, named `ManualTimeProvider`, that allows you to control the progress of time
11-
during testing deterministically (see the difference to Microsoft's `FakeTimeProvider` below) and a backported version of
12-
`PeriodicTimer` that supports `TimeProvider` in .NET 6.
9+
Testing extensions for the System.TimeProvider API. It includes
10+
an advanced test/fake version of the TimeProvider type that allows you to control the progress of time
11+
during testing deterministically and a backported version of PeriodicTimer that supports TimeProvider in .NET 6.
1312
</Description>
1413
<PackageReadmeFile>README.md</PackageReadmeFile>
1514
<PackageTags>TimeProvider, testing</PackageTags>

0 commit comments

Comments
 (0)