Skip to content

Commit d721504

Browse files
ASP.NET Push Botunknown
authored andcommitted
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@47ac353
1 parent 85164e7 commit d721504

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dnvm.ps1

Lines changed: 2 additions & 2 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="beta5-10377"
70+
$BuildVersion="beta5-10378"
7171
$Authors="Microsoft Open Technologies, Inc."
7272

7373
# If the Version hasn't been replaced...
@@ -86,7 +86,7 @@ Set-Variable -Option Constant "OldUserDirectoryNames" @(".kre", ".k")
8686
Set-Variable -Option Constant "RuntimePackageName" "dnx"
8787
Set-Variable -Option Constant "DefaultFeed" "https://www.nuget.org/api/v2"
8888
Set-Variable -Option Constant "DefaultUnstableFeed" "https://www.myget.org/F/aspnetvnext/api/v2"
89-
Set-Variable -Option Constant "CrossGenCommand" "k-crossgen"
89+
Set-Variable -Option Constant "CrossGenCommand" "dnx-crossgen"
9090
Set-Variable -Option Constant "CommandPrefix" "dnvm-"
9191
Set-Variable -Option Constant "DefaultArchitecture" "x86"
9292
Set-Variable -Option Constant "DefaultRuntime" "clr"

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="beta5-10377"
5+
_DNVM_BUILDNUMBER="beta5-10378"
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)