v3.0.1
Fixes
- Android CI: Install full MAUI workload for multi-target csproj dependency resolution
- PyPI CI: Override TargetFrameworks to avoid needing MAUI workloads on ubuntu runner
- pub.dev CI: Remove iOS simulator xcframework slice to stay under 100 MB package limit
- AOT trimming: Replace reflection-based JSON serialization with source-generated
JsonSerializerContext(eliminates IL2026 warnings)
All 306 tests pass. No public API changes.