File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function _WriteOut {
67
67
68
68
# ## Constants
69
69
$ProductVersion = " 1.0.0"
70
- $BuildVersion = " beta6-10390 "
70
+ $BuildVersion = " beta6-10392 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
@@ -1455,11 +1455,7 @@ if(!$cmd) {
1455
1455
try {
1456
1456
if (Get-Command - Name " $CommandPrefix$cmd " - ErrorAction SilentlyContinue) {
1457
1457
_WriteDebug " & dnvm-$cmd $cmdargs "
1458
- if ($host.Version.Major -lt 3 ) {
1459
- Invoke-Command ([ScriptBlock ]::Create(" dnvm-$cmd $cmdargs " ))
1460
- } else {
1461
- & " dnvm-$cmd " @cmdargs
1462
- }
1458
+ Invoke-Command ([ScriptBlock ]::Create(" dnvm-$cmd $cmdargs " ))
1463
1459
}
1464
1460
else {
1465
1461
_WriteOut " Unknown command: '$cmd '"
Original file line number Diff line number Diff line change 2
2
# Source this file from your .bash-profile or script to use
3
3
4
4
# "Constants"
5
- _DNVM_BUILDNUMBER=" beta6-10390 "
5
+ _DNVM_BUILDNUMBER=" beta6-10392 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
You can’t perform that action at this time.
0 commit comments