Improved Documentation
All public classes, enums, properties, and fields now include XML documentation comments, providing better IntelliSense support and clearer API reference documentation.
Naming Corrections
Several public API names have been corrected to fix typos. If you reference these symbols in your code, please update them accordingly.
| Before (deprecated) | After (corrected) |
|---|---|
JointModes.Bootloder |
JointModes.Bootloader |
PackageUnit.MeterPersSecondSquared |
PackageUnit.MetersPerSecondSquared |
PackageUnit.CelciusDegree |
PackageUnit.CelsiusDegree |