Skip to content

Release v7.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Feb 09:18
61007b0

Summary

This update enhances the type conversion capabilities for concepts by improving the ConceptAsTypeConverter and TypesExtensions.

Added

  • New conversion methods in ConceptAsTypeConverter for better handling of concept value types.
  • Extension method on Assembly for adding concept type converters on concept types in the assembly.

Changed

  • Refactored type converter registration logic for clarity and maintainability.