chore(blueprint-platform): checkpoint pending development updates
This commit is contained in:
parent
c54167a6b4
commit
c23ab0cbdc
@ -3,8 +3,8 @@
|
|||||||
<Authors>AgileWebs</Authors>
|
<Authors>AgileWebs</Authors>
|
||||||
<Company>AgileWebs</Company>
|
<Company>AgileWebs</Company>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<RepositoryUrl>http://192.168.10.100:3000/AgileWebs/blueprint-platform</RepositoryUrl>
|
<RepositoryUrl>https://gitea.dream-views.com/AgileWebs/blueprint-platform</RepositoryUrl>
|
||||||
<PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/blueprint-platform</PackageProjectUrl>
|
<PackageProjectUrl>https://gitea.dream-views.com/AgileWebs/blueprint-platform</PackageProjectUrl>
|
||||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@ -7,8 +7,8 @@ Validate that Gitea can be used as the package registry for cross-repo consumpti
|
|||||||
## Validated Environment
|
## Validated Environment
|
||||||
|
|
||||||
- Date: 2026-02-25
|
- Date: 2026-02-25
|
||||||
- Gitea URL: `http://192.168.10.100:3000`
|
- Gitea URL: `https://gitea.dream-views.com`
|
||||||
- Organization feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`
|
- Organization feed: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`
|
||||||
- Auth mode: Basic auth using Gitea login + token
|
- Auth mode: Basic auth using Gitea login + token
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
@ -24,7 +24,7 @@ Because the current feed is HTTP, source entries must allow insecure connections
|
|||||||
```xml
|
```xml
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
<add key="gitea-org" value="http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json" allowInsecureConnections="true" />
|
<add key="gitea-org" value="https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json" allowInsecureConnections="true" />
|
||||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<packageSourceCredentials>
|
<packageSourceCredentials>
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
- Publish packages independently from this repository.
|
- Publish packages independently from this repository.
|
||||||
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
|
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
|
||||||
- Keep package identifiers stable to protect downstream compatibility.
|
- Keep package identifiers stable to protect downstream compatibility.
|
||||||
- Use Gitea org feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`.
|
- Use Gitea org feed: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`.
|
||||||
|
|
||||||
## Stable Version Matrix
|
## Stable Version Matrix
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user