diff --git a/.library-manifest.yaml b/.library-manifest.yaml new file mode 100644 index 0000000..86f35ef --- /dev/null +++ b/.library-manifest.yaml @@ -0,0 +1,14 @@ +name: dotnet-cqrs +description: Modern CQRS framework for .NET with gRPC source generation and HTTP Minimal API support +owner: mathias@svrnty.io +layer: L3 +stack: C# 14/.NET 10 +status: stable +dependencies: [] +dependents: + - flutter_cqrs_datasource + - a-gent-app +entry_points: + readme: README.md + registry: null + schemas: Svrnty.CQRS.sln diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3827e..bafb321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- `.library-manifest.yaml` for cross-repo discovery and dependency tracking - Initial project setup ### Changed