chore(thalos-domain): stabilize package metadata and version baseline

This commit is contained in:
José René White Enciso 2026-02-25 15:57:55 -06:00
parent 04a10ad652
commit b4c266b57a
2 changed files with 17 additions and 7 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/thalos-domain</RepositoryUrl>
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/thalos-domain</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
</Project>

View File

@ -6,25 +6,25 @@
- 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 |
| --- | --- | --- | | --- | --- | --- |
| Thalos.Domain | 0.1.0-decouple.20260225140619 | 2026-02-25 | | Thalos.Domain | 0.2.0 | 2026-02-25 |
## Dependency Note ## Dependency Note
`Thalos.Domain` depends on: `Thalos.Domain` depends on:
- `BuildingBlock.Identity.Contracts` version `0.1.0-decouple.20260225140619` - `BuildingBlock.Identity.Contracts` version `0.2.0`
- `Core.Blueprint.Common` version `0.1.0-decouple.20260225140619` - `Core.Blueprint.Common` version `0.2.0`
Use coordinated package versions for domain packages that transitively reference BuildingBlock and Blueprint 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`: `Thalos.Domain` `0.1.0-decouple.20260225140619` - `PackageReference`: `Thalos.Domain` `0.2.0`
- Restore flags: `--no-cache --force` after publication - Restore flags: `--no-cache --force`