Skip to content

Commit

Permalink
Bump version to 0.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Aug 21, 2015
1 parent ab6aac2 commit 790df9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Empty file removed src/QuickGraph/paket.references
Empty file.
16 changes: 15 additions & 1 deletion src/QuickGraph/paket.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
type project
id YC.QuickGraph
owners
YaccConstructor
authors
Expand All @@ -14,10 +15,23 @@ requireLicenseAcceptance
copyright
Copyright 2015
tags
garph .NET datastructures algorithms CSharp
garph .NET datastructures algorithms CSharp QuickGraph
summary
Graph datastructures and algorithms for .NET.
description
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc...
references
QuickGraph.dll
QuickGraph.Data.dll
QuickGraph.Graphviz.dll
files
bin/Release/QuickGraph.dll ==> lib/net35
bin/Release/QuickGraph.xml ==> lib/net35
bin/Release/Microsoft.Contracts.dll ==> lib/net35
../QuickGraph.Data/bin/Release/QuickGraph.Data.dll ==> lib/net35
../QuickGraph.Data/bin/Release/QuickGraph.Data.xml ==> lib/net35
../QuickGraph.Graphviz/bin/Release/QuickGraph.Graphviz.dll ==> lib/net35
../QuickGraph.Graphviz/bin/Release/QuickGraph.Graphviz.xml ==> lib/net35



0 comments on commit 790df9c

Please sign in to comment.