Skip to content

Commit

Permalink
Fix QuikGraph.Petri assembly description and package tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jun 24, 2020
1 parent e09dbd0 commit b146356
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Release notes

## What's new in 2.2.1 June 19 2020
## What's new in 2.2.1 June 19 2020 and June 25 2020

### QuikGraph.Serialization

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

### QuikGraph.Petri

This package is the same as 2.2.0 but with the right tags and description.

---

## What's new in 2.2.0 June 7 2020, June 11 2020, June 18 2020 and June 25 2020
Expand Down
6 changes: 3 additions & 3 deletions src/QuikGraph.Petri/QuikGraph.Petri.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<FileVersion>1.0.0</FileVersion>

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

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

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

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Petri</PackageId>
<PackageReleaseNotes>➟ Release 2.2.0
<PackageReleaseNotes>➟ Release 2.2.1
Rework the original QuickGraph.Petri module into QuikGraph.Petri. This make possible to use the Petri Net features.

Fixes:
Expand All @@ -41,7 +41,7 @@ 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 MSAGL</PackageTags>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Petri</PackageTags>
</PropertyGroup>

<!-- Targets defines -->
Expand Down

0 comments on commit b146356

Please sign in to comment.