Jake
November 8, 2018, 7:16pm
21
GoDiagram version 5.3, compiled for .NET 4.7 and Visual Studio 2017, download:
http://www.nwoods.com/go/kits/GoDiagram5.3.zip
This zip file has GoDiagram DLLs for .NET 3.5 and up. Plus the full samples and documentation. No more MSI install kits.
List of Changes since 5.2
Go Bugfixes
PDF generation: fix empty FontMap issue
PDF generation: fix problem where images with a transparent background from an ImageList were marked as greyscale, not RGB.
PDF generation: remove support for non-spacing characters that was firing at the wrong time.
Samples:
Fishbone: add support for read/write XML files.
Function Block sample: correct calculation of DotLink Bounds.
New Sample: Parts Tree
New Sample: Huffman Coding Tree
New Sample: Parallel Coordinates graph
Jake
October 30, 2019, 1:47pm
22
GoDiagram Win 6.0 has been released. Support for Visual Studio 2019 as well as .NET Framework 4.8 and .NET Core 3.0.
http://www.nwoods.com/go/kits/GoDiagram6.0.zip
Jake
May 11, 2020, 1:59pm
23
GoDiagram Win 6.1 has been released. Support for Visual Studio 2019 as well as .NET Framework 4.8 and .NET Core 3.1.
Use GoDiagram to create directed and undirected graphs, network diagrams, flowcharts, workflow diagrams, entity relationship diagrams, BPMN and BPEL applications, organization charts, circuit diagrams, tree diagrams (e.g. syntax trees, sitemaps),...
http://www.nwoods.com/go/kits/GoDiagram6.1.zip
The zip file has all the samples and documentation. NuGet is just the DLLs and license manager.
Between CORE 3.0 and 3.1, they decided to remove the .NET 1 legacy Menu controls, and that impacted GoContextMenu and some of the samples.
Jake
August 19, 2021, 2:47pm
24
GoDiagram Win 6.2 has been released. Support for Visual Studio 2019 as well as .NET Framework 4.8, .NET Core 3.1 and .NET 5.0.
Available on NuGet at NuGet Gallery | Northwoods.GoWin 6.2.0
Full kit here: http://www.nwoods.com/go/kits/GoDiagram6.2.zip
The zip file has all the samples and documentation. NuGet is just the DLLs and license manager.
Between CORE 3.1 and 5.0, they decided to remove the .NET 1 legacy StatusBar controls, and we updated the impacted samples. Also, support was removed for BinaryFormatter.Serialize. That only affected the NodeLinkDemo sample. No one should be using binary serialization anyway.
Jake
January 19, 2022, 3:52pm
25
GoDiagram Win 6.3 has been released. Support for Visual Studio 2022 as well as .NET Framework 4.8 (and older), .NET Core 3.1, NET 5.0 and .NET 6.0.
Available on NuGet at NuGet Gallery | Northwoods.GoWin 6.3.0
Full kit here: http://www.nwoods.com/go/kits/GoDiagram6.3.zip
The zip file has all the samples and documentation. NuGet is just the DLLs and license manager.
jhardy
January 27, 2023, 3:54pm
26
GoDiagram Win 6.3.1 has been released.
Available on NuGet at NuGet Gallery | Northwoods.GoWin 6.3.1
Full kit here: http://www.nwoods.com/go/kits/GoDiagram6.3.1.zip
Bugfixes:
Fixed copy/paste in .NET 6 environments
Fixed encoding for Go.Pdf in .NET 6 environments