@@ -67,7 +67,7 @@ function _WriteOut {
67
67
68
68
# ## Constants
69
69
$ProductVersion = " 1.0.0"
70
- $BuildVersion = " beta6-10386 "
70
+ $BuildVersion = " beta6-10387 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
@@ -94,7 +94,7 @@ Set-Variable -Option Constant "DefaultRuntime" "clr"
94
94
Set-Variable - Option Constant " AliasExtension" " .txt"
95
95
96
96
# These are intentionally using "%" syntax. The environment variables are expanded whenever the value is used.
97
- Set-Variable - Option Constant " OldUserHomes" @ (" %USERPROFILE%\.kre" , " %USERPROFILE%\.k" )
97
+ Set-Variable - Option Constant " OldUserHomes" @ (" %USERPROFILE%\.kre" , " %USERPROFILE%\.k" )
98
98
Set-Variable - Option Constant " DefaultUserHome" " %USERPROFILE%\$DefaultUserDirectoryName "
99
99
Set-Variable - Option Constant " HomeEnvVar" " DNX_HOME"
100
100
@@ -679,7 +679,7 @@ function Ngen-Library(
679
679
[Parameter (Mandatory = $true )]
680
680
[string ]$runtimeBin ,
681
681
682
- [ValidateSet (" x86" , " x64" )]
682
+ [ValidateSet (" x86" , " x64" )]
683
683
[Parameter (Mandatory = $true )]
684
684
[string ]$architecture ) {
685
685
@@ -823,7 +823,7 @@ function dnvm-help {
823
823
if ($help.description ) {
824
824
_WriteOut
825
825
_WriteOut - ForegroundColor $ColorScheme.Help_Header " remarks:"
826
- $help.description.Text.Split (@ (" `r " , " `n " ), " RemoveEmptyEntries" ) |
826
+ $help.description.Text.Split (@ (" `r " , " `n " ), " RemoveEmptyEntries" ) |
827
827
ForEach-Object { _WriteOut " $_ " }
828
828
}
829
829
@@ -912,11 +912,11 @@ function dnvm-alias {
912
912
[string ]$Version ,
913
913
914
914
[Alias (" arch" )]
915
- [ValidateSet (" " , " x86" , " x64" )]
915
+ [ValidateSet (" " , " x86" , " x64" , " arm " )]
916
916
[string ]$Architecture = " " ,
917
917
918
918
[Alias (" r" )]
919
- [ValidateSet (" " , " clr" , " coreclr" )]
919
+ [ValidateSet (" " , " clr" , " coreclr" )]
920
920
[string ]$Runtime = " " )
921
921
922
922
if ($Version ) {
@@ -968,12 +968,12 @@ function dnvm-upgrade {
968
968
[string ]$Alias = " default" ,
969
969
970
970
[Alias (" arch" )]
971
- [ValidateSet (" " , " x86" , " x64" )]
971
+ [ValidateSet (" " , " x86" , " x64" , " arm " )]
972
972
[Parameter (Mandatory = $false )]
973
973
[string ]$Architecture = " " ,
974
974
975
975
[Alias (" r" )]
976
- [ValidateSet (" " , " clr" , " coreclr" )]
976
+ [ValidateSet (" " , " clr" , " coreclr" )]
977
977
[Parameter (Mandatory = $false )]
978
978
[string ]$Runtime = " " ,
979
979
@@ -1030,12 +1030,12 @@ function dnvm-install {
1030
1030
[string ]$VersionNuPkgOrAlias ,
1031
1031
1032
1032
[Alias (" arch" )]
1033
- [ValidateSet (" " , " x86" , " x64" )]
1033
+ [ValidateSet (" " , " x86" , " x64" , " arm " )]
1034
1034
[Parameter (Mandatory = $false )]
1035
1035
[string ]$Architecture = " " ,
1036
1036
1037
1037
[Alias (" r" )]
1038
- [ValidateSet (" " , " clr" , " coreclr" )]
1038
+ [ValidateSet (" " , " clr" , " coreclr" )]
1039
1039
[Parameter (Mandatory = $false )]
1040
1040
[string ]$Runtime = " " ,
1041
1041
@@ -1244,12 +1244,12 @@ function dnvm-use {
1244
1244
[string ]$VersionOrAlias ,
1245
1245
1246
1246
[Alias (" arch" )]
1247
- [ValidateSet (" " , " x86" , " x64" )]
1247
+ [ValidateSet (" " , " x86" , " x64" , " arm " )]
1248
1248
[Parameter (Mandatory = $false )]
1249
1249
[string ]$Architecture = " " ,
1250
1250
1251
1251
[Alias (" r" )]
1252
- [ValidateSet (" " , " clr" , " coreclr" )]
1252
+ [ValidateSet (" " , " clr" , " coreclr" )]
1253
1253
[Parameter (Mandatory = $false )]
1254
1254
[string ]$Runtime = " " ,
1255
1255
0 commit comments