File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
517This release is based on GraphSharp from CodePlex.
Original file line number Diff line number Diff line change @@ -158,29 +158,27 @@ before_deploy:
158158# Deploy
159159deploy :
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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments