Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new logo to the PowerShell Pro Tools project, replacing the old "poshtools.png" icon with a new "logo.png" across multiple components. The changes include version updates to 2025.11.0 and copyright year updates to 2025.
- Version bumped from 2024.12.0/2025.10.0 to 2025.11.0 across package files
- New logo files added (PNG, SVG, ICO) in the branding directory and VSCode extension
- Icon references updated in VS extension manifests and project files
- Copyright years updated from 2024 to 2025 in license files
Reviewed changes
Copilot reviewed 11 out of 26 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| vscode/powershellprotools/package.json | Updated version to 2025.11.0 and changed icon reference from poshtools.png to logo.png |
| vscode/powershellprotools/package-lock.json | Updated version to 2025.11.0 and refreshed dependency versions |
| vscode/powershellprotools/logo.png | Added new logo image file for VS Code extension |
| poshtools.version.txt | Updated version from 2025.10.0 to 2025.11.0 |
| branding/logo.svg | Added new SVG version of the logo with accessibility metadata |
| branding/logo.png | Added new PNG version of the logo |
| WinFormDesigner/WinFormDesigner.csproj | Updated icon reference to use new branding/logo.ico and removed old PowerShellWindowsForm.ico |
| PowerShellToolsPro.Cmdlets/PowerShellProTools.psd1 | Updated generation date and changed module GUID (problematic - see comments) |
| PowerShellTools/PowerShellTools.csproj | Updated to use new logo.png from branding directory, removed old poshtools.png reference |
| PowerShellTools/Manifest/source.extension.vsixmanifest | Changed icon reference from poshtools.png to logo.png |
| PowerShellTools/License.txt | Updated copyright year from 2024 to 2025 |
| PowerShellTools.Test/packages.lock.json | Updated PowerShellTools project reference version (has mismatch - see comments) |
| PowerShellTools.2022/source.extension.vsixmanifest | Changed icon reference from poshtools.png to logo.png |
| PowerShellTools.2022/license.txt | Updated copyright year from 2024 to 2025 |
| PowerShellTools.2022/PowerShellTools.2022.csproj | Updated to use new logo.png from branding directory, removed old poshtools.png and powershell-large.png references |
Files not reviewed (1)
- vscode/powershellprotools/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.