File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function _WriteOut {
67
67
68
68
# ## Constants
69
69
$ProductVersion = " 1.0.0"
70
- $BuildVersion = " beta5-10377 "
70
+ $BuildVersion = " beta5-10378 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
@@ -86,7 +86,7 @@ Set-Variable -Option Constant "OldUserDirectoryNames" @(".kre", ".k")
86
86
Set-Variable - Option Constant " RuntimePackageName" " dnx"
87
87
Set-Variable - Option Constant " DefaultFeed" " https://www.nuget.org/api/v2"
88
88
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"
90
90
Set-Variable - Option Constant " CommandPrefix" " dnvm-"
91
91
Set-Variable - Option Constant " DefaultArchitecture" " x86"
92
92
Set-Variable - Option Constant " DefaultRuntime" " clr"
Original file line number Diff line number Diff line change 2
2
# Source this file from your .bash-profile or script to use
3
3
4
4
# "Constants"
5
- _DNVM_BUILDNUMBER=" beta5-10377 "
5
+ _DNVM_BUILDNUMBER=" beta5-10378 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
You can’t perform that action at this time.
0 commit comments