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.