docs(blueprint-platform): record baseline nuget publication matrix

This commit is contained in:
José René White Enciso 2026-02-25 14:02:42 -06:00
parent c0deed4ce4
commit c9ca225d27

View File

@ -15,3 +15,16 @@
- Publish packages independently from this repository. - Publish packages independently from this repository.
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules. - Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
- Keep package identifiers stable to protect downstream compatibility. - Keep package identifiers stable to protect downstream compatibility.
- Use Gitea org feed: `http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json`.
## Baseline Published Versions
| Package | Version | Published On | Feed |
| --- | --- | --- | --- |
| Core.Blueprint.Common | 0.1.0-decouple.20260225140139 | 2026-02-25 | AgileWebs org NuGet feed |
## Consumer Notes
- Current feed is HTTP and requires `allowInsecureConnections="true"` in `nuget.config`.
- `Core.Blueprint.Common` currently targets `net10.0`; consumers must use compatible target frameworks.
- Feed setup and smoke test steps are documented in `docs/consumption/gitea-nuget-feed-validation.md`.