API-controlled, headless Steam automation platform designed for large-scale batch operations and multi-region deployment.
- Runtime: .NET 8 (apps/tests target
net8.0) - SDK: 8.x (recommended; newer SDKs like 9.x can build)
- Language: C# 12 (via .NET 8)
- Architecture:
docs/architecture.md - Local run:
docs/running.md
- Run tests:
./scripts/run-tests.sh(orpwsh ./scripts/run-tests.ps1) - Coverage:
./scripts/run-tests.sh --coverage- Note: tests target
net8.0(recommended: install the .NET 8 runtime). If you only have a newer runtime, setDOTNET_ROLL_FORWARD=Major(the scripts do this by default).
- Note: tests target
- Versions: SemVer tags
vX.Y.Z(seedocs/releasing.md) - Changelog:
CHANGELOG.md
Vapor is currently alpha (breaking changes expected).
Apache-2.0, see LICENSE.
See CONTRIBUTING.md and SECURITY.md.
See SUPPORT.md.