From c9ca225d274754d0c35d01a8f9094465e2471d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ren=C3=A9=20White=20Enciso?= Date: Wed, 25 Feb 2026 14:02:42 -0600 Subject: [PATCH] docs(blueprint-platform): record baseline nuget publication matrix --- docs/consumption/nuget-publishing-map.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/consumption/nuget-publishing-map.md b/docs/consumption/nuget-publishing-map.md index 2ae05fc..8777fe4 100644 --- a/docs/consumption/nuget-publishing-map.md +++ b/docs/consumption/nuget-publishing-map.md @@ -15,3 +15,16 @@ - Publish packages independently from this repository. - Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules. - 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`.