chore(furniture-service): stabilize service contract package baseline
This commit is contained in:
parent
e589338aa5
commit
8d4c3a15dd
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-service</RepositoryUrl>
|
||||||
|
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/furniture-service</PackageProjectUrl>
|
||||||
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
27
docs/architecture/package-publication-baseline.md
Normal file
27
docs/architecture/package-publication-baseline.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Furniture 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 |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| Furniture.Service.Contracts | 0.2.0 | 2026-02-25 |
|
||||||
|
|
||||||
|
## Dependency Note
|
||||||
|
|
||||||
|
`Furniture.Service.Contracts` depends on:
|
||||||
|
|
||||||
|
- `Core.Blueprint.Common` version `0.2.0`
|
||||||
|
|
||||||
|
## Consumer Validation
|
||||||
|
|
||||||
|
Restore validation passed using:
|
||||||
|
|
||||||
|
- `TargetFramework`: `net10.0`
|
||||||
|
- `PackageReference`: `Furniture.Service.Contracts` `0.2.0`
|
||||||
|
- Restore flags: `--no-cache --force`
|
||||||
@ -5,6 +5,6 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\..\blueprint-platform\src\Core.Blueprint.Common\Core.Blueprint.Common.csproj" />
|
<PackageReference Include="Core.Blueprint.Common" Version="0.2.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user