DYN-10667: Revert unintended PackageManagerWizard version bump to 0.0.28#17206
Merged
avidit merged 1 commit intoJul 2, 2026
Merged
Conversation
PR DynamoDS#17200 (DYN-6107) bundled a version bump of the PackageManagerWizard npm package alongside an unrelated fix. The 0.0.28 bump is currently blocking the Dynamo build; revert to 0.0.27 pending a proper review.
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10667
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts an unintended npm package version bump in DynamoCoreWpf.csproj, restoring the PackageManagerWizard build step to use @dynamods/dynamo-pm-wizard@0.0.27 (instead of 0.0.28) to unblock the Dynamo build.
Changes:
- Reverted
PackageManagerWizardnpm package version from0.0.28back to0.0.27in theNpmRunBuildPMWizardMSBuild target.
|
RobertGlobant20
approved these changes
Jul 2, 2026
RobertGlobant20
left a comment
Contributor
There was a problem hiding this comment.
LGTM, I can see that this is just for unblocking the Dynamo build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This unblocks the current issue with the Dynamo build.
Purpose
PR #17200 (DYN-6107) bundled an unrelated bump of the
PackageManagerWizardnpm package version insrc/DynamoCoreWpf/DynamoCoreWpf.csprojfrom0.0.27to0.0.28, alongside its actual fix. The0.0.28bump is currently blocking the Dynamo build, so this PR reverts that single line back to0.0.27.DYN-10667
This PR contains only the version revert — no other changes from #17200 are touched.
Declarations
Check these if you believe they are true
Release Notes
N/A
Reviewers
(please assign)
FYIs