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 = " beta5-10372 "
70
+ $BuildVersion = " beta5-10373 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
@@ -190,7 +190,7 @@ if(!$UserHome) {
190
190
_WriteDebug " Detecting User Home..."
191
191
$pf = $env: ProgramFiles
192
192
if (Test-Path " env:\ProgramFiles(x86)" ) {
193
- $pf32 = cat " env:\ProgramFiles(x86)"
193
+ $pf32 = Get-Content " env:\ProgramFiles(x86)"
194
194
}
195
195
196
196
# Canonicalize so we can do StartsWith tests
@@ -1366,7 +1366,7 @@ function dnvm-setup {
1366
1366
_WriteOut " Adding $DestinationHome to Process $HomeEnvVar "
1367
1367
$processHome = " "
1368
1368
if (Test-Path " env:\$HomeEnvVar " ) {
1369
- $processHome = cat " env:\$HomeEnvVar "
1369
+ $processHome = Get-Content " env:\$HomeEnvVar "
1370
1370
}
1371
1371
$processHome = Change- Path $processHome " %USERPROFILE%\$DefaultUserDirectoryName " $PathsToRemove
1372
1372
Set-Content " env:\$HomeEnvVar " $processHome
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-10372 "
5
+ _DNVM_BUILDNUMBER=" beta5-10373 "
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