Merge branch 'rel/1.0.0' into drop_suffix

This commit is contained in:
Livar 2017-02-11 11:52:10 -08:00 committed by GitHub
commit 251237b481
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CLI_MSBuild_Version>15.1.0-preview-000545-01</CLI_MSBuild_Version>
<CLI_MSBuild_Version>15.1.546</CLI_MSBuild_Version>
<CLI_Roslyn_Version>2.0.0-rc4-61325-08</CLI_Roslyn_Version>
<CLI_NETSDK_Version>1.0.0-alpha-20170207-4</CLI_NETSDK_Version>
<CLI_NuGet_Version>4.0.0-rtm-2275</CLI_NuGet_Version>

View file

@ -39,19 +39,19 @@ Prints out a short help and a list of current commands.
The following commands exist for dotnet:
* [dotnet-new](commands/dotnet-new/README.md)
* [dotnet-new](https://aka.ms/dotnet-new)
* Initializes a C# or F# console application project.
* [dotnet-restore](commands/dotnet-restore/README.md)
* [dotnet-restore](https://aka.ms/dotnet-restore)
* Restores the dependencies for a given application.
* [dotnet-build](commands/dotnet-build/README.md)
* [dotnet-build](https://aka.ms/dotnet-build)
* Builds a .NET Core application.
* [dotnet-publish](commands/dotnet-publish/README.md)
* [dotnet-publish](https://aka.ms/dotnet-publish)
* Publishes a .NET portable or self-contained application.
* [dotnet-run](commands/dotnet-run/README.md)
* [dotnet-run](https://aka.ms/dotnet-run)
* Runs the application from source.
* [dotnet-test](commands/dotnet-test/README.md)
* [dotnet-test](https://aka.ms/dotnet-test)
* Runs tests using a test runner specified in the project.json.
* [dotnet-pack](commands/dotnet-pack/README.md)
* [dotnet-pack](https://aka.ms/dotnet-pack)
* Creates a NuGet package of your code.
## EXAMPLES