chore: remove package description from the readme
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m4s

This removes the description from the package readme. The desciption of the package is
shown on nuget.org in the list view and if no package readme is defined on the detail view of
a package version. Since we provide a package readme we do not need the description shown
twice.
This commit is contained in:
Louis Seubert 2026-05-21 22:00:59 +02:00
commit 98f4a2165e
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD

View file

@ -1,5 +1,3 @@
SemVer is a .NET library for parsing, comparing, formatting, and serializing semantic versions and version ranges.
## Features
- **Parsing:** parse semantic version strings into structured objects.