diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fe27d0..1d6aa23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: push: branches: - main + - 2.6-official defaults: run: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bea6a14..078b8eb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,6 +8,7 @@ on: pull_request: branches: - main + - 2.6-official jobs: pr_build_and_test: diff --git a/CHANGELIST.md b/CHANGELIST.md index 436d6f6..5a3215a 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,10 @@ # Chordious Changelist # +## 2.6.2 ## + +* Reverted SVG.NET to v3.1.1 +* Fixed issue with chord quality abbreviations overlapping the root note in titles + ## 2.6.1 ## * Fixed issue with exporting scaled images diff --git a/src/Chordious.WPF/Chordious.WPF.csproj b/src/Chordious.WPF/Chordious.WPF.csproj index 87d6d2b..b83db74 100644 --- a/src/Chordious.WPF/Chordious.WPF.csproj +++ b/src/Chordious.WPF/Chordious.WPF.csproj @@ -45,7 +45,7 @@ - + diff --git a/src/Chordious.WinStore/Package.appxmanifest b/src/Chordious.WinStore/Package.appxmanifest index 78fc4a5..565ab80 100644 --- a/src/Chordious.WinStore/Package.appxmanifest +++ b/src/Chordious.WinStore/Package.appxmanifest @@ -1,6 +1,6 @@  - + Chordious Jon Thysell diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 81e2179..4f0188f 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,7 +7,7 @@ LICENSE.md https://github.com/jonthysell/Chordious net6.0 - 2.6.1 + 2.6.2 $(Version).0 $(AssemblyVersion) en diff --git a/update.xml b/update.xml index fef60a1..69ef4c9 100644 --- a/update.xml +++ b/update.xml @@ -1,5 +1,5 @@ - - + +