-
Notifications
You must be signed in to change notification settings - Fork 64
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
Update out-consolegridview to Terminal.Gui 89.4 #106
Conversation
Co-Authored-By: Tyler James Leonhardt <[email protected]>
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
With this version, I think we can ship 🙂 |
BTW, the cmdlet being out of date.... You just need to run PlatyPS. There's an Invoke Build task here that will generate it: |
Doing |
First, import your newly built module, then run: Invoke-Build BuildCmdletHelp -ModuleName Microsoft.PowerShell.ConsoleGuiTools |
Actually... That might only build the MAML... In any case, if you don't wanna fix the markdown, I can do it before we ship |
@tig all good to merge? |
Yessir. |
This PR updates
ocgv
to use the very latestTerminal.gui
nuget package, 89.4.0.89.4 is the release candidate for 0.90.
Note that the
ocgv
documentation indocs/Microsoft.PowerShell.ConsoleGuiTools/Out-ConsoleGridView.md
is way out of date still.