diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..4c4a357 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + AgileWebs + AgileWebs + git + http://192.168.68.156:3000/AgileWebs/building-block-inventory + http://192.168.68.156:3000/AgileWebs/building-block-inventory + false + + diff --git a/docs/contracts/nuget-publication-baseline.md b/docs/contracts/nuget-publication-baseline.md index be8278e..742614e 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.Inventory.Contracts | 0.1.0-decouple.20260225140619 | 2026-02-25 | +| BuildingBlock.Inventory.Contracts | 0.2.0 | 2026-02-25 | ## Dependency Note `BuildingBlock.Inventory.Contracts` depends on: -- `Core.Blueprint.Common` version `0.1.0-decouple.20260225140619` +- `Core.Blueprint.Common` version `0.2.0` -When publishing contract packages built with project references, use a coordinated version across dependent packages. +Stable package waves must keep dependency versions aligned. ## Consumer Validation Restore validation passed using: - `TargetFramework`: `net10.0` -- `PackageReference`: `BuildingBlock.Inventory.Contracts` `0.1.0-decouple.20260225140619` -- Restore flags: `--no-cache --force` after package publication +- `PackageReference`: `BuildingBlock.Inventory.Contracts` `0.2.0` +- Restore flags: `--no-cache --force`