Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglennc <glennc@microsoft.com>2015-11-18 22:01:52 +0300
committerglennc <glennc@microsoft.com>2015-11-18 22:01:52 +0300
commit43076b8f9556a188acf6bf50d650bc68c30e468e (patch)
treec06999f6df9d08e38cc6f03ea78a210c33c07c2b
parent2337043e9287c79dd36d6bd0f8a1f7a493d54494 (diff)
parentc4252f63f852bc7f62c896f0c6b7a539d0c2fffe (diff)
Merge branch 'dev' of github.com:aspnet/Home into dev
-rw-r--r--dnvm.cmd2
-rw-r--r--dnvm.ps12
-rw-r--r--dnvm.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/dnvm.cmd b/dnvm.cmd
index e6da7be9ce..8fb7558b38 100644
--- a/dnvm.cmd
+++ b/dnvm.cmd
@@ -1,6 +1,6 @@
@Echo off
-for /f "delims=" %%i in ('PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.IO.Path]::GetTempFileName()"') do set DNVM_CMD_PATH_FILE=%%i.cmd
+for /f "delims=" %%i in ('PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.IO.Path]::GetTempFileName()"') do set DNVM_CMD_PATH_FILE="%%i.cmd"
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';$CmdPathFile='%DNVM_CMD_PATH_FILE%';& '%~dp0dnvm.ps1' %*"
diff --git a/dnvm.ps1 b/dnvm.ps1
index 3827068739..54786b9c39 100644
--- a/dnvm.ps1
+++ b/dnvm.ps1
@@ -67,7 +67,7 @@ function _WriteOut {
### Constants
$ProductVersion="1.0.0"
-$BuildVersion="rc2-15543"
+$BuildVersion="rc2-15545"
$Authors="Microsoft Open Technologies, Inc."
# If the Version hasn't been replaced...
diff --git a/dnvm.sh b/dnvm.sh
index a066042654..ed8adbf532 100644
--- a/dnvm.sh
+++ b/dnvm.sh
@@ -2,7 +2,7 @@
# Source this file from your .bash-profile or script to use
# "Constants"
-_DNVM_BUILDNUMBER="rc2-15543"
+_DNVM_BUILDNUMBER="rc2-15545"
_DNVM_AUTHORS="Microsoft Open Technologies, Inc."
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"