v5.0 (Production Stable)
This section documents the production stable 5.x line (maintenance / historical reference).
Use this section when you are:
- Maintaining an existing 5.0 project.
- Debugging a regression specific to the 5.0-era architecture.
- Investigating why later versions (6.0) introduced clearer separation between event payloads, snapshots, and service state.
If you are starting a new project, prefer:
v6-0(C# 6.0 internal development)
What you’ll find here
- Guides: conceptual docs + patterns for the 5.0 architecture.
- API: reference pages tied to the 5.0 content set.
- Patches: maintenance releases for 5.0.x.
Start here
Latest 5.0.x patch
- 5.0.3 - Editor Menu Default Actions Setup - Automated input actions configuration and runtime validation improvements
Testing note (5.0)
5.0 shipped with a test suite covering core plugin functionality.
- Current test status: ~1,600 tests executed, all passing ✅
Recommended next step (migration)
If you can migrate, the most common path is:
- Then adopt
v6-0concepts when you’re ready for the C# 6.0 architecture.