From a336f88f0facce3f3bf093b32c036fdc15a34689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ren=C3=A9=20White=20Enciso?= Date: Wed, 25 Feb 2026 16:07:52 -0600 Subject: [PATCH] chore(thalos-service): stabilize service contract package baseline --- Directory.Build.props | 10 +++++++ .../package-publication-baseline.md | 27 +++++++++++++++++++ ...halos.Service.Identity.Abstractions.csproj | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 Directory.Build.props create mode 100644 docs/architecture/package-publication-baseline.md diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..e7efd40 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + AgileWebs + AgileWebs + git + http://192.168.68.156:3000/AgileWebs/thalos-service + http://192.168.68.156:3000/AgileWebs/thalos-service + false + + diff --git a/docs/architecture/package-publication-baseline.md b/docs/architecture/package-publication-baseline.md new file mode 100644 index 0000000..61bb738 --- /dev/null +++ b/docs/architecture/package-publication-baseline.md @@ -0,0 +1,27 @@ +# Thalos Service Contract Package Baseline + +## Feed + +- Source: `http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json` +- Authentication: Gitea login + token +- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config` + +## Published Baseline + +| Package | Version | Published On | +| --- | --- | --- | +| Thalos.Service.Identity.Abstractions | 0.2.0 | 2026-02-25 | + +## Dependency Note + +`Thalos.Service.Identity.Abstractions` depends on: + +- `Core.Blueprint.Common` version `0.2.0` + +## Consumer Validation + +Restore validation passed using: + +- `TargetFramework`: `net10.0` +- `PackageReference`: `Thalos.Service.Identity.Abstractions` `0.2.0` +- Restore flags: `--no-cache --force` diff --git a/src/Thalos.Service.Identity.Abstractions/Thalos.Service.Identity.Abstractions.csproj b/src/Thalos.Service.Identity.Abstractions/Thalos.Service.Identity.Abstractions.csproj index 04a4bbc..b1d5d12 100644 --- a/src/Thalos.Service.Identity.Abstractions/Thalos.Service.Identity.Abstractions.csproj +++ b/src/Thalos.Service.Identity.Abstractions/Thalos.Service.Identity.Abstractions.csproj @@ -5,6 +5,6 @@ enable - +