Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a new release version 2.1.0 #341

Merged
merged 1 commit into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")]