Skip to content

Commit 0aef7be

Browse files
committed
Updating package description and tags
1 parent e582b3a commit 0aef7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResultR/ResultR.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<!-- Package metadata -->
1111
<PackageId>ResultR</PackageId>
12-
<Description>A lightweight, opinionated C# mediator library focused on simplicity and clean design.</Description>
12+
<Description>A lightweight request/response dispatcher for .NET applications. It routes requests to handlers and wraps all responses in a Result<T> type for consistent success/failure handling.</Description>
1313
<Authors>Alan Barber</Authors>
14-
<PackageTags>mediator;cqrs;result;pipeline;handler</PackageTags>
14+
<PackageTags>dispatcher;mediator;cqrs;result;pipeline;handler</PackageTags>
1515
<PackageLicenseExpression>ISC</PackageLicenseExpression>
1616
<PackageProjectUrl>https://github.com/AlanBarber/ResultR</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/AlanBarber/ResultR</RepositoryUrl>

0 commit comments

Comments
 (0)