Skip to content

Commit 0c54db6

Browse files
committed
Write release notes for QuikGraph.Serialization module.
1 parent b40890c commit 0c54db6

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

RELEASE_NOTES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release notes
22

3+
## What's new in 2.2.1 June 19 2020
4+
5+
### QuikGraph.Serialization
6+
7+
#### Fixes:
8+
* Rely on embedded GraphML xsd to validate GraphML graphs during serialization (avoid issues when GraphML website is down).
9+
10+
---
11+
312
## What's new in 2.2.0 June 7 2020, June 11 2020 and June 18 2020
413

514
### QuikGraph

src/QuikGraph.Serialization/QuikGraph.Serialization.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Supports Source Link</Description>
2828

2929
<IsPackable>true</IsPackable>
3030
<PackageId>QuikGraph.Serialization</PackageId>
31-
<PackageReleaseNotes>➟ Release 2.2.0
32-
New:
33-
- Use signing key to strong name library assemby.</PackageReleaseNotes>
31+
<PackageReleaseNotes>➟ Release 2.2.1
32+
Fixes:
33+
- Rely on embedded GraphML xsd to validate GraphML graphs during serialization (avoid issues when GraphML website is down).</PackageReleaseNotes>
3434
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization</PackageTags>
3535
</PropertyGroup>
3636

0 commit comments

Comments
 (0)