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 {
67
67
68
68
# ## Constants
69
69
$ProductVersion = " 1.0.0"
70
- $BuildVersion = " beta6-10380 "
70
+ $BuildVersion = " beta6-10381 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
@@ -751,7 +751,7 @@ function dnvm-help {
751
751
$Script :ExitCodes = $ExitCodes.UnknownCommand
752
752
return
753
753
}
754
- $help = Get-Help " dnvm-$Command "
754
+ $help = Get-Help " dnvm-$Command " - ShowWindow: $false
755
755
if ($PassThru ) {
756
756
$help
757
757
} else {
@@ -833,7 +833,7 @@ function dnvm-help {
833
833
_WriteOut - ForegroundColor $ColorScheme.Help_Header " commands: "
834
834
Get-Command " $CommandPrefix *" |
835
835
ForEach-Object {
836
- $h = Get-Help $_.Name
836
+ $h = Get-Help $_.Name - ShowWindow: $false
837
837
$name = $_.Name.Substring ($CommandPrefix.Length )
838
838
if ($DeprecatedCommands -notcontains $name ) {
839
839
_WriteOut - NoNewLine " "
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=" beta6-10380 "
5
+ _DNVM_BUILDNUMBER=" beta6-10381 "
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