diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 26e1019..a2d1c7b 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -277,7 +277,7 @@ jobs:
name: "Stage 2b: macOS Tests (.NET 6.0-10.0)"
runs-on: macos-latest
needs: test-linux-core
- if: github. repository != 'Chris-Wolfgang/repo-template'
+ if: github.repository != 'Chris-Wolfgang/repo-template'
steps:
- name: Checkout code
diff --git a/asset/icon.ico b/asset/icon.ico
new file mode 100644
index 0000000..ea48b7e
Binary files /dev/null and b/asset/icon.ico differ
diff --git a/asset/icon.png b/asset/icon.png
new file mode 100644
index 0000000..f6659e2
Binary files /dev/null and b/asset/icon.png differ
diff --git a/src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj b/src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj
index 42e0b94..6372762 100644
--- a/src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj
+++ b/src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj
@@ -21,6 +21,7 @@
True
True
False
+ icon.png
+ True
+ \
+
True
\
diff --git a/src/Wolfgang.TryPattern/icon.ico b/src/Wolfgang.TryPattern/icon.ico
new file mode 100644
index 0000000..ea48b7e
Binary files /dev/null and b/src/Wolfgang.TryPattern/icon.ico differ