Last active
April 1, 2017 17:19
-
-
Save ferventcoder/f058caa451052ab1b37d19ee3404feba to your computer and use it in GitHub Desktop.
Unlock Functionality in Newer Versions with PolyFill for older
This file contains 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
if ([System.Version]$env:CHOCOLATEY_VERSION -ge [System.Version]'0.10.4'){ | |
# do something awesome | |
} else { | |
# implement additional functionality | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case POSH v2 doesn't like the above: