Example in documentation uses the wrong version parameter? #51
Closed
ralphhaselbach
started this conversation in
General
Replies: 1 comment
-
You're absolutely right, will be fixed in a couple of minutes ✅ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The section Update all and supersede the old ones in the documentation of Get-WtWin32App (on wintuner.app) states that the parameter
-Version $($app.CurrentVersion)
should be used for the New-WtWingetPackage command.Shouldn't that be
-Version $($app.LatestVersion)
?Beta Was this translation helpful? Give feedback.
All reactions