Last active
August 29, 2015 14:08
-
-
Save Dan1el42/e6a09c60667cb971419a to your computer and use it in GitHub Desktop.
PowerShell versions
This file contains hidden or 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
| @{ | |
| '6.1.7600' = '2.0' | |
| '6.2.9200.16434' = '3.0' | |
| '6.3.9600.17090' = '4.0' | |
| '6.3.9701.0' = '5.0 Preview April' | |
| '6.3.9740.0' = '5.0 Preview May' | |
| '6.4.9789.0' = '5.0 Preview July' | |
| '6.4.9814.0' = '5.0 Preview September' | |
| '6.4.9841.0' = '5.0 Windows 10 TP' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment