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.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
Original file line number Diff line number Diff line change @@ -158,22 +158,22 @@ 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- # 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 :
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
2726Supported 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
3837Fixes:
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 >
You can’t perform that action at this time.
0 commit comments