Files
CertifiEd.Client/global.json
T
Faris Laptop 2cd024f782
CI / build (push) Successful in 33s
CI / publish (push) Successful in 32s
chore: extract the SDK into its own repository
Standalone home for the CertifiEd .NET client SDK, split out of the
platform repository with its history.

- src/ layout with its own solution, Directory.Build.props and
  global.json (warnings as errors, XML docs required).
- Gitea Actions CI: build and pack on every push, publish to nuget.org
  on a v* tag using the NUGET_API_KEY secret.
- CONTRIBUTING documents the release flow and the one-time CI setup.
2026-07-20 15:36:26 +05:00

7 lines
81 B
JSON

{
"sdk": {
"version": "10.0.100",
"rollForward": "latestFeature"
}
}