Skip to content

Commit 2f788e2

Browse files
committed
Write release notes.
1 parent 4ccbf5f commit 2f788e2

File tree

3 files changed

+48
-7
lines changed

3 files changed

+48
-7
lines changed

RELEASE_NOTES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release notes
2+
3+
## What's new in 0.1.0 March 9 2020
4+
5+
This release is based on GraphSharp from CodePlex.
6+
7+
### GraphShape
8+
9+
Graph layout algorithms implementations.
10+
11+
Split GraphSharp package into 2 packages:
12+
- GraphShape
13+
- GraphShape.Controls
14+
15+
### GraphShape.Controls
16+
17+
WPF Controls to display graph using layout algorithms.
18+
19+
### API Breaks
20+
* Namespace renamed to GraphShape (but should be easy to migrate).
21+
22+
### Misc:
23+
* Generate a documentation for the library via DocFX.

src/GraphShape.Controls/GraphShape.Controls.csproj

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,24 @@
2525
<Description>GraphShape WPF controls.
2626

2727
Supported platforms:
28-
- .NET Framework 4.0</Description>
28+
- .NET Framework 4.0
29+
30+
Supports Source Link</Description>
2931
<Owners>Alexandre Rabérin</Owners>
3032
<Authors>Alexandre Rabérin</Authors>
3133
<Company>Alexandre Rabérin</Company>
3234

3335
<IsPackable>true</IsPackable>
3436
<PackageId>GraphShape.Controls</PackageId>
35-
<PackageReleaseNotes>➟ Release 1.0.0</PackageReleaseNotes>
36-
<PackageTags>GraphShape Graph Layout Algorithm C#</PackageTags>
37+
<PackageReleaseNotes>➟ Release 0.1.0
38+
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.
39+
40+
Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph and WPFExtensions).
41+
42+
It has been split in multiple packages (GraphShape and GraphShape.Controls).
43+
44+
This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
45+
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>
3746

3847
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3948
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/GraphShape/GraphShape.csproj

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,27 @@
2222

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

2727
Supported platforms:
28-
- .NET Framework 4.0</Description>
28+
- .NET Framework 4.0
29+
30+
Supports Source Link</Description>
2931
<Owners>Alexandre Rabérin</Owners>
3032
<Authors>Alexandre Rabérin</Authors>
3133
<Company>Alexandre Rabérin</Company>
3234

3335
<IsPackable>true</IsPackable>
3436
<PackageId>GraphShape</PackageId>
35-
<PackageReleaseNotes>➟ Release 1.0.0</PackageReleaseNotes>
36-
<PackageTags>GraphShape Graph Layout Algorithm C#</PackageTags>
37+
<PackageReleaseNotes>➟ Release 0.1.0
38+
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.
39+
40+
Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph).
41+
42+
It has been split in multiple packages (GraphShape and GraphShape.Controls).
43+
44+
This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
45+
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags>
3746

3847
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3948
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)