Skip to content

Commit ccf9f47

Browse files
committed
Write release notes.
1 parent 07b04ae commit ccf9f47

3 files changed

Lines changed: 20 additions & 12 deletions

File tree

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

src/GraphShape.Controls/GraphShape.Controls.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

src/GraphShape/GraphShape.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)