Skip to content

Commit

Permalink
Write release notes for QuikGraph.Graphviz module.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jun 5, 2020
1 parent 0421308 commit 4df1817
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## What's new in 2.1.1 June 6 2020

### QuikGraph.GraphViz

#### New:
* Add support of PenWidth property for vertex, edge and graph.
* Add support of Splines property for graph.

---

## What's new in 2.1.0 May 11 2020 and June 3 2020

### QuikGraph
Expand Down
21 changes: 3 additions & 18 deletions src/QuikGraph.Graphviz/QuikGraph.Graphviz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,10 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Graphviz</PackageId>
<PackageReleaseNotes>➟ Release 2.1.0
Rework the original QuickGraph.Graphviz module into QuikGraph.Graphviz. This make possible to use the QuikGraph to Dot bridge.

Fixes:
- Fix the floating points formatting when converted to Dot (Invariant culture).
- Fix some implementation issues accross the library.
- Fix labels, comments, tooltips, records and ports escaping.
- Fix a lot of graph to Dot conversions issues (wrong properties, invalid formatting, typo, etc).

Updates:
- Add all color representations equivalent to System.Drawing.Color or System.Windows.Media.Color to GraphvizColor.

<PackageReleaseNotes>➟ Release 2.1.1
New:
- Add conversion extensions from System.Drawing.Font to GraphvizFont (and vice versa).

Misc:
- Clean the library code.
- Fully document library including convenient links to official Graphviz documentation.
- Use JetBrains annotations all over the library as much as possible.</PackageReleaseNotes>
- Add support of PenWidth property for vertex, edge and graph.
- Add support of Splines property for graph.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Graphviz</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 4df1817

Please sign in to comment.