Skip to content

Commit

Permalink
Write release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Oct 27, 2021
1 parent 07b04ae commit ccf9f47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release notes

## What's new in 1.2.1 October 28 2021

### GraphShape

#### Fixes:
* Fix Sugiyama orthogonal edge routing on horizontal layout.

### GraphShape.Controls

* Update package dependencies.

---

## What's new in 1.2.0 March 31 2021

### GraphShape
Expand Down
9 changes: 4 additions & 5 deletions src/GraphShape.Controls/GraphShape.Controls.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net35;net40;net45;netcoreapp3.1;net5.0-windows</TargetFrameworks>
Expand Down Expand Up @@ -32,10 +32,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape.Controls</PackageId>
<PackageReleaseNotes>➟ Release 1.2.0
New:
- Add support of .NET Core 3.1+.
- Add support of .NET 5+.</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 1.2.1
Updates:
- Update package dependencies.</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>
</PropertyGroup>

Expand Down
10 changes: 3 additions & 7 deletions src/GraphShape/GraphShape.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape</PackageId>
<PackageReleaseNotes>➟ Release 1.2.0
New:
- Add support of .NET Core 3.1+.
- Add support of .NET 5+.

Updates:
- Update package dependencies.</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 1.2.1
Fixes:
- Fix Sugiyama orthogonal edge routing on horizontal layout.</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit ccf9f47

Please sign in to comment.