Skip to content

Raise the version floor to match the 1.1 declared in HISTORY.md - #43

Merged
ptr727 merged 1 commit into
developfrom
bump-version-1.1
Aug 3, 2026
Merged

Raise the version floor to match the 1.1 declared in HISTORY.md#43
ptr727 merged 1 commit into
developfrom
bump-version-1.1

Conversation

@ptr727

@ptr727 ptr727 commented Aug 3, 2026

Copy link
Copy Markdown
Owner

HISTORY.md declares **Version: 1.1** for the verify command and the breaking exit-code changes, while version.json still floored at 1.0. Nerdbank.GitVersioning computes the release version from that floor, so the next release cut from main would have been 1.0.18 and contradicted the changelog it ships with. Latest release is 1.0.17.

Only version.json moves. The Version and InformationalVersion properties in PhotoCleaner/PhotoCleaner.csproj are local-build placeholders: get-version-task.yml runs NBGV once and threads AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion into the build jobs, so the csproj values never reach a published artifact and do not track this file.

This lands ahead of the develop to main promotion so the version floor is correct before any release is cut.

Verification

  • CSharpier Format, .NET Build, dotnet format style --verify-no-changes: clean, 0 of 57 files formatted, 0 warnings.
  • dotnet husky run: pass.
  • dotnet test: 372 passed, 0 failed, 0 skipped.

HISTORY.md declares Version 1.1 for the verify command and the breaking
exit-code changes, while version.json still floored at 1.0, so the next
release cut from main would have been 1.0.18 and contradicted it.

Only version.json moves. The Version and InformationalVersion properties
in PhotoCleaner.csproj are local-build placeholders that CI overrides with
the values Nerdbank.GitVersioning computes, so they do not track this file.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 3, 2026 18:11

Copilot AI left a comment

Copy link
Copy Markdown

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 aligns the Nerdbank.GitVersioning version floor with the 1.1 version declared in HISTORY.md, ensuring the next release cut from main will not produce a 1.0.x version that contradicts the shipped changelog.

Changes:

  • Update version.json to raise the version floor from 1.0 to 1.1.

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.37%. Comparing base (252f5c5) to head (3d6a07e).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #43   +/-   ##
========================================
  Coverage    43.37%   43.37%           
========================================
  Files           28       28           
  Lines         3896     3896           
  Branches       306      306           
========================================
  Hits          1690     1690           
  Misses        2154     2154           
  Partials        52       52           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ptr727
ptr727 merged commit 3d6ad1d into develop Aug 3, 2026
14 checks passed
@ptr727
ptr727 deleted the bump-version-1.1 branch August 3, 2026 18:14
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