File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## What's new in 1.2.1 October 28 2021
4+
5+ ### GraphShape
6+
7+ #### Fixes:
8+ * Fix Sugiyama orthogonal edge routing on horizontal layout.
9+
10+ ### GraphShape.Controls
11+
12+ * Update package dependencies.
13+
14+ ---
15+
316## What's new in 1.2.0 March 31 2021
417
518### GraphShape
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
33 <PropertyGroup >
44 <TargetFrameworks >net35;net40;net45;netcoreapp3.1;net5.0-windows</TargetFrameworks >
@@ -32,10 +32,9 @@ Supports Source Link</Description>
3232
3333 <IsPackable >true</IsPackable >
3434 <PackageId >GraphShape.Controls</PackageId >
35- <PackageReleaseNotes >➟ Release 1.2.0
36- New:
37- - Add support of .NET Core 3.1+.
38- - Add support of .NET 5+.</PackageReleaseNotes >
35+ <PackageReleaseNotes >➟ Release 1.2.1
36+ Updates:
37+ - Update package dependencies.</PackageReleaseNotes >
3938 <PackageTags >GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags >
4039 </PropertyGroup >
4140
Original file line number Diff line number Diff line change @@ -30,13 +30,9 @@ Supports Source Link</Description>
3030
3131 <IsPackable >true</IsPackable >
3232 <PackageId >GraphShape</PackageId >
33- <PackageReleaseNotes >➟ Release 1.2.0
34- New:
35- - Add support of .NET Core 3.1+.
36- - Add support of .NET 5+.
37-
38- Updates:
39- - Update package dependencies.</PackageReleaseNotes >
33+ <PackageReleaseNotes >➟ Release 1.2.1
34+ Fixes:
35+ - Fix Sugiyama orthogonal edge routing on horizontal layout.</PackageReleaseNotes >
4036 <PackageTags >GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags >
4137 </PropertyGroup >
4238
You can’t perform that action at this time.
0 commit comments