From 9fb05d56fbde73e5cf5ded2c9ad9f0ba21bab555 Mon Sep 17 00:00:00 2001 From: Nikolche Kolev Date: Thu, 1 Aug 2024 14:52:18 -0700 Subject: [PATCH] Fix the readme and bump the version --- Directory.Build.props | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 706131f..665df5c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.0.0-beta.2 + 1.0.0-beta.3 true true diff --git a/README.md b/README.md index 1d88105..95313d3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This tool helps visualize dependency graph for your project. It can generate [.dgml](https://learn.microsoft.com/en-us/visualstudio/modeling/directed-graph-markup-language-dgml-reference?view=vs-2022) file(s) based on the dependency graph of your project. The DGML file could be visualized as following: -![DependencyGraphExample](resources/DependencyGraphExample.jpg) +![DependencyGraphExample](https://raw.githubusercontent.com/nkolev92/DependencyVisualizer/main/resources/DependencyGraphExample.jpg) - The light blue node represents project and its version. - The white node represents package and the resolved version.