Skip to content

Commit 1be8add

Browse files
Update README.md
1 parent b668a30 commit 1be8add

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
# AUGUST 2025 UPDATE: Complete rewrite in progress for Version 7
2-
3-
IT WAS MADE PRIVATE IN APRIL 2023 WHEN IT HAD **681 STARS** AND THEN MADE PUBLIC AGAIN FOR ARCHIVE PURPOSES
4-
51
# OpenCQRS
62

7-
[![.Build](https://github.com/lucabriguglia/OpenCQRS/actions/workflows/dotnet.yml/badge.svg)](https://github.com/lucabriguglia/OpenCQRS/actions/workflows/dotnet.yml)
8-
9-
OpenCQRS is a .NET 6 framework that can be used to create a simple and clean design by enforcing single responsibility and separation of concerns.
10-
11-
Its advanced features are ideal for Domain Driven Design (DDD), Command Query Responsibilty Segragation (CQRS) and Event Sourcing.
12-
13-
With OpenCQRS you can automatically dispatch events to a message bus (Service Bus or RabbitMQ), validate your commands before they are sent to the command handler (FluentValidation) and automatically cache the result of your queries (Memory or Redis).
14-
15-
**Full Documentation**: [OpenCQRS Wiki](https://lucabriguglia.github.io/OpenCQRS).
3+
.NET framework for DDD, CQRS and Event Sourcing.
164

17-
## Main Flow
5+
## Complete rewrite in progress for Version 7
186

19-
![Send Command Flow](docs/assets/img/SendCommandFlow.svg)
7+
It was made private in APril 2023 when it had **681 stars** and made public again for archive purposes
208

21-
## Packages
9+
## Legacy Packages
2210

2311
### Main
2412

0 commit comments

Comments
 (0)