ข้ามไปยังเนื้อหา

Package publishing

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

This page documents the publication lifecycle of a Cephalon NuGet package.

  • All packages share the engine’s minor version. A 0.1.0-preview release ships every package at the same minor.
  • Patch versions are package-specific.
  • Pre-release suffix is preview.N where N is the public preview number.

Engine-published packages are signed. The trust-store entries ship in Cephalon.Engine and are versioned alongside the engine.

Local development: pwsh ./scripts/publish-package-artifacts.ps1.

CI: see .github/workflows/release.yml.