chore(furniture-domain): stabilize package metadata and version baseline
This commit is contained in:
parent
806b8b58ed
commit
fe85cc44bb
10
Directory.Build.props
Normal file
10
Directory.Build.props
Normal file
@ -0,0 +1,10 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Authors>AgileWebs</Authors>
|
||||
<Company>AgileWebs</Company>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>http://192.168.68.156:3000/AgileWebs/furniture-domain</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/furniture-domain</PackageProjectUrl>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@ -10,15 +10,15 @@
|
||||
|
||||
| Package | Version | Published On |
|
||||
| --- | --- | --- |
|
||||
| Furniture.Domain | 0.1.0-decouple.20260225140619 | 2026-02-25 |
|
||||
| Furniture.Domain | 0.2.0 | 2026-02-25 |
|
||||
|
||||
## Dependency Note
|
||||
|
||||
`Furniture.Domain` depends on:
|
||||
|
||||
- `BuildingBlock.Inventory.Contracts` version `0.1.0-decouple.20260225140619`
|
||||
- `BuildingBlock.Catalog.Contracts` version `0.1.0-decouple.20260225140619`
|
||||
- `Core.Blueprint.Common` version `0.1.0-decouple.20260225140619`
|
||||
- `BuildingBlock.Inventory.Contracts` version `0.2.0`
|
||||
- `BuildingBlock.Catalog.Contracts` version `0.2.0`
|
||||
- `Core.Blueprint.Common` version `0.2.0`
|
||||
|
||||
Use coordinated package versions for domain packages that transitively reference BuildingBlock and Blueprint packages.
|
||||
|
||||
@ -27,5 +27,5 @@ Use coordinated package versions for domain packages that transitively reference
|
||||
Restore validation passed using:
|
||||
|
||||
- `TargetFramework`: `net10.0`
|
||||
- `PackageReference`: `Furniture.Domain` `0.1.0-decouple.20260225140619`
|
||||
- `PackageReference`: `Furniture.Domain` `0.2.0`
|
||||
- Restore flags: `--no-cache --force` after publication
|
||||
|
||||
Loading…
Reference in New Issue
Block a user