Skip to content

Add application and package icons to project#50

Merged
Chris-Wolfgang merged 3 commits into
mainfrom
develop
Jan 20, 2026
Merged

Add application and package icons to project#50
Chris-Wolfgang merged 3 commits into
mainfrom
develop

Conversation

@Chris-Wolfgang
Copy link
Copy Markdown
Owner

Added icon.ico as the application icon and icon.png as the NuGet package icon. Updated the project file to reference these icons appropriately. Also fixed a minor YAML issue in pr.yaml for the test-macos-core job.

Description

Fixes/Complete # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor

How Has This Been Tested?

  • Test A
  • Test B

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Additional context

Added icon.ico as the application icon and icon.png as the NuGet package icon. Updated the project file to reference these icons appropriately. Also fixed a minor YAML issue in pr.yaml for the test-macos-core job.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds visual branding to the project by introducing application and package icons, and fixes a minor YAML syntax issue in the CI/CD workflow.

Changes:

  • Added icon.ico as the application icon and icon.png as the NuGet package icon
  • Updated Wolfgang.TryPattern.csproj to reference both icon files
  • Fixed spacing in pr.yaml's test-macos-core job conditional expression

Reviewed changes

Copilot reviewed 1 out of 5 changed files in this pull request and generated 2 comments.

File Description
src/Wolfgang.TryPattern/icon.ico New binary icon file added for application icon
asset/icon.png New PNG icon file added for NuGet package icon
src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj Added ApplicationIcon and PackageIcon properties, plus Content and None Include elements for icon files
.github/workflows/pr.yaml Fixed spacing in conditional expression from github. repository to github.repository

Comment thread src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj Outdated
Comment thread src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 5 changed files in this pull request and generated 1 comment.

Comment thread src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Chris-Wolfgang Chris-Wolfgang merged commit 281865c into main Jan 20, 2026
5 checks passed
@Chris-Wolfgang Chris-Wolfgang deleted the develop branch January 20, 2026 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants