Skip to content

fix: bump ModuleVersion in .psd1 to 0.1.1#7

Merged
yfridelance merged 1 commit into
mainfrom
fix/psd1-version-bump
Feb 26, 2026
Merged

fix: bump ModuleVersion in .psd1 to 0.1.1#7
yfridelance merged 1 commit into
mainfrom
fix/psd1-version-bump

Conversation

@yfridelance
Copy link
Copy Markdown
Owner

Summary

  • The .psm1 was already at 0.1.1 but the .psd1 manifest still had 0.1.0
  • Publish-Module reads the version from the manifest, so it tried to publish 0.1.0 which already exists on PSGallery
  • Bumps ModuleVersion in .psd1 to 0.1.1 to match

Test plan

  • Verify CI build reports version 0.1.1
  • Verify Publish-Module succeeds on PSGallery

🤖 Generated with Claude Code

The .psm1 was updated to 0.1.1 but the .psd1 manifest still had
0.1.0. Publish-Module reads the version from the manifest, causing
the publish to fail since 0.1.0 was already on PSGallery.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@yfridelance yfridelance merged commit 9f0a700 into main Feb 26, 2026
2 checks passed
@yfridelance yfridelance deleted the fix/psd1-version-bump branch February 26, 2026 17:57
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