Skip to content

Commit

Permalink
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ASP.NET Push Bot authored and unknown committed Jul 28, 2015
1 parent 0a58753 commit bf6b720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dnvm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function _WriteOut {

### Constants
$ProductVersion="1.0.0"
$BuildVersion="beta7-10401"
$BuildVersion="beta7-10402"
$Authors="Microsoft Open Technologies, Inc."

# If the Version hasn't been replaced...
Expand Down Expand Up @@ -785,7 +785,7 @@ function dnvm-update-self {
Apply-Proxy $wc -Proxy:$Proxy

$dnvmFile = Join-Path $PSScriptRoot "dnvm.ps1"
$tempDnvmFile = Join-Path $PSScriptRoot "dnvm.ps1" "temp"
$tempDnvmFile = Join-Path $PSScriptRoot "temp"
$backupFilePath = Join-Path $PSSCriptRoot "dnvm.ps1.bak"

$wc.DownloadFile($DNVMUpgradeUrl, $tempDnvmFile)
Expand Down
2 changes: 1 addition & 1 deletion dnvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Source this file from your .bash-profile or script to use

# "Constants"
_DNVM_BUILDNUMBER="beta7-10401"
_DNVM_BUILDNUMBER="beta7-10402"
_DNVM_AUTHORS="Microsoft Open Technologies, Inc."
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"
Expand Down

0 comments on commit bf6b720

Please sign in to comment.