Skip to content

Commit

Permalink
Fix the readme and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 committed Aug 1, 2024
1 parent cdd6466 commit 9fb05d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<PackageVersion>1.0.0-beta.2</PackageVersion>
<PackageVersion>1.0.0-beta.3</PackageVersion>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9fb05d5

Please sign in to comment.