Skip to content

Commit

Permalink
Write release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jun 6, 2020
1 parent b5f11c1 commit 0a6480e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
19 changes: 19 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release notes

## What's new in 2.2.0 June 7 2020

### QuikGraph

#### New:
* Use signing key to strong name library assemby.

### QuikGraph.Serialization

#### New:
* Use signing key to strong name library assemby.

### QuikGraph.GraphViz

#### New:
* Use signing key to strong name library assemby.

---

## What's new in 2.1.1 June 6 2020

### QuikGraph.GraphViz
Expand Down
5 changes: 2 additions & 3 deletions src/QuikGraph.Graphviz/QuikGraph.Graphviz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Graphviz</PackageId>
<PackageReleaseNotes>➟ Release 2.1.1
<PackageReleaseNotes>➟ Release 2.2.0
New:
- Add support of PenWidth property for vertex, edge and graph.
- Add support of Splines property for graph.</PackageReleaseNotes>
- Use signing key to strong name library assemby.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Graphviz</PackageTags>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/QuikGraph.Serialization/QuikGraph.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Serialization</PackageId>
<PackageReleaseNotes>➟ Release 2.1.0
Fixes:
- Fix a security vulnerability regarding XML serialization on target .NET Framework 3.5.</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 2.2.0
New:
- Use signing key to strong name library assemby.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization</PackageTags>
</PropertyGroup>

Expand Down
9 changes: 3 additions & 6 deletions src/QuikGraph/QuikGraph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph</PackageId>
<PackageReleaseNotes>➟ Release 2.1.0
Optims:
- Use EqualityComparer&lt;T&gt; instead of non-generic object.Equals.

Updates:
- Cancellation of algorithm internally use exception to abort algorithm run.</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 2.2.0
New:
- Use signing key to strong name library assemby.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 0a6480e

Please sign in to comment.