GoDiagram 6.3.1 released (full release history here)

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

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

GoDiagram Win 6.1 has been released. Support for Visual Studio 2019 as well as .NET Framework 4.8 and .NET Core 3.1.

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.

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.

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.

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