File tree Expand file tree Collapse file tree 3 files changed +48
-7
lines changed
Expand file tree Collapse file tree 3 files changed +48
-7
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 2525 <Description >GraphShape WPF controls.
2626
2727Supported 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 >
Original file line number Diff line number Diff line change 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
2727Supported 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 >
You can’t perform that action at this time.
0 commit comments