Compare commits

...

1 commit

Author SHA1 Message Date
98f4a2165e
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.
2026-05-21 22:00:59 +02:00

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.