File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66| ** Nugets** | [ ![ Nuget Status] ( https://img.shields.io/nuget/v/quikgraph.svg )] ( https://www.nuget.org/packages/QuikGraph ) QuikGraph |
77| | [ ![ Nuget Status] ( https://img.shields.io/nuget/v/quikgraph.serialization.svg )] ( https://www.nuget.org/packages/QuikGraph.Serialization ) QuikGraph.Serialization |
88| | [ ![ Nuget Status] ( https://img.shields.io/nuget/v/quikgraph.graphviz.svg )] ( https://www.nuget.org/packages/QuikGraph.Graphviz ) QuikGraph.Graphviz |
9+ | | [ ![ Nuget Status] ( https://img.shields.io/nuget/v/quikgraph.data.svg )] ( https://www.nuget.org/packages/QuikGraph.Data ) QuikGraph.Data |
910| ** License** | MS-PL |
1011
1112# QuikGraph
@@ -65,6 +66,7 @@ QuikGraph is available on [NuGet](https://www.nuget.org) in several modules.
6566- [ QuikGraph] ( https://www.nuget.org/packages/QuikGraph ) (Core)
6667- [ QuikGraph.Serialization] ( https://www.nuget.org/packages/QuikGraph.Serialization )
6768- [ QuikGraph.Graphviz] ( https://www.nuget.org/packages/QuikGraph.Graphviz )
69+ - [ QuikGraph.Data] ( https://www.nuget.org/packages/QuikGraph.Data )
6870
6971### Where to go next?
7072
Original file line number Diff line number Diff line change 11# Release notes
22
3- ## What's new in 2.2.0 June 7 2020
3+ ## What's new in 2.2.0 June 7 2020 and June 11 2020
44
55### QuikGraph
66
1717#### New:
1818* Use signing key to strong name library assemby.
1919
20+ ### QuikGraph.Data
21+
22+ #### Misc:
23+ * Clean the library code.
24+ * Fully document library.
25+ * Use JetBrains annotations all over the library as much as possible.
26+
2027---
2128
2229## What's new in 2.1.1 June 6 2020
Original file line number Diff line number Diff line change @@ -49,4 +49,8 @@ QuikGraph is available on [NuGet](https://www.nuget.org) in several modules.
4949
5050 PM> Install-Package QuikGraph.Graphviz
5151
52+ [ ![ Nuget Status] ( https://img.shields.io/nuget/v/quikgraph.data.svg )] ( https://www.nuget.org/packages/QuikGraph.Data ) [ QuikGraph.Data] ( https://www.nuget.org/packages/QuikGraph.Data )
53+
54+ PM> Install-Package QuikGraph.Data
55+
5256<img src =" images/quikgraph_logo.png " width =" 128 " height =" 128 " style =" display : block ; margin-left : auto ; margin-right : auto " />
Original file line number Diff line number Diff line change @@ -28,7 +28,13 @@ Supports Source Link</Description>
2828
2929 <IsPackable >true</IsPackable >
3030 <PackageId >QuikGraph.Data</PackageId >
31- <PackageReleaseNotes >➟ Release 2.2.0</PackageReleaseNotes >
31+ <PackageReleaseNotes >➟ Release 2.2.0
32+ Rework the original QuickGraph.Data module into QuikGraph.Data. This make possible to use the bridge from data related stuff to QuikGraph.
33+
34+ Misc:
35+ - Clean the library code.
36+ - Fully document library.
37+ - Use JetBrains annotations all over the library as much as possible.</PackageReleaseNotes >
3238 <PackageTags >QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Data</PackageTags >
3339 </PropertyGroup >
3440
You can’t perform that action at this time.
0 commit comments