feat: Bump version to 1.10.2
style(generator): fix double indentation on collection item count variable declaration
fix(generator): skip Enum.IsDefined check for flags enums to support combined flags
fix(generator): correctly resolve converter type from typeof expression in assembly attributes
fix(generator): use non-generic Enum.IsDefined for compatibility with older runtimes
test: add regression test for dictionary key parsing
fix(generator): include namespace in generated class file hint name to prevent collision
docs: Update README
Removed the 'Generic Registry' feature description from the README.