dotnet-cqrs/CHANGELOG.md
2026-03-08 14:02:19 -04:00

941 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • .library-manifest.yaml for cross-repo discovery and dependency tracking
  • Initial project setup
  • docs/ARCHITECTURE.md -- package dependency graph, CQRS data flows, saga flow, separation of concerns
  • docs/PACKAGE_INDEX.md -- per-package reference for all 18 NuGet packages with key types and dependencies
  • docs/GETTING_STARTED.md -- step-by-step guide covering handler registration, gRPC setup, MinimalApi, DynamicQuery, domain events, sagas, and notifications

Changed

  • Updated README.md to reflect correct package count (18), added links to new docs, added Related Libraries section linking to flutter_cqrs_datasource

Fixed

Removed