File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments