Skip to content

Commit b188dc8

Browse files
ASP.NET Push Botunknown
authored andcommitted
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@7aa35c4
1 parent 5452c71 commit b188dc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dnvm.ps1

Lines changed: 3 additions & 3 deletions
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-10399"
70+
$BuildVersion="beta7-10400"
7171
$Authors="Microsoft Open Technologies, Inc."
7272

7373
# If the Version hasn't been replaced...
@@ -1234,7 +1234,7 @@ function dnvm-install {
12341234
$Architecture = Get-PackageArch $runtimeFullName
12351235
$Runtime = Get-PackageRuntime $runtimeFullName
12361236
$OS = Get-PackageOS $runtimeFullName
1237-
$Version = Get-PackageVersion $VersionNuPkgOrAlias
1237+
$Version = Get-PackageVersion $runtimeFullName
12381238
} else {
12391239
$aliasPath = Join-Path $AliasesDir "$VersionNuPkgOrAlias$AliasExtension"
12401240
if(Test-Path $aliasPath) {
@@ -1258,7 +1258,7 @@ function dnvm-install {
12581258
}
12591259
}
12601260

1261-
$runtimeInfo = GetRuntimeInfo $Architecture $Runtime $OS $VersionNupkgOrAlias
1261+
$runtimeInfo = GetRuntimeInfo $Architecture $Runtime $OS $Version
12621262

12631263
if ($VersionNuPkgOrAlias -eq "latest") {
12641264
Write-Progress -Activity "Installing runtime" -Status "Determining latest runtime" -Id 1

dnvm.sh

Lines changed: 1 addition & 1 deletion
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-10399"
5+
_DNVM_BUILDNUMBER="beta7-10400"
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)