diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3767372..dc0b6f4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. diff --git a/appveyor.yml b/appveyor.yml index 8ddd0e2..9219b05 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 @@ -194,6 +192,5 @@ deploy: prerelease: false force_update: true on: - branch: master configuration: Release APPVEYOR_REPO_TAG: true \ No newline at end of file diff --git a/src/GraphShape.Controls/GraphShape.Controls.csproj b/src/GraphShape.Controls/GraphShape.Controls.csproj index 12b0b17..9d1f520 100644 --- a/src/GraphShape.Controls/GraphShape.Controls.csproj +++ b/src/GraphShape.Controls/GraphShape.Controls.csproj @@ -34,14 +34,7 @@ Supports Source Link true GraphShape.Controls - ➟ 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. + ➟ Release 0.1.1 GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls true diff --git a/src/GraphShape/GraphShape.csproj b/src/GraphShape/GraphShape.csproj index 4d051d2..df9137c 100644 --- a/src/GraphShape/GraphShape.csproj +++ b/src/GraphShape/GraphShape.csproj @@ -34,14 +34,9 @@ Supports Source Link true GraphShape - ➟ 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. + ➟ Release 0.1.1 +Fixes: +- Fix the orthogonal edge routing of Efficient Sugiyama algorithm (in horizontal layout). GraphSharp GraphShape Graph Layout Algorithm C# true