Skip to content

Bump version#59

Merged
bgn64 merged 2 commits into
mainfrom
bump-version
Jun 8, 2026
Merged

Bump version#59
bgn64 merged 2 commits into
mainfrom
bump-version

Conversation

@bgn64

@bgn64 bgn64 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 8, 2026 18:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 bumps the Profile Explorer application version to 1.3.0 and introduces a PowerShell utility to keep version numbers synchronized across the project and installer assets.

Changes:

  • Updated application version metadata in the WPF UI project (ProfileExplorerUI.csproj) to 1.3.0.
  • Updated installer build scripts (x64/ARM64) to 1.3.0.
  • Added scripts/Bump-Version.ps1 and documented the new version-bumping workflow in AGENTS.md.

Reviewed changes

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

Show a summary per file
File Description
src/ProfileExplorerUI/ProfileExplorerUI.csproj Bumps Assembly/File/Package version fields to 1.3.0.
scripts/Bump-Version.ps1 Adds a script to bump/check versions across the project + installer scripts.
installer/x64/prepare-installer.cmd Bumps the installer version string to 1.3.0.
installer/arm64/prepare-installer.cmd Bumps the installer version string to 1.3.0.
AGENTS.md Documents how to bump versions using the new script.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,3 +1,3 @@
set %_VERSION="1.2.1"
set %_VERSION="1.3.0"
@@ -1,3 +1,3 @@
set %_VERSION="1.2.1"
set %_VERSION="1.3.0"
Comment thread scripts/Bump-Version.ps1
Comment on lines +293 to +297
# Apply replacements. Re-run regex against the live text on each iteration
# to keep indices accurate after each substitution.
$newText = $text
$totalReplacements = 0
foreach ($pattern in $target.Patterns) {
Comment thread scripts/Bump-Version.ps1
Comment on lines +92 to +101
Name = 'installer/x64/prepare-installer.cmd'
Path = Join-Path $RepoRoot 'installer\x64\prepare-installer.cmd'
Patterns = @('(?<prefix>set %_VERSION=")(?<ver>\d+\.\d+\.\d+)(?<suffix>")')
ExpectedHits = 1
},
[pscustomobject]@{
Name = 'installer/arm64/prepare-installer.cmd'
Path = Join-Path $RepoRoot 'installer\arm64\prepare-installer.cmd'
Patterns = @('(?<prefix>set %_VERSION=")(?<ver>\d+\.\d+\.\d+)(?<suffix>")')
ExpectedHits = 1
@bgn64 bgn64 merged commit 69b510f into main Jun 8, 2026
7 checks passed
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.

4 participants