Skip to content

Commit 1f7329f

Browse files
committed
Write release notes.
1 parent 440b90b commit 1f7329f

4 files changed

Lines changed: 30 additions & 19 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.2 August 5 2020
4+
5+
### GraphShape
6+
7+
#### Fixes
8+
9+
* Fix a crash in the Efficient Sugiyama algorithm when having less thatn 2 layers.
10+
11+
### GraphShape.Controls
12+
13+
No relevant changes.
14+
315
## What's new in 0.1.1 August 3 2020
416

517
### GraphShape

appveyor.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,22 @@ 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-
# configuration: Release
176-
# 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
177177
# NuGet
178178
- provider: NuGet
179179
api_key:

src/GraphShape.Controls/GraphShape.Controls.csproj

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

3535
<IsPackable>true</IsPackable>
3636
<PackageId>GraphShape.Controls</PackageId>
37-
<PackageReleaseNotes>➟ Release 0.1.1</PackageReleaseNotes>
37+
<PackageReleaseNotes>➟ Release 0.1.2</PackageReleaseNotes>
3838
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>
3939

4040
<PublishRepositoryUrl>true</PublishRepositoryUrl>

src/GraphShape/GraphShape.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

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

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

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

4241
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)