File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function _WriteOut {
6767
6868# ## Constants
6969$ProductVersion = " 1.0.0"
70- $BuildVersion = " beta7-10401 "
70+ $BuildVersion = " beta7-10402 "
7171$Authors = " Microsoft Open Technologies, Inc."
7272
7373# If the Version hasn't been replaced...
@@ -785,7 +785,7 @@ function dnvm-update-self {
785785 Apply- Proxy $wc - Proxy:$Proxy
786786
787787 $dnvmFile = Join-Path $PSScriptRoot " dnvm.ps1"
788- $tempDnvmFile = Join-Path $PSScriptRoot " dnvm.ps1 " " temp"
788+ $tempDnvmFile = Join-Path $PSScriptRoot " temp"
789789 $backupFilePath = Join-Path $PSSCriptRoot " dnvm.ps1.bak"
790790
791791 $wc.DownloadFile ($DNVMUpgradeUrl , $tempDnvmFile )
Original file line number Diff line number Diff line change 22# Source this file from your .bash-profile or script to use
33
44# "Constants"
5- _DNVM_BUILDNUMBER=" beta7-10401 "
5+ _DNVM_BUILDNUMBER=" beta7-10402 "
66_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
77_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
88_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
You can’t perform that action at this time.
0 commit comments