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`.