Skip to content

Commit

Permalink
Write release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Mar 9, 2020
1 parent 4ccbf5f commit 2f788e2
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 7 deletions.
23 changes: 23 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Release notes

## What's new in 0.1.0 March 9 2020

This release is based on GraphSharp from CodePlex.

### GraphShape

Graph layout algorithms implementations.

Split GraphSharp package into 2 packages:
- GraphShape
- GraphShape.Controls

### GraphShape.Controls

WPF Controls to display graph using layout algorithms.

### API Breaks
* Namespace renamed to GraphShape (but should be easy to migrate).

### Misc:
* Generate a documentation for the library via DocFX.
15 changes: 12 additions & 3 deletions src/GraphShape.Controls/GraphShape.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,24 @@
<Description>GraphShape WPF controls.

Supported platforms:
- .NET Framework 4.0</Description>
- .NET Framework 4.0

Supports Source Link</Description>
<Owners>Alexandre Rabérin</Owners>
<Authors>Alexandre Rabérin</Authors>
<Company>Alexandre Rabérin</Company>

<IsPackable>true</IsPackable>
<PackageId>GraphShape.Controls</PackageId>
<PackageReleaseNotes>➟ Release 1.0.0</PackageReleaseNotes>
<PackageTags>GraphShape Graph Layout Algorithm C#</PackageTags>
<PackageReleaseNotes>➟ Release 0.1.0
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.

Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph and WPFExtensions).

It has been split in multiple packages (GraphShape and GraphShape.Controls).

This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
17 changes: 13 additions & 4 deletions src/GraphShape/GraphShape.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,27 @@

<Copyright>Copyright © 2019</Copyright>
<Description>GraphShape is a .NET graph layout framework based on Graph#. It contains some layout algorithms and a GraphLayout control for WPF applications.
GraphShape is a .NET graph layout framework based on Graph#. It contains some layout algorithms and a GraphLayout control for WPF applications.
GraphShape is a .NET graph layout framework based on Graph#. It contains some layout algorithms and a GraphLayout control for WPF applications.

Supported platforms:
- .NET Framework 4.0</Description>
- .NET Framework 4.0

Supports Source Link</Description>
<Owners>Alexandre Rabérin</Owners>
<Authors>Alexandre Rabérin</Authors>
<Company>Alexandre Rabérin</Company>

<IsPackable>true</IsPackable>
<PackageId>GraphShape</PackageId>
<PackageReleaseNotes>➟ Release 1.0.0</PackageReleaseNotes>
<PackageTags>GraphShape Graph Layout Algorithm C#</PackageTags>
<PackageReleaseNotes>➟ Release 0.1.0
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.

Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph).

It has been split in multiple packages (GraphShape and GraphShape.Controls).

This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 2f788e2

Please sign in to comment.