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 - +