chore: add nuget package description
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m16s
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m16s
This also 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:
parent
c7fb3fa867
commit
3dd3c358a0
2 changed files with 1 additions and 3 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
|
||||
<PackageDescription>.NET library for interacting with external command-line interfaces, including process execution, piping, and cancellation.</PackageDescription>
|
||||
<PackageIcon>package-icon.png</PackageIcon>
|
||||
<PackageProjectUrl>https://code.geekeey.de/geekeey/process/src/branch/main/src/process</PackageProjectUrl>
|
||||
<PackageLicenseExpression>EUPL-1.2</PackageLicenseExpression>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
Process is a library for interacting with external command-line interfaces. It provides a convenient model for launching
|
||||
processes, redirecting input and output streams, awaiting completion, handling cancellation, and more.
|
||||
|
||||
## Features
|
||||
|
||||
- **Input and Output redirection:** flexible piping model, that allows to redirect the process's streams.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue