From b188dc8e140060201bb2ffa81cf244712dafc842 Mon Sep 17 00:00:00 2001 From: "ASP.NET Push Bot" Date: Mon, 27 Jul 2015 16:49:46 -0700 Subject: [PATCH] :arrow_up: dnvm.ps1, dnvm.cmd, dnvm.sh Source: AspNet/kvm@7aa35c4719c409d4d075f91f8ab9cab51657c94c --- dnvm.ps1 | 6 +++--- dnvm.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dnvm.ps1 b/dnvm.ps1 index 79801e863c..f6c270875b 100644 --- a/dnvm.ps1 +++ b/dnvm.ps1 @@ -67,7 +67,7 @@ function _WriteOut { ### Constants $ProductVersion="1.0.0" -$BuildVersion="beta7-10399" +$BuildVersion="beta7-10400" $Authors="Microsoft Open Technologies, Inc." # If the Version hasn't been replaced... @@ -1234,7 +1234,7 @@ function dnvm-install { $Architecture = Get-PackageArch $runtimeFullName $Runtime = Get-PackageRuntime $runtimeFullName $OS = Get-PackageOS $runtimeFullName - $Version = Get-PackageVersion $VersionNuPkgOrAlias + $Version = Get-PackageVersion $runtimeFullName } else { $aliasPath = Join-Path $AliasesDir "$VersionNuPkgOrAlias$AliasExtension" if(Test-Path $aliasPath) { @@ -1258,7 +1258,7 @@ function dnvm-install { } } - $runtimeInfo = GetRuntimeInfo $Architecture $Runtime $OS $VersionNupkgOrAlias + $runtimeInfo = GetRuntimeInfo $Architecture $Runtime $OS $Version if ($VersionNuPkgOrAlias -eq "latest") { Write-Progress -Activity "Installing runtime" -Status "Determining latest runtime" -Id 1 diff --git a/dnvm.sh b/dnvm.sh index 56f06abfea..e05f783d8a 100644 --- a/dnvm.sh +++ b/dnvm.sh @@ -2,7 +2,7 @@ # Source this file from your .bash-profile or script to use # "Constants" -_DNVM_BUILDNUMBER="beta7-10399" +_DNVM_BUILDNUMBER="beta7-10400" _DNVM_AUTHORS="Microsoft Open Technologies, Inc." _DNVM_RUNTIME_PACKAGE_NAME="dnx" _DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"