Merge pull request #7548 from dotnet/danmosemsft-patch-1

Update readme to note 2.0 is released
This commit is contained in:
John Beisner 2017-08-29 13:00:33 -07:00 committed by GitHub
commit 8de61cdcdf

View file

@ -7,10 +7,10 @@ This repo contains the source code for cross-platform [.NET Core](http://github.
Looking for V1 of the .NET Core tooling?
----------------------------------------
If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild and the new csproj), head over to https://dot.net/core and download!
If you are looking for the v2.0 release of the .NET Core tools (CLI, MSBuild and the new csproj), head over to https://dot.net/core and download!
> **Note:** the master branch of the CLI repo is based on the upcoming v2 of .NET Core and is considered pre-release. For production-level usage, use the
> v1 of the tools.
> **Note:** the master branch of the CLI repo is based on post-v2.0 of .NET Core and is considered pre-release. For production-level usage, use the
> v2.0 of the tools.
Found an issue?
---------------