Skip to content

Commit bf6b720

Browse files
ASP.NET Push Botunknown
ASP.NET Push Bot
authored and
unknown
committed
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@d092afd
1 parent 0a58753 commit bf6b720

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dnvm.ps1

+2-2
Original file line numberDiff line numberDiff 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)

dnvm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)