File tree 2 files changed +12
-3
lines changed
src/QuikGraph.Serialization
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
12
## What's new in 2.2.0 June 7 2020, June 11 2020 and June 18 2020
4
13
5
14
### QuikGraph
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Supports Source Link</Description>
28
28
29
29
<IsPackable >true</IsPackable >
30
30
<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 >
34
34
<PackageTags >QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization</PackageTags >
35
35
</PropertyGroup >
36
36
You can’t perform that action at this time.
0 commit comments