From 0e4fe4ae4d01220c9b2d601ab3a070777eb0a022 Mon Sep 17 00:00:00 2001 From: Mariusz Schimke Date: Sat, 26 Aug 2023 20:31:49 +0200 Subject: [PATCH] Set a new release version 2.1.0 --- src/GiGraph.Dot/GiGraph.Dot.nuspec | 4 ++-- src/Solution Items/CommonAssemblyInfo.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/GiGraph.Dot/GiGraph.Dot.nuspec b/src/GiGraph.Dot/GiGraph.Dot.nuspec index 26ad957c4..e194638f5 100644 --- a/src/GiGraph.Dot/GiGraph.Dot.nuspec +++ b/src/GiGraph.Dot/GiGraph.Dot.nuspec @@ -22,9 +22,9 @@ A simple solution for generating graphs in the DOT language. The output is a textual script that may be visualized or converted to an image, using the Graphviz software. There are handy visualization tools like Graphviz Preview for Visual Studio Code or online tools like http://viz-js.com or http://magjac.com/graphviz-visual-editor, where you paste a script to view its visualization. - - Added support for the TBbalance graph attribute (see Layout.FloatingNodeRank) which determines which rank to move floating (loose) nodes to. + - Added support for the TBbalance graph attribute (see Layout.FloatingNodeRank) that determines which rank to move floating (loose) nodes to. -- Added support for the oneblock graph attribute (see Layout.ForceCircularLayout) which determines whether to draw circo graphs around one circle. +- Added support for the oneblock graph attribute (see Layout.ForceCircularLayout) that determines whether to draw circo graphs around one circle. - Added new Graphviz attribute keys to the DotAttributeKeys consts (Beautify, Cluster, LineLength, OneBlock, TbBalance). diff --git a/src/Solution Items/CommonAssemblyInfo.cs b/src/Solution Items/CommonAssemblyInfo.cs index 940ee50f1..c90fa8e09 100644 --- a/src/Solution Items/CommonAssemblyInfo.cs +++ b/src/Solution Items/CommonAssemblyInfo.cs @@ -7,7 +7,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mariusz Schimke")] [assembly: AssemblyProduct("GiGraph DOT")] -[assembly: AssemblyCopyright("Copyright © 2020-2022 Mariusz Schimke")] +[assembly: AssemblyCopyright("Copyright © 2020-2023 Mariusz Schimke")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -21,5 +21,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0")] +[assembly: AssemblyFileVersion("2.1.0")] \ No newline at end of file