File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
@ Echo off
2
2
3
- for /f " delims=" %%i in ('PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command " [System.IO.Path]::GetTempFileName()" ') do set DNVM_CMD_PATH_FILE = %%i .cmd
3
+ for /f " delims=" %%i in ('PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command " [System.IO.Path]::GetTempFileName()" ') do set DNVM_CMD_PATH_FILE = " %%i .cmd"
4
4
5
5
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command " [System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';$CmdPathFile='%DNVM_CMD_PATH_FILE% ';& '%~dp0 dnvm.ps1' %* "
6
6
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 = " rc2-15543 "
70
+ $BuildVersion = " rc2-15545 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
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=" rc2-15543 "
5
+ _DNVM_BUILDNUMBER=" rc2-15545 "
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