Skip to content

Commit

Permalink
Write release notes for QuikGraph.Data module.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jun 11, 2020
1 parent 0ffad36 commit 9413f12
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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?

Expand Down
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<img src="images/quikgraph_logo.png" width="128" height="128" style="display: block; margin-left: auto; margin-right: auto" />
8 changes: 7 additions & 1 deletion src/QuikGraph.Data/QuikGraph.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Data</PackageId>
<PackageReleaseNotes>➟ Release 2.2.0</PackageReleaseNotes>
<PackageReleaseNotes>➟ 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.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Data</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 9413f12

Please sign in to comment.