Skip to content

Instantly share code, notes, and snippets.

@Dan1el42
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save Dan1el42/e6a09c60667cb971419a to your computer and use it in GitHub Desktop.

Select an option

Save Dan1el42/e6a09c60667cb971419a to your computer and use it in GitHub Desktop.
PowerShell versions
@{
'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