Skip to content

Commit 13c2e2e

Browse files
committed
Write release notes.
1 parent 3a255a6 commit 13c2e2e

4 files changed

Lines changed: 32 additions & 35 deletions

File tree

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release notes
22

3+
## What's new in 0.1.1 August 3 2020
4+
5+
### GraphShape
6+
7+
#### Fixes
8+
9+
* Fix the orthogonal edge routing of Efficient Sugiyama algorithm (in horizontal layout).
10+
11+
### GraphShape.Controls
12+
13+
No relevant changes.
14+
315
## What's new in 0.1.0 March 9 2020
416

517
This release is based on GraphSharp from CodePlex.

appveyor.yml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -158,29 +158,27 @@ before_deploy:
158158
# Deploy
159159
deploy:
160160
# MyGet
161-
- provider: NuGet
162-
server: https://www.myget.org/F/kernelith-ci/api/v2/package
163-
api_key:
164-
secure: ANF+joC2B+NahxCFbLPOjNvEAo36F2F4QJu6zLwoIf2I9KwkxKyCSuNxDpLmJmtU
165-
skip_symbols: true
166-
on:
167-
configuration: Release
161+
# - provider: NuGet
162+
# server: https://www.myget.org/F/kernelith-ci/api/v2/package
163+
# api_key:
164+
# secure: ANF+joC2B+NahxCFbLPOjNvEAo36F2F4QJu6zLwoIf2I9KwkxKyCSuNxDpLmJmtU
165+
# skip_symbols: true
166+
# on:
167+
# configuration: Release
168168
# GitHub packages
169-
- provider: NuGet
170-
server: https://nuget.pkg.github.com/KeRNeLith/index.json
171-
username: KeRNeLith
172-
api_key:
173-
secure: 6N37NtnuKSzKQXlPOCtPSFJGOvJUdJjPK8LcuWx2PjHs2WVdngenZvYixk6br72b
174-
on:
175-
branch: master
176-
configuration: Release
177-
APPVEYOR_REPO_TAG: true
169+
# - provider: NuGet
170+
# server: https://nuget.pkg.github.com/KeRNeLith/index.json
171+
# username: KeRNeLith
172+
# api_key:
173+
# secure: 6N37NtnuKSzKQXlPOCtPSFJGOvJUdJjPK8LcuWx2PjHs2WVdngenZvYixk6br72b
174+
# on:
175+
# configuration: Release
176+
# APPVEYOR_REPO_TAG: true
178177
# NuGet
179178
- provider: NuGet
180179
api_key:
181-
secure: a/0jxqKB5mP/ED1AIQ6YxAoiYZP93M5NQpyZbq40Tkzg+ye0MhFHlDQFBUefrseY
180+
secure: QZmft3MtBUFBdw5iPCm/P2qvbSxuCoI18Rhzp619NMWGvAQbf5C3rX78ecu8qHcm
182181
on:
183-
branch: master
184182
configuration: Release
185183
APPVEYOR_REPO_TAG: true
186184
# GitHub
@@ -194,6 +192,5 @@ deploy:
194192
prerelease: false
195193
force_update: true
196194
on:
197-
branch: master
198195
configuration: Release
199196
APPVEYOR_REPO_TAG: true

src/GraphShape.Controls/GraphShape.Controls.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,7 @@ Supports Source Link</Description>
3434

3535
<IsPackable>true</IsPackable>
3636
<PackageId>GraphShape.Controls</PackageId>
37-
<PackageReleaseNotes>➟ Release 0.1.0
38-
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.
39-
40-
Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph and WPFExtensions).
41-
42-
It has been split in multiple packages (GraphShape and GraphShape.Controls).
43-
44-
This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
37+
<PackageReleaseNotes>➟ Release 0.1.1</PackageReleaseNotes>
4538
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>
4639

4740
<PublishRepositoryUrl>true</PublishRepositoryUrl>

src/GraphShape/GraphShape.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ Supports Source Link</Description>
3434

3535
<IsPackable>true</IsPackable>
3636
<PackageId>GraphShape</PackageId>
37-
<PackageReleaseNotes>➟ Release 0.1.0
38-
This package is a version of the original GraphSharp renamed GraphShape and using NET Core csproj.
39-
40-
Remove references to embedded assemblies and use NuGet packages as replacement (QuikGraph).
41-
42-
It has been split in multiple packages (GraphShape and GraphShape.Controls).
43-
44-
This package should be seen as an alternative one to the old frozen GraphSharp from CodePlex.</PackageReleaseNotes>
37+
<PackageReleaseNotes>➟ Release 0.1.1
38+
Fixes:
39+
- Fix the orthogonal edge routing of Efficient Sugiyama algorithm (in horizontal layout).</PackageReleaseNotes>
4540
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags>
4641

4742
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)