diff --git a/Logic/CommitEdge.cs b/Logic/CommitEdge.cs index 4044de8..7ec51f9 100644 --- a/Logic/CommitEdge.cs +++ b/Logic/CommitEdge.cs @@ -1,4 +1,4 @@ -using QuickGraph; +using QuikGraph; namespace GitViz.Logic { diff --git a/Logic/CommitGraph.cs b/Logic/CommitGraph.cs index afa6b4d..ad63b12 100644 --- a/Logic/CommitGraph.cs +++ b/Logic/CommitGraph.cs @@ -1,4 +1,4 @@ -using QuickGraph; +using QuikGraph; namespace GitViz.Logic { diff --git a/Logic/Logic.csproj b/Logic/Logic.csproj index 25284cf..ea52ffa 100644 --- a/Logic/Logic.csproj +++ b/Logic/Logic.csproj @@ -1,4 +1,4 @@ - + @@ -30,23 +30,8 @@ 4 - - ..\packages\GraphSharp.1.1.0.0\lib\net40\GraphSharp.dll - - - ..\packages\GraphSharp.1.1.0.0\lib\net40\GraphSharp.Controls.dll - - - ..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll - - - ..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Data.dll - - - ..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Graphviz.dll - - - ..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Serialization.dll + + ..\packages\QuikGraph.2.2.0\lib\net45\QuikGraph.dll diff --git a/Logic/packages.config b/Logic/packages.config index 2082388..8c6e6e2 100644 --- a/Logic/packages.config +++ b/Logic/packages.config @@ -1,7 +1,6 @@ - + - - + diff --git a/README.md b/README.md index 2e3ac56..18c5735 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This is not a day-to-day visualizing tool for big, active repositories. It's opt ### How it works -Shells out to `git.exe`, and then renders it with the excellent [GraphSharp](http://graphsharp.codeplex.com). +Shells out to `git.exe`, and then renders it with the excellent [GraphShape](https://github.com/KeRNeLith/GraphShape). ### FAQ #### How can I remove dangling commits? diff --git a/UI/CommitGraphLayout.cs b/UI/CommitGraphLayout.cs index 62ab56d..dba96b0 100644 --- a/UI/CommitGraphLayout.cs +++ b/UI/CommitGraphLayout.cs @@ -1,5 +1,5 @@ -using GitViz.Logic; -using GraphSharp.Controls; +using GitViz.Logic; +using GraphShape.Controls; namespace UI { diff --git a/UI/MainWindow.xaml b/UI/MainWindow.xaml index 93cd468..da3d26e 100644 --- a/UI/MainWindow.xaml +++ b/UI/MainWindow.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:logic="clr-namespace:GitViz.Logic;assembly=GitViz.Logic" xmlns:ui="clr-namespace:UI" - xmlns:graphsharp="clr-namespace:GraphSharp.Controls;assembly=GraphSharp.Controls" + xmlns:graphshape="clr-namespace:GraphShape.Controls;assembly=GraphShape.Controls" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="600" d:DesignWidth="400" @@ -46,10 +46,10 @@ x:Key="VertexTemplateSelector" CommitTemplate="{StaticResource CommitTemplate}" ReferenceTemplate="{StaticResource ReferenceTemplate}" /> -