File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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 = " beta7-10401 "
70
+ $BuildVersion = " beta7-10402 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
@@ -785,7 +785,7 @@ function dnvm-update-self {
785
785
Apply- Proxy $wc - Proxy:$Proxy
786
786
787
787
$dnvmFile = Join-Path $PSScriptRoot " dnvm.ps1"
788
- $tempDnvmFile = Join-Path $PSScriptRoot " dnvm.ps1 " " temp"
788
+ $tempDnvmFile = Join-Path $PSScriptRoot " temp"
789
789
$backupFilePath = Join-Path $PSSCriptRoot " dnvm.ps1.bak"
790
790
791
791
$wc.DownloadFile ($DNVMUpgradeUrl , $tempDnvmFile )
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=" beta7-10401 "
5
+ _DNVM_BUILDNUMBER=" beta7-10402 "
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