From 66f1e44a2c7d7219113f4ff10e4673488838a3a8 Mon Sep 17 00:00:00 2001 From: Hirotada Kobayashi Date: Sun, 19 May 2024 17:36:51 +0900 Subject: [PATCH] Update README.md --- src/PlantUmlClassDiagramGenerator.SourceGenerator/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PlantUmlClassDiagramGenerator.SourceGenerator/README.md b/src/PlantUmlClassDiagramGenerator.SourceGenerator/README.md index 74379b3..71afdea 100644 --- a/src/PlantUmlClassDiagramGenerator.SourceGenerator/README.md +++ b/src/PlantUmlClassDiagramGenerator.SourceGenerator/README.md @@ -3,9 +3,6 @@ ## Overview This tool is designed to generate PlantUML class diagrams from C# source code. Leveraging SourceGenerator functionality, it analyzes the source code and produces PlantUML class diagrams. -### Beta Release -Please note that this is a beta test version, and we appreciate your feedback to help improve and refine the tool. - ## Features - SourceGenerator Integration: Utilizing SourceGenerator, this tool seamlessly integrates with the C# compilation process to automatically generate PlantUML class diagrams. - Improved Analysis with Symbols: In contrast to the previous version, PlantUmlClassDiagramGenerator, which relied on SyntaxTree for class analysis, the SourceGenerator version utilizes Symbols for a more efficient and accurate parsing of the source code.