diff --git a/README.md b/README.md index 60dce70..397c97d 100644 --- a/README.md +++ b/README.md @@ -259,8 +259,7 @@ builder.Services.AddTransient, EchoCommandValidator>(); | Task | Description | Status | |----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------| -| Support .NET 8 | Ensure compatibility with .NET 8. | ✅ | -| Support .NET 10 | Upgrade to .NET 10 with C# 14 language support. | ✅ | +| Support .NET 10 | .NET 10 with C# 14 language support. | ✅ | | Update FluentValidation | Upgrade FluentValidation to version 11.x for .NET 10 compatibility. | ✅ | | Add gRPC Support with source generators | Implement gRPC endpoints with source generators and Google Rich Error Model for validation. | ✅ | | Create a demo project (Svrnty.CQRS.Grpc.Sample) | Develop a comprehensive demo project showcasing gRPC and HTTP endpoints. | ✅ |