From ca70ef0b344f538972a8fad14fcd6f327f2c320a Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 3 Nov 2016 12:09:19 -0700 Subject: [PATCH] Change version to msbuild1 --- makefile.shade | 2 +- src/Microsoft.DotNet.Watcher.Tools/README.md | 8 ++++---- src/Microsoft.Extensions.SecretManager.Tools/README.md | 10 ++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/makefile.shade b/makefile.shade index 5818e9153e..606c572fac 100644 --- a/makefile.shade +++ b/makefile.shade @@ -6,7 +6,7 @@ default BUILD_DIR_LOCAL='${Path.Combine(BASE_DIR_LOCAL, "artifacts", "build")}' var VERSION='0.1' var FULL_VERSION='0.1' var AUTHORS='Microsoft Open Technologies, Inc.' --BuildQuality = "preview4"; +-BuildQuality = "msbuild1"; use-standard-lifecycle k-standard-goals diff --git a/src/Microsoft.DotNet.Watcher.Tools/README.md b/src/Microsoft.DotNet.Watcher.Tools/README.md index 1ad4f241c9..0e6f1142a3 100644 --- a/src/Microsoft.DotNet.Watcher.Tools/README.md +++ b/src/Microsoft.DotNet.Watcher.Tools/README.md @@ -21,20 +21,20 @@ Use the version "1.0.0-preview2-final" if you are using .NET Core 1.0.0 and use ``` **MSBuild** -Install `Microsoft.DotNet.Watcher.Tools` as a `DotNetCliReference` to your project. +Install `Microsoft.DotNet.Watcher.Tools` as a `DotNetCliToolReference` to your project. ```xml - + ``` ### How To Use - dotnet watch [-?|-h|--help] +The command must be executed in the directory that contains the project to be watched. - dotnet watch [options] [[--] ...] + Usage: dotnet watch [options] [[--] ...] Options: -?|-h|--help Show help information diff --git a/src/Microsoft.Extensions.SecretManager.Tools/README.md b/src/Microsoft.Extensions.SecretManager.Tools/README.md index 088485fd7a..ecb2f59709 100644 --- a/src/Microsoft.Extensions.SecretManager.Tools/README.md +++ b/src/Microsoft.Extensions.SecretManager.Tools/README.md @@ -5,6 +5,7 @@ dotnet-user-secrets ### How To Install +**project.json** Add `Microsoft.Extensions.SecretManager.Tools` to the `tools` section of your `project.json` file: ```js @@ -17,6 +18,15 @@ Add `Microsoft.Extensions.SecretManager.Tools` to the `tools` section of your `p } ``` +**MSBuild** +Install `Microsoft.Extensions.SecretManager.Tools` as a `DotNetCliToolReference` to your project. + +```xml + + + +``` + ### How To Use Run `dotnet user-secrets --help` for more information about usage. \ No newline at end of file