building-block-identity/docs/contracts/nuget-publication-baseline.md

30 lines
757 B
Markdown

# Identity Contracts NuGet Publication Baseline
## Feed
- Source: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`
- Authentication: Gitea login + token
- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`
## Stable Version Matrix
| Package | Version | Published On |
| --- | --- | --- |
| BuildingBlock.Identity.Contracts | 0.2.0 | 2026-02-25 |
## Dependency Note
`BuildingBlock.Identity.Contracts` depends on:
- `Core.Blueprint.Common` version `0.2.0`
Stable package waves must keep dependency versions aligned.
## Consumer Validation
Restore validation passed using:
- `TargetFramework`: `net10.0`
- `PackageReference`: `BuildingBlock.Identity.Contracts` `0.2.0`
- Restore flags: `--no-cache --force`