Skip to content

Template option --powershell-standard-version incorrectly lists 5.1.0 instead of its current choice of 7.0.0-preview.1 #87

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

Open
connor-roehricht opened this issue Sep 20, 2020 · 0 comments · May be fixed by #88

Comments

@connor-roehricht
Copy link

To reproduce:

dotnet new -i ./src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template
dotnet new psmodule --help

Actual output contains:

  -v|--powershell-standard-version
                                        5.1.0               - PowerShell Standard 5.1
                                        3.0.0-preview-02    - PowerShell Standard 3.0

Expected (according to README.md):

  -v|--powershell-standard-version
                                        7.0.0-preview.1     - PowerShell Standard 7.0.0-preview.1
                                        3.0.0-preview-02    - PowerShell Standard 3.0
                                    Default: 7.0.0-preview.1
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 a pull request may close this issue.

1 participant