From d7309455e0ab19ffeabb98c1dcada983fd90d3fe Mon Sep 17 00:00:00 2001 From: Mircea Filip Lungu Date: Mon, 3 Nov 2025 15:30:41 +0100 Subject: [PATCH] Update README with C# support and PR highlighting Added information about C# support and pull request features. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 750e9bdd..09f013d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ArchLens ## -ArchLens is a Python software tool that generates customizable visual package views, showcasing the packages in your system and their dependencies. It offers the flexibility to include or exclude specific packages to suit your requirements for comprehensible views. +ArchLens is a Python software tool that generates customizable visual package views, showcasing the packages in your system and their dependencies. It offers the flexibility to include or exclude specific packages to suit your requirements for comprehensible views. We are working on making it work also on C#. Moreover, ArchLens can highlight the differences between your working branch and a specified remote branch, including added or removed dependencies and created or deleted packages, by using green and red highlighting.