Skip to content

Commit 6a1d113

Browse files
author
Hunter Horton
committed
add nuspec file
1 parent 226e93b commit 6a1d113

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

EasyGraph/EasyGraph.nuspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>easy-graph</id>
5+
<version>1.0.0</version>
6+
<description>A Graph data structure that supports Breadth First Search and Depth First Search</description>
7+
<authors>Hunter Horton</authors>
8+
<tags>graph data structure bfs dfs breadth first search depth first search</tags>
9+
<license type="expression">MIT</license>
10+
<projectUrl>https://github.com/hhorton2/EasyGraph</projectUrl>
11+
<title>Easy Graph</title>
12+
</metadata>
13+
</package>

0 commit comments

Comments
 (0)