GiGraph.Dot 1.6.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package GiGraph.Dot --version 1.6.3
NuGet\Install-Package GiGraph.Dot -Version 1.6.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GiGraph.Dot" Version="1.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GiGraph.Dot --version 1.6.3
#r "nuget: GiGraph.Dot, 1.6.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GiGraph.Dot as a Cake Addin
#addin nuget:?package=GiGraph.Dot&version=1.6.3

// Install GiGraph.Dot as a Cake Tool
#tool nuget:?package=GiGraph.Dot&version=1.6.3

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 Graphviz software. There are handy visualization tools like Graphviz Preview for Visual Studio Code, or online tools like viz-js.com or www.webgraphviz.com, where you paste a script to view its visualization.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GiGraph.Dot:

Package Downloads
SI.Janus.Core

This is Core for the Janus project. Contains interfaces and models.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on GiGraph.Dot:

Repository Stars
kendryte/nncase
Open deep learning compiler stack for Kendryte AI accelerators ✨
dotnet/docker-tools
This is a repo to house some common tools for our various docker repos.
Version Downloads Last updated
3.0.1 290 9/18/2023
3.0.0 120 9/15/2023
2.1.0 202 8/26/2023
2.0.1 995 4/17/2022
2.0.0 19,918 9/20/2021
1.7.0 405 8/14/2021
1.6.3 2,484 12/19/2020
1.6.2 382 11/30/2020
1.6.1 1,817 11/15/2020
1.6.0 393 11/13/2020
1.5.1 534 9/12/2020
1.5.0 626 8/13/2020
1.1.0 1,528 6/30/2020
1.0.0 565 6/13/2020
0.9.2 497 5/31/2020
0.9.0 568 5/19/2020

- Added support for attributes: layout, remincross, newrank, fontnames, viewport, bb (attribute specifications are available at http://www.graphviz.org/doc/info/attrs.html; to learn which properties specific attributes are set by on the graph or on its elements, see the following text file: https://github.com/mariusz-schimke/GiGraph/blob/1.6.3/GiGraph.Dot.Entities.Tests/Attributes/__snapshots__/attribute_property_key_map.snap).

- The rank attribute may now be set globally (on the graph), and also on clusters (previously it could only be set on subgraphs).

- Cluster may now be used as an endpoint also with the fdp layout engine (see https://github.com/mariusz-schimke/GiGraph/blob/1.6.3/README.md#clusters-as-endpoints).

- It is possible now to specify ports for nodes in an endpoint group (see https://github.com/mariusz-schimke/GiGraph/blob/1.6.3/README.md#endpoint-groups).

- Certain graph attributes have been grouped under the Layout and Canvas properties.

- Refactoring.


See also https://github.com/mariusz-schimke/GiGraph/releases