diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c094a6..99dcb14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '7969f8b6-d946-4a74-9bac-a55856d8b8e0' project-slug: 'PerformanceStudio' - signing-policy-slug: 'test-signing' + signing-policy-slug: 'release-signing' artifact-configuration-slug: 'App' github-artifact-id: '${{ steps.upload-unsigned.outputs.artifact-id }}' wait-for-completion: true diff --git a/README.md b/README.md index 19a5174..d726885 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,15 @@ The analyzer runs 30 rules against each plan, covering: Rules can be disabled or have their severity overridden via a `.planview.json` config file. See the `--config` option. +## Sponsors + + + + + + +
SignPathFree code signing on Windows provided by SignPath.io, certificate by SignPath Foundation
+ ## License MIT — see [LICENSE](LICENSE). diff --git a/src/PlanViewer.App/AboutWindow.axaml b/src/PlanViewer.App/AboutWindow.axaml index 71950bb..7c49c0b 100644 --- a/src/PlanViewer.App/AboutWindow.axaml +++ b/src/PlanViewer.App/AboutWindow.axaml @@ -14,7 +14,7 @@ + Foreground="{DynamicResource ForegroundBrush}" Margin="0,0,0,4"/> @@ -24,7 +24,7 @@ + Foreground="{DynamicResource ForegroundBrush}"/> @@ -72,13 +72,13 @@ VerticalContentAlignment="Center"/>