Skip to content

Commit 9413f12

Browse files
committed
Write release notes for QuikGraph.Data module.
1 parent 0ffad36 commit 9413f12

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

RELEASE_NOTES.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -17,6 +17,13 @@
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

docs/index.md

+4
Original file line numberDiff line numberDiff 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" />

src/QuikGraph.Data/QuikGraph.Data.csproj

+7-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)