pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
654 stars 129 forks source link

Fix abstract record declaration #75

Closed KulikovEkb closed 1 year ago

KulikovEkb commented 1 year ago

Fix missing 'abstract' keyword for record type

pierre3 commented 1 year ago

@KulikovEkb Merged. Thank you for your contribution!

pierre3 commented 1 year ago

@KulikovEkb Thank you for your patience. We have released version 1.3.4 with the applied fix.