Skip to content

Commit b146356

Browse files
committed
Fix QuikGraph.Petri assembly description and package tags.
1 parent e09dbd0 commit b146356

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Release notes
22

3-
## What's new in 2.2.1 June 19 2020
3+
## What's new in 2.2.1 June 19 2020 and June 25 2020
44

55
### QuikGraph.Serialization
66

77
#### Fixes:
88
* Rely on embedded GraphML xsd to validate GraphML graphs during serialization (avoid issues when GraphML website is down).
99

10+
### QuikGraph.Petri
11+
12+
This package is the same as 2.2.0 but with the right tags and description.
13+
1014
---
1115

1216
## What's new in 2.2.0 June 7 2020, June 11 2020, June 18 2020 and June 25 2020

src/QuikGraph.Petri/QuikGraph.Petri.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<FileVersion>1.0.0</FileVersion>
1616

1717
<Copyright>Copyright © 2020</Copyright>
18-
<Description>.NET library that provides a bridge from QuikGraph graphs to MSAGL library.
18+
<Description>.NET library that provides some Petri Net facilities. It allows to construct Petri Net representation and run a simulation of it.
1919

2020
This package is the Petri subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
2121

@@ -28,7 +28,7 @@ Supports Source Link</Description>
2828

2929
<IsPackable>true</IsPackable>
3030
<PackageId>QuikGraph.Petri</PackageId>
31-
<PackageReleaseNotes>➟ Release 2.2.0
31+
<PackageReleaseNotes>➟ Release 2.2.1
3232
Rework the original QuickGraph.Petri module into QuikGraph.Petri. This make possible to use the Petri Net features.
3333

3434
Fixes:
@@ -41,7 +41,7 @@ Misc:
4141
- Clean the library code.
4242
- Fully document library.
4343
- Use JetBrains annotations all over the library as much as possible.</PackageReleaseNotes>
44-
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET MSAGL</PackageTags>
44+
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Petri</PackageTags>
4545
</PropertyGroup>
4646

4747
<!-- Targets defines -->

0 commit comments

Comments
 (0)