diff --git a/README.md b/README.md index 02d0f24cb..c264801b4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ | **Nugets** | [![Nuget Status](https://img.shields.io/nuget/v/quikgraph.svg)](https://www.nuget.org/packages/QuikGraph) QuikGraph | | | [![Nuget Status](https://img.shields.io/nuget/v/quikgraph.serialization.svg)](https://www.nuget.org/packages/QuikGraph.Serialization) QuikGraph.Serialization | | | [![Nuget Status](https://img.shields.io/nuget/v/quikgraph.graphviz.svg)](https://www.nuget.org/packages/QuikGraph.Graphviz) QuikGraph.Graphviz | +| | [![Nuget Status](https://img.shields.io/nuget/v/quikgraph.data.svg)](https://www.nuget.org/packages/QuikGraph.Data) QuikGraph.Data | | **License** | MS-PL | # QuikGraph @@ -65,6 +66,7 @@ QuikGraph is available on [NuGet](https://www.nuget.org) in several modules. - [QuikGraph](https://www.nuget.org/packages/QuikGraph) (Core) - [QuikGraph.Serialization](https://www.nuget.org/packages/QuikGraph.Serialization) - [QuikGraph.Graphviz](https://www.nuget.org/packages/QuikGraph.Graphviz) +- [QuikGraph.Data](https://www.nuget.org/packages/QuikGraph.Data) ### Where to go next? diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6137dd8be..61a8f6c4b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release notes -## What's new in 2.2.0 June 7 2020 +## What's new in 2.2.0 June 7 2020 and June 11 2020 ### QuikGraph @@ -17,6 +17,13 @@ #### New: * Use signing key to strong name library assemby. +### QuikGraph.Data + +#### Misc: +* Clean the library code. +* Fully document library. +* Use JetBrains annotations all over the library as much as possible. + --- ## What's new in 2.1.1 June 6 2020 diff --git a/docs/index.md b/docs/index.md index cfd71e8ab..f041ead3f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,4 +49,8 @@ QuikGraph is available on [NuGet](https://www.nuget.org) in several modules. PM> Install-Package QuikGraph.Graphviz +[![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) + + PM> Install-Package QuikGraph.Data + \ No newline at end of file diff --git a/src/QuikGraph.Data/QuikGraph.Data.csproj b/src/QuikGraph.Data/QuikGraph.Data.csproj index 26474398e..b5ce8645b 100644 --- a/src/QuikGraph.Data/QuikGraph.Data.csproj +++ b/src/QuikGraph.Data/QuikGraph.Data.csproj @@ -28,7 +28,13 @@ Supports Source Link true QuikGraph.Data - ➟ Release 2.2.0 + ➟ Release 2.2.0 +Rework the original QuickGraph.Data module into QuikGraph.Data. This make possible to use the bridge from data related stuff to QuikGraph. + +Misc: +- Clean the library code. +- Fully document library. +- Use JetBrains annotations all over the library as much as possible. QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Data