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 = " beta7-10405 "
70
+ $BuildVersion = " beta7-10406 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
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=" beta7-10405 "
5
+ _DNVM_BUILDNUMBER=" beta7-10406 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -764,7 +764,7 @@ dnvm()
764
764
fi
765
765
766
766
local formattedHome=` (echo $_DNVM_USER_PACKAGES | sed s=$HOME =~ =g)`
767
- for f in $( find $_DNVM_USER_PACKAGES -name " $searchGlob " \( -type d -or -type l \) -prune -exec basename {} \; ) ; do
767
+ for f in $( find $_DNVM_USER_PACKAGES -name " $searchGlob " \( -type d -or -type l \) -prune -exec basename {} \; | sort -t. -k2 -k3 -k4 -k1 ) ; do
768
768
local active=" "
769
769
[[ $PATH == * " $_DNVM_USER_PACKAGES /$f /bin" * ]] && local active=" *"
770
770
local pkgRuntime=$( __dnvm_package_runtime " $f " )
You can’t perform that action at this time.
0 commit comments