diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7c19c2275..c7f91d780 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +#### 3.7.5-deta January 17 2019 +* Code cleanup +* Minor fixes +* DotParser is turned off + #### 3.7.4 August 27 2018 * More algorithms (TransitiveClosure, YenShortestPaths, etc.) * Code cleanup diff --git a/build.fsx b/build.fsx index ddb25eb96..8ec4b4380 100644 --- a/build.fsx +++ b/build.fsx @@ -340,10 +340,10 @@ Target "All" DoNothing ==> "CopyBinaries" ==> "RunMSTests" ==> "RunNUnitTests" - ==> "GenerateReferenceDocs" - ==> "GenerateDocs" + //==> "GenerateReferenceDocs" + //==> "GenerateDocs" ==> "All" - =?> ("ReleaseDocs",isLocalBuild) + //=?> ("ReleaseDocs",isLocalBuild) "All" #if MONO diff --git a/paket.lock b/paket.lock index 912b91b87..36bce59d4 100644 --- a/paket.lock +++ b/paket.lock @@ -1,7 +1,7 @@ NUGET remote: https://www.nuget.org/api/v2 DotNet.Contracts (1.10.20606.1) - FAKE (4.37.2) + FAKE (5.8.4) FSharp.Compiler.Service (2.0.0.6) FSharp.Core (4.5.4) System.Collections (>= 4.0.11) - restriction: && (< net45) (>= netstandard1.6) (< netstandard2.0) diff --git a/src/QuickGraph.Data/Properties/AssemblyInfo.cs b/src/QuickGraph.Data/Properties/AssemblyInfo.cs index d0f7d1025..740bc0d5c 100644 --- a/src/QuickGraph.Data/Properties/AssemblyInfo.cs +++ b/src/QuickGraph.Data/Properties/AssemblyInfo.cs @@ -4,11 +4,14 @@ [assembly: AssemblyTitleAttribute("QuickGraph.Data")] [assembly: AssemblyProductAttribute("YC.QuickGraph")] [assembly: AssemblyDescriptionAttribute("Graph datastructures and algorithms for .NET.")] -[assembly: AssemblyVersionAttribute("3.7.4")] -[assembly: AssemblyFileVersionAttribute("3.7.4")] +[assembly: AssemblyVersionAttribute("3.7.5")] +[assembly: AssemblyFileVersionAttribute("3.7.5")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.7.4"; - internal const string InformationalVersion = "3.7.4"; + internal const System.String AssemblyTitle = "QuickGraph.Data"; + internal const System.String AssemblyProduct = "YC.QuickGraph"; + internal const System.String AssemblyDescription = "Graph datastructures and algorithms for .NET."; + internal const System.String AssemblyVersion = "3.7.5"; + internal const System.String AssemblyFileVersion = "3.7.5"; } } diff --git a/src/QuickGraph.Data/quickgraph.snk b/src/QuickGraph.Data/quickgraph.snk new file mode 100644 index 000000000..a630ef50c Binary files /dev/null and b/src/QuickGraph.Data/quickgraph.snk differ diff --git a/src/QuickGraph.FSA/AssemblyInfo.fs b/src/QuickGraph.FSA/AssemblyInfo.fs index 3b9909b32..e2b5329fd 100644 --- a/src/QuickGraph.FSA/AssemblyInfo.fs +++ b/src/QuickGraph.FSA/AssemblyInfo.fs @@ -1,13 +1,17 @@ -namespace System +// Auto-Generated by FAKE; do not edit +namespace System open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "3.7.4" - let [] InformationalVersion = "3.7.4" + let [] AssemblyTitle = "QuickGraph.FSA" + let [] AssemblyProduct = "YC.QuickGraph" + let [] AssemblyDescription = "Graph datastructures and algorithms for .NET." + let [] AssemblyVersion = "3.7.5" + let [] AssemblyFileVersion = "3.7.5" diff --git a/src/QuickGraph.FST/AssemblyInfo.fs b/src/QuickGraph.FST/AssemblyInfo.fs index 6e4409dbe..b7701f1db 100644 --- a/src/QuickGraph.FST/AssemblyInfo.fs +++ b/src/QuickGraph.FST/AssemblyInfo.fs @@ -1,13 +1,17 @@ -namespace System +// Auto-Generated by FAKE; do not edit +namespace System open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "3.7.4" - let [] InformationalVersion = "3.7.4" + let [] AssemblyTitle = "QuickGraph.FST" + let [] AssemblyProduct = "YC.QuickGraph" + let [] AssemblyDescription = "Graph datastructures and algorithms for .NET." + let [] AssemblyVersion = "3.7.5" + let [] AssemblyFileVersion = "3.7.5" diff --git a/src/QuickGraph.Glee/Properties/AssemblyInfo.cs b/src/QuickGraph.Glee/Properties/AssemblyInfo.cs index f01f74ede..ef79ec430 100644 --- a/src/QuickGraph.Glee/Properties/AssemblyInfo.cs +++ b/src/QuickGraph.Glee/Properties/AssemblyInfo.cs @@ -4,11 +4,14 @@ [assembly: AssemblyTitleAttribute("QuickGraph.Glee")] [assembly: AssemblyProductAttribute("YC.QuickGraph")] [assembly: AssemblyDescriptionAttribute("Graph datastructures and algorithms for .NET.")] -[assembly: AssemblyVersionAttribute("3.7.4")] -[assembly: AssemblyFileVersionAttribute("3.7.4")] +[assembly: AssemblyVersionAttribute("3.7.5")] +[assembly: AssemblyFileVersionAttribute("3.7.5")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.7.4"; - internal const string InformationalVersion = "3.7.4"; + internal const System.String AssemblyTitle = "QuickGraph.Glee"; + internal const System.String AssemblyProduct = "YC.QuickGraph"; + internal const System.String AssemblyDescription = "Graph datastructures and algorithms for .NET."; + internal const System.String AssemblyVersion = "3.7.5"; + internal const System.String AssemblyFileVersion = "3.7.5"; } } diff --git a/src/QuickGraph.Graphviz/Properties/AssemblyInfo.cs b/src/QuickGraph.Graphviz/Properties/AssemblyInfo.cs index bb91cbd9f..99348160f 100644 --- a/src/QuickGraph.Graphviz/Properties/AssemblyInfo.cs +++ b/src/QuickGraph.Graphviz/Properties/AssemblyInfo.cs @@ -4,11 +4,14 @@ [assembly: AssemblyTitleAttribute("QuickGraph.Graphviz")] [assembly: AssemblyProductAttribute("YC.QuickGraph")] [assembly: AssemblyDescriptionAttribute("Graph datastructures and algorithms for .NET.")] -[assembly: AssemblyVersionAttribute("3.7.4")] -[assembly: AssemblyFileVersionAttribute("3.7.4")] +[assembly: AssemblyVersionAttribute("3.7.5")] +[assembly: AssemblyFileVersionAttribute("3.7.5")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.7.4"; - internal const string InformationalVersion = "3.7.4"; + internal const System.String AssemblyTitle = "QuickGraph.Graphviz"; + internal const System.String AssemblyProduct = "YC.QuickGraph"; + internal const System.String AssemblyDescription = "Graph datastructures and algorithms for .NET."; + internal const System.String AssemblyVersion = "3.7.5"; + internal const System.String AssemblyFileVersion = "3.7.5"; } } diff --git a/src/QuickGraph.Petri/Properties/AssemblyInfo.cs b/src/QuickGraph.Petri/Properties/AssemblyInfo.cs index 2ef5e9b3b..1d39cc54d 100644 --- a/src/QuickGraph.Petri/Properties/AssemblyInfo.cs +++ b/src/QuickGraph.Petri/Properties/AssemblyInfo.cs @@ -4,11 +4,14 @@ [assembly: AssemblyTitleAttribute("QuickGraph.Petri")] [assembly: AssemblyProductAttribute("YC.QuickGraph")] [assembly: AssemblyDescriptionAttribute("Graph datastructures and algorithms for .NET.")] -[assembly: AssemblyVersionAttribute("3.7.4")] -[assembly: AssemblyFileVersionAttribute("3.7.4")] +[assembly: AssemblyVersionAttribute("3.7.5")] +[assembly: AssemblyFileVersionAttribute("3.7.5")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.7.4"; - internal const string InformationalVersion = "3.7.4"; + internal const System.String AssemblyTitle = "QuickGraph.Petri"; + internal const System.String AssemblyProduct = "YC.QuickGraph"; + internal const System.String AssemblyDescription = "Graph datastructures and algorithms for .NET."; + internal const System.String AssemblyVersion = "3.7.5"; + internal const System.String AssemblyFileVersion = "3.7.5"; } } diff --git a/src/QuickGraph.Samples/Properties/AssemblyInfo.cs b/src/QuickGraph.Samples/Properties/AssemblyInfo.cs index b451c0354..b78dfeb0e 100644 --- a/src/QuickGraph.Samples/Properties/AssemblyInfo.cs +++ b/src/QuickGraph.Samples/Properties/AssemblyInfo.cs @@ -4,11 +4,14 @@ [assembly: AssemblyTitleAttribute("QuickGraph.Samples")] [assembly: AssemblyProductAttribute("YC.QuickGraph")] [assembly: AssemblyDescriptionAttribute("Graph datastructures and algorithms for .NET.")] -[assembly: AssemblyVersionAttribute("3.7.4")] -[assembly: AssemblyFileVersionAttribute("3.7.4")] +[assembly: AssemblyVersionAttribute("3.7.5")] +[assembly: AssemblyFileVersionAttribute("3.7.5")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.7.4"; - internal const string InformationalVersion = "3.7.4"; + internal const System.String AssemblyTitle = "QuickGraph.Samples"; + internal const System.String AssemblyProduct = "YC.QuickGraph"; + internal const System.String AssemblyDescription = "Graph datastructures and algorithms for .NET."; + internal const System.String AssemblyVersion = "3.7.5"; + internal const System.String AssemblyFileVersion = "3.7.5"; } } diff --git a/src/QuickGraph/Properties/AssemblyInfo.cs b/src/QuickGraph/Properties/AssemblyInfo.cs index a0357a12b..2a2d3092e 100644 --- a/src/QuickGraph/Properties/AssemblyInfo.cs +++ b/src/QuickGraph/Properties/AssemblyInfo.cs @@ -4,11 +4,14 @@ [assembly: AssemblyTitleAttribute("QuickGraph")] [assembly: AssemblyProductAttribute("YC.QuickGraph")] [assembly: AssemblyDescriptionAttribute("Graph datastructures and algorithms for .NET.")] -[assembly: AssemblyVersionAttribute("3.7.4")] -[assembly: AssemblyFileVersionAttribute("3.7.4")] +[assembly: AssemblyVersionAttribute("3.7.5")] +[assembly: AssemblyFileVersionAttribute("3.7.5")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.7.4"; - internal const string InformationalVersion = "3.7.4"; + internal const System.String AssemblyTitle = "QuickGraph"; + internal const System.String AssemblyProduct = "YC.QuickGraph"; + internal const System.String AssemblyDescription = "Graph datastructures and algorithms for .NET."; + internal const System.String AssemblyVersion = "3.7.5"; + internal const System.String AssemblyFileVersion = "3.7.5"; } } diff --git a/src/QuickGraphFS/AssemblyInfo.fs b/src/QuickGraphFS/AssemblyInfo.fs index 3d6e75009..c1c7c84c0 100644 --- a/src/QuickGraphFS/AssemblyInfo.fs +++ b/src/QuickGraphFS/AssemblyInfo.fs @@ -1,13 +1,17 @@ -namespace System +// Auto-Generated by FAKE; do not edit +namespace System open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "3.7.4" - let [] InformationalVersion = "3.7.4" + let [] AssemblyTitle = "QuickGraphFS" + let [] AssemblyProduct = "YC.QuickGraph" + let [] AssemblyDescription = "Graph datastructures and algorithms for .NET." + let [] AssemblyVersion = "3.7.5" + let [] AssemblyFileVersion = "3.7.5" diff --git a/tests/QuickGraph.Tests/quickgraph.snk b/tests/QuickGraph.Tests/quickgraph.snk new file mode 100644 index 000000000..a630ef50c Binary files /dev/null and b/tests/QuickGraph.Tests/quickgraph.snk differ