ManualDi Unity3d v2.4.1
feat: Bump version to 2.4.1
feat: add Unbind support to DiContainerBindings
This enables removing existing bindings from the container configuration.
This is particularly useful for integration testing, allowing test harnesses
to load the full production object graph and selectively remove specific
dependencies to replace them with mocks or stubs.
feat: Update README.md