Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
vfrz committed Aug 8, 2023
1 parent cc20113 commit 3038764
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DotNetGraph

![Logo](Resources/icon_64.png)

Create **GraphViz DOT graph** with **dotnet**.

Available on NuGet: [![#](https://img.shields.io/nuget/v/DotNetGraph.svg)](https://www.nuget.org/packages/DotNetGraph/)
Expand Down Expand Up @@ -89,4 +91,9 @@ var result = writer.GetStringBuilder().ToString();

// Save it to a file
File.WriteAllText("graph.dot", result);
```
```
<hr>

### Credits

Logo: https://www.flaticon.com/free-icon/flow-chart_4411911
Binary file added Resources/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/icon_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion Sources/DotNetGraph/DotNetGraph.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
xmlns="https://raw.githubusercontent.com/NuGet/NuGet.Client/dev/src/NuGet.Core/NuGet.Packaging/compiler/resources/nuspec.xsd">
<metadata>
<id>DotNetGraph</id>
<version>3.0.0</version>
<title>DotNetGraph</title>
<version>3.0.0</version>
<authors>VFRZ</authors>
<owners>VFRZ</owners>
<icon>icon.png</icon>
<projectUrl>https://github.com/vfrz/DotNetGraph</projectUrl>
<repository type="git" url="https://github.com/vfrz/DotNetGraph.git"/>
<description>Create Graphviz DOT graph with dotnet</description>
Expand All @@ -23,5 +24,6 @@
<files>
<file src="bin\Release\netstandard2.0\DotNetGraph.dll" target="lib\netstandard2.0\DotNetGraph.dll"/>
<file src="..\..\LICENSE.txt" target="LICENSE.txt"/>
<file src="..\..\Resources\icon_128.png" target="icon.png" />
</files>
</package>

0 comments on commit 3038764

Please sign in to comment.