Skip to content

ManualDi Unity3d v2.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 21:14

feat: Bump version to 2.3.0

fix(#84): Types potentially generating source code that breaks compilation ManualDi.Async
If a class in a namespace compounds to the same name as a different class, then
source generation will fail.
Instead of compounding the names with an empty string, use an underscore

fix(#84): Types potentially generating source code that breaks compilation
If a class in a namespace compounds to the same name as a different class, then
source generation will fail.
Instead of compounding the names with an empty string, use an underscore