chore(building-block-inventory): stabilize package metadata and version baseline

This commit is contained in:
José René White Enciso 2026-02-25 15:54:44 -06:00
parent 3878c46657
commit 9a1dd45931
2 changed files with 16 additions and 6 deletions

10
Directory.Build.props Normal file
View File

@ -0,0 +1,10 @@
<Project>
<PropertyGroup>
<Authors>AgileWebs</Authors>
<Company>AgileWebs</Company>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>http://192.168.68.156:3000/AgileWebs/building-block-inventory</RepositoryUrl>
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/building-block-inventory</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
</Project>

View File

@ -6,24 +6,24 @@
- Authentication: Gitea login + token - Authentication: Gitea login + token
- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config` - HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`
## Published Baseline ## Stable Version Matrix
| Package | Version | Published On | | 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 ## Dependency Note
`BuildingBlock.Inventory.Contracts` depends on: `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 ## Consumer Validation
Restore validation passed using: Restore validation passed using:
- `TargetFramework`: `net10.0` - `TargetFramework`: `net10.0`
- `PackageReference`: `BuildingBlock.Inventory.Contracts` `0.1.0-decouple.20260225140619` - `PackageReference`: `BuildingBlock.Inventory.Contracts` `0.2.0`
- Restore flags: `--no-cache --force` after package publication - Restore flags: `--no-cache --force`