Skip to content

Commit

Permalink
Write release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Aug 5, 2020
1 parent 440b90b commit 1f7329f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 19 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release notes

## What's new in 0.1.2 August 5 2020

### GraphShape

#### Fixes

* Fix a crash in the Efficient Sugiyama algorithm when having less thatn 2 layers.

### GraphShape.Controls

No relevant changes.

## What's new in 0.1.1 August 3 2020

### GraphShape
Expand Down
30 changes: 15 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,22 +158,22 @@ before_deploy:
# Deploy
deploy:
# MyGet
# - provider: NuGet
# server: https://www.myget.org/F/kernelith-ci/api/v2/package
# api_key:
# secure: ANF+joC2B+NahxCFbLPOjNvEAo36F2F4QJu6zLwoIf2I9KwkxKyCSuNxDpLmJmtU
# skip_symbols: true
# on:
# configuration: Release
- provider: NuGet
server: https://www.myget.org/F/kernelith-ci/api/v2/package
api_key:
secure: ANF+joC2B+NahxCFbLPOjNvEAo36F2F4QJu6zLwoIf2I9KwkxKyCSuNxDpLmJmtU
skip_symbols: true
on:
configuration: Release
# GitHub packages
# - provider: NuGet
# server: https://nuget.pkg.github.com/KeRNeLith/index.json
# username: KeRNeLith
# api_key:
# secure: 6N37NtnuKSzKQXlPOCtPSFJGOvJUdJjPK8LcuWx2PjHs2WVdngenZvYixk6br72b
# on:
# configuration: Release
# APPVEYOR_REPO_TAG: true
- provider: NuGet
server: https://nuget.pkg.github.com/KeRNeLith/index.json
username: KeRNeLith
api_key:
secure: 6N37NtnuKSzKQXlPOCtPSFJGOvJUdJjPK8LcuWx2PjHs2WVdngenZvYixk6br72b
on:
configuration: Release
APPVEYOR_REPO_TAG: true
# NuGet
- provider: NuGet
api_key:
Expand Down
2 changes: 1 addition & 1 deletion src/GraphShape.Controls/GraphShape.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape.Controls</PackageId>
<PackageReleaseNotes>➟ Release 0.1.1</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 0.1.2</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
5 changes: 2 additions & 3 deletions src/GraphShape/GraphShape.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

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

Supported platforms:
- .NET Framework 4.0
Expand All @@ -34,9 +33,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape</PackageId>
<PackageReleaseNotes>➟ Release 0.1.1
<PackageReleaseNotes>➟ Release 0.1.2
Fixes:
- Fix the orthogonal edge routing of Efficient Sugiyama algorithm (in horizontal layout).</PackageReleaseNotes>
- Fix a crash in the Efficient Sugiyama algorithm when having less thatn 2 layers.</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 1f7329f

Please sign in to comment.