diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..ece282c --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + AgileWebs + AgileWebs + git + http://192.168.68.156:3000/AgileWebs/building-block-catalog + http://192.168.68.156:3000/AgileWebs/building-block-catalog + false + + diff --git a/docs/contracts/nuget-publication-baseline.md b/docs/contracts/nuget-publication-baseline.md index 0f476bb..25e0700 100644 --- a/docs/contracts/nuget-publication-baseline.md +++ b/docs/contracts/nuget-publication-baseline.md @@ -6,24 +6,24 @@ - Authentication: Gitea login + token - HTTP requirement: `allowInsecureConnections="true"` in `nuget.config` -## Published Baseline +## Stable Version Matrix | Package | Version | Published On | | --- | --- | --- | -| BuildingBlock.Catalog.Contracts | 0.1.0-decouple.20260225140619 | 2026-02-25 | +| BuildingBlock.Catalog.Contracts | 0.2.0 | 2026-02-25 | ## Dependency Note `BuildingBlock.Catalog.Contracts` depends on: -- `Core.Blueprint.Common` version `0.1.0-decouple.20260225140619` +- `Core.Blueprint.Common` version `0.2.0` -Use coordinated package versions when publishing packages built from project-reference graphs. +Stable package waves must keep dependency versions aligned. ## Consumer Validation Restore validation passed using: - `TargetFramework`: `net10.0` -- `PackageReference`: `BuildingBlock.Catalog.Contracts` `0.1.0-decouple.20260225140619` -- Restore flags: `--no-cache --force` after publication +- `PackageReference`: `BuildingBlock.Catalog.Contracts` `0.2.0` +- Restore flags: `--no-cache --force` diff --git a/src/BuildingBlock.Catalog.Contracts/BuildingBlock.Catalog.Contracts.csproj b/src/BuildingBlock.Catalog.Contracts/BuildingBlock.Catalog.Contracts.csproj index 04a4bbc..b1d5d12 100644 --- a/src/BuildingBlock.Catalog.Contracts/BuildingBlock.Catalog.Contracts.csproj +++ b/src/BuildingBlock.Catalog.Contracts/BuildingBlock.Catalog.Contracts.csproj @@ -5,6 +5,6 @@ enable - +