Merge branch 'feature/thalos-domain-stable-package-baseline' into development

This commit is contained in:
José René White Enciso 2026-02-25 16:50:51 -06:00
commit 50ad1c57bf
3 changed files with 18 additions and 8 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
- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`
## Published Baseline
## Stable Version Matrix
| Package | Version | Published On |
| --- | --- | --- |
| Thalos.Domain | 0.1.0-decouple.20260225140619 | 2026-02-25 |
| Thalos.Domain | 0.2.0 | 2026-02-25 |
## Dependency Note
`Thalos.Domain` depends on:
- `BuildingBlock.Identity.Contracts` version `0.1.0-decouple.20260225140619`
- `Core.Blueprint.Common` version `0.1.0-decouple.20260225140619`
- `BuildingBlock.Identity.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.
Stable package waves must keep dependency versions aligned.
## Consumer Validation
Restore validation passed using:
- `TargetFramework`: `net10.0`
- `PackageReference`: `Thalos.Domain` `0.1.0-decouple.20260225140619`
- Restore flags: `--no-cache --force` after publication
- `PackageReference`: `Thalos.Domain` `0.2.0`
- Restore flags: `--no-cache --force`

View File

@ -5,6 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\building-block-identity\src\BuildingBlock.Identity.Contracts\BuildingBlock.Identity.Contracts.csproj" />
<PackageReference Include="BuildingBlock.Identity.Contracts" Version="0.2.0" />
</ItemGroup>
</Project>