pierre3 / PlantUmlClassDiagramGenerator

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

Use .NET Standard 1.0 for Attributes project #68

Closed 0x326 closed 1 year ago

0x326 commented 1 year ago

Currently, the Attributes project can only be referenced by .NET 6+ projects. This PR ensures maximum compatibility with legacy codebases.

Screenshot of .NET Standard compatibility chart

pierre3 commented 1 year ago

Thank you for your pull request!

pierre3 commented 1 year ago

I released a Nuget package!

https://www.nuget.org/packages/PlantUmlClassDiagramGenerator.Attributes/1.3.0.1