diff --git a/build.cmd b/build.cmd
index 49ba0692de..77be0a6627 100644
--- a/build.cmd
+++ b/build.cmd
@@ -20,9 +20,9 @@ IF EXIST packages\KoreBuild goto run
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
IF "%SKIP_DNX_INSTALL%"=="1" goto run
-CALL packages\KoreBuild\build\kvm upgrade -runtime CLR -x86
-CALL packages\KoreBuild\build\kvm install default -runtime CoreCLR -x86
+CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -x86
+CALL packages\KoreBuild\build\dnvm install default -runtime CoreCLR -x86
:run
-CALL packages\KoreBuild\build\kvm use default -runtime CLR -x86
+CALL packages\KoreBuild\build\dnvm use default -runtime CLR -x86
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*
diff --git a/build.sh b/build.sh
index c7873ef58e..74cb3421e6 100644
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild
@@ -28,11 +28,11 @@ if test ! -d packages/KoreBuild; then
fi
if ! type k > /dev/null 2>&1; then
- source packages/KoreBuild/build/kvm.sh
+ source packages/KoreBuild/build/dnvm.sh
fi
if ! type k > /dev/null 2>&1; then
- kvm upgrade
+ dnvm upgrade
fi
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"
diff --git a/src/Microsoft.AspNet.Diagnostics.Entity/Properties/Strings.Designer.cs b/src/Microsoft.AspNet.Diagnostics.Entity/Properties/Strings.Designer.cs
index 713fe5e89f..d39871c48f 100644
--- a/src/Microsoft.AspNet.Diagnostics.Entity/Properties/Strings.Designer.cs
+++ b/src/Microsoft.AspNet.Diagnostics.Entity/Properties/Strings.Designer.cs
@@ -1,4 +1,4 @@
-//
+//
namespace Microsoft.AspNet.Diagnostics.Entity
{
using System.Globalization;
@@ -443,7 +443,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
///
- /// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (KVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
+ /// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (DNVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
///
internal static string DatabaseErrorPage_EnableMigrationsCommandsInfo
{
@@ -451,7 +451,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
///
- /// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (KVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
+ /// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (DNVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
///
internal static string FormatDatabaseErrorPage_EnableMigrationsCommandsInfo()
{