Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing module versioning for local testing #417

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

tbruecher1
Copy link
Contributor

Right now, when a user builds and packs the nugets for this project with the intention of manual testing locally, the powershell modules will not load. This is because Nerdbank versioning always adds a semantic versioning suffix to the package that is used for the nugets, and this same version is used in the UpdatePSModuleManifest.ps1 script to update the PS Module versions. This change removes the semantic versioning suffix from the versions that are passed into the Powershell module files to ensure that users who test locally can run the Powershell commands and load the modules.

@CodeCyclone CodeCyclone merged commit b5d2a96 into master Feb 7, 2025
3 of 4 checks passed
@CodeCyclone CodeCyclone deleted the tbruecher/fixLocalVersioning branch February 7, 2025 22:48
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.

3 participants