Skip to content

Remove obsolete AppVeyor VersionPrefix from csproj#16

Merged
tillig merged 1 commit into
developfrom
feature/remove-appveyor-version-prefix
May 22, 2026
Merged

Remove obsolete AppVeyor VersionPrefix from csproj#16
tillig merged 1 commit into
developfrom
feature/remove-appveyor-version-prefix

Conversation

@tillig

@tillig tillig commented May 22, 2026

Copy link
Copy Markdown
Member

Summary

  • Removes the <VersionPrefix> property and associated AppVeyor comment from the source .csproj
  • Version is set by default.proj via /p:Version during GitHub Actions CI, making the csproj entry unnecessary
  • Eliminates risk of accidentally building with a dummy 0.0.1 version outside the normal pipeline

Test plan

  • CI build passes (version still correctly set by default.proj)
  • Verify produced package has correct version suffix based on branch

The VersionPrefix property was a leftover from AppVeyor builds.
Version is now set by default.proj via /p:Version during GitHub
Actions CI, making this entry unnecessary and potentially confusing.
@codecov

codecov Bot commented May 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.63%. Comparing base (8bb3f03) to head (79a0f97).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #16   +/-   ##
========================================
  Coverage    63.63%   63.63%           
========================================
  Files            1        1           
  Lines           11       11           
  Branches         4        4           
========================================
  Hits             7        7           
  Misses           2        2           
  Partials         2        2           

☔ View full report in Codecov by Sentry.
📢 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.

@tillig tillig merged commit 42b7a86 into develop May 22, 2026
10 checks passed
@tillig tillig deleted the feature/remove-appveyor-version-prefix branch May 22, 2026 22:02
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.

1 participant