-
Notifications
You must be signed in to change notification settings - Fork 14
Change 'CompatPowerShellGet' to 'PowerShellGet' #41
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file names need to changed too .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.ci/releaseBuild.yml
Outdated
@@ -1,5 +1,5 @@ | |||
# The name of the build that will be seen in mscodehub | |||
name: CompatPowerShellget-Release-$(Build.BuildId) | |||
name: PowerShellget-Release-$(Build.BuildId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason why it's not PowerShellGet-Release-$(Build.BuildId)
i.e with the capital G? nitpick but was curious since the rest is name like so
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likely just a typo, I can fix that
PR Summary
Change name of module from 'CompatPowerShellGet' to 'PowerShellGet'. All relevant name changes are applied within the repo.
PR Context