Skip to content

Commit

Permalink
Merge pull request #341 from mariusz-schimke/release-version
Browse files Browse the repository at this point in the history
Set a new release version 2.1.0
  • Loading branch information
mariusz-schimke authored Aug 26, 2023
2 parents a74b80d + 0e4fe4a commit a77e3cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/GiGraph.Dot/GiGraph.Dot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<description>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.</description>

<releaseNotes>- Added support for the TBbalance graph attribute (see Layout.FloatingNodeRank) which determines which rank to move floating (loose) nodes to.
<releaseNotes>- 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).

Expand Down
6 changes: 3 additions & 3 deletions src/Solution Items/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]

0 comments on commit a77e3cb

Please sign in to comment.