blueprint-platform/docs/consumption/nuget-publishing-map.md
2026-03-06 08:17:46 -06:00

37 lines
1.5 KiB
Markdown

# NuGet Publishing Map
## Package Outputs
- Core.Blueprint.Common
- Core.Blueprint.Logging
- Core.Blueprint.Mongo
- Core.Blueprint.Redis
- Core.Blueprint.SQLServer
- Core.Blueprint.Storage
- Core.Blueprint.KeyVault
## Publishing Baseline
- 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.10.100:3000/api/packages/AgileWebs/nuget/index.json`.
## Stable Version Matrix
| Package | Stable Version | Published On | Feed |
| --- | --- | --- | --- |
| Core.Blueprint.Common | 0.2.0 | 2026-02-25 | AgileWebs org NuGet feed |
| Core.Blueprint.Logging | 0.2.0 | 2026-02-25 | AgileWebs org NuGet feed |
| Core.Blueprint.Mongo | 0.2.0 | 2026-02-25 | AgileWebs org NuGet feed |
| Core.Blueprint.Redis | 0.2.0 | 2026-02-25 | AgileWebs org NuGet feed |
| Core.Blueprint.SQLServer | 0.2.0 | 2026-02-25 | AgileWebs org NuGet feed |
| Core.Blueprint.Storage | 0.2.0 | 2026-02-25 | AgileWebs org NuGet feed |
| Core.Blueprint.KeyVault | 0.2.0 | 2026-02-25 | AgileWebs org NuGet feed |
## Consumer Notes
- Current feed is HTTP and requires `allowInsecureConnections="true"` in `nuget.config`.
- Blueprint packages currently target `net10.0`; consumers must use compatible target frameworks.
- Feed setup and smoke test steps are documented in `docs/consumption/gitea-nuget-feed-validation.md`.