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 3, 2020
1 parent 3a255a6 commit 13c2e2e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 35 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.1 August 3 2020

### GraphShape

#### Fixes

* Fix the orthogonal edge routing of Efficient Sugiyama algorithm (in horizontal layout).

### GraphShape.Controls

No relevant changes.

## What's new in 0.1.0 March 9 2020

This release is based on GraphSharp from CodePlex.
Expand Down
35 changes: 16 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,29 +158,27 @@ 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:
branch: master
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:
secure: a/0jxqKB5mP/ED1AIQ6YxAoiYZP93M5NQpyZbq40Tkzg+ye0MhFHlDQFBUefrseY
secure: QZmft3MtBUFBdw5iPCm/P2qvbSxuCoI18Rhzp619NMWGvAQbf5C3rX78ecu8qHcm
on:
branch: master
configuration: Release
APPVEYOR_REPO_TAG: true
# GitHub
Expand All @@ -194,6 +192,5 @@ deploy:
prerelease: false
force_update: true
on:
branch: master
configuration: Release
APPVEYOR_REPO_TAG: true
9 changes: 1 addition & 8 deletions src/GraphShape.Controls/GraphShape.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape.Controls</PackageId>
<PackageReleaseNotes>➟ Release 0.1.0
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.

Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph and WPFExtensions).

It has been split in multiple packages (GraphShape and GraphShape.Controls).

This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 0.1.1</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
11 changes: 3 additions & 8 deletions src/GraphShape/GraphShape.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape</PackageId>
<PackageReleaseNotes>➟ Release 0.1.0
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.

Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph).

It has been split in multiple packages (GraphShape and GraphShape.Controls).

This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 0.1.1
Fixes:
- Fix the orthogonal edge routing of Efficient Sugiyama algorithm (in horizontal layout).</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 13c2e2e

Please sign in to comment.