File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 6
6
| ** Nugets** | [ ![ Nuget Status] ( https://img.shields.io/nuget/v/quikgraph.svg )] ( https://www.nuget.org/packages/QuikGraph ) QuikGraph |
7
7
| | [ ![ Nuget Status] ( https://img.shields.io/nuget/v/quikgraph.serialization.svg )] ( https://www.nuget.org/packages/QuikGraph.Serialization ) QuikGraph.Serialization |
8
8
| | [ ![ 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 |
9
10
| ** License** | MS-PL |
10
11
11
12
# QuikGraph
@@ -65,6 +66,7 @@ QuikGraph is available on [NuGet](https://www.nuget.org) in several modules.
65
66
- [ QuikGraph] ( https://www.nuget.org/packages/QuikGraph ) (Core)
66
67
- [ QuikGraph.Serialization] ( https://www.nuget.org/packages/QuikGraph.Serialization )
67
68
- [ QuikGraph.Graphviz] ( https://www.nuget.org/packages/QuikGraph.Graphviz )
69
+ - [ QuikGraph.Data] ( https://www.nuget.org/packages/QuikGraph.Data )
68
70
69
71
### Where to go next?
70
72
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
4
4
5
5
### QuikGraph
6
6
17
17
#### New:
18
18
* Use signing key to strong name library assemby.
19
19
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
+
20
27
---
21
28
22
29
## 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.
49
49
50
50
PM> Install-Package QuikGraph.Graphviz
51
51
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
+
52
56
<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>
28
28
29
29
<IsPackable >true</IsPackable >
30
30
<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 >
32
38
<PackageTags >QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Data</PackageTags >
33
39
</PropertyGroup >
34
40
You can’t perform that action at this time.
0 commit comments