Add build pages (#764)

* Add build pages

* Add daily builds page

* Add direct link to builds heading

* Move release notes out of builds section
This commit is contained in:
Rich Lander 2017-07-21 11:18:24 -07:00 committed by GitHub
parent 3d24f4a3bc
commit 372d937d15
3 changed files with 36 additions and 10 deletions

View file

@ -1,23 +1,19 @@
# .NET Core Home
The dotnet/core repository is a good starting point for .NET Core.
The dotnet/core repository is a good starting point for .NET Core.
## Learn about .NET Core
## Learn about .NET Core
* [Learn about .NET Core](https://docs.microsoft.com/dotnet/core)
* [.NET Core Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md)
* [Learn how about the .NET platform](https://docs.microsoft.com/dotnet/standard/)
* [.NET Core release notes](https://github.com/dotnet/core/blob/master/release-notes/README.md)
## Download .NET Core
* [Released builds](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md)
* [.NET Core release notes](https://github.com/dotnet/core/blob/master/release-notes/README.md)
* .NET Core 2.0 daily builds:
* [.NET Core SDK 2.0 preview3](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries)
* [.NET Core Runtime 2.0 preview3](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds)
* .NET Core 2.1 daily builds:
* [.NET Core SDK 2.1 preview1](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries)
* [.NET Core Runtime 2.1 preview1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)
* [.NET Core released builds](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md)
* [.NET Core daily preview builds](daily-builds.md)
* [.NET Core daily servicing builds](daily-builds-servicing.md)
## Getting help

15
daily-builds-servicing.md Normal file
View file

@ -0,0 +1,15 @@
# .NET Core Daily Builds -- Servicing Releases
The .NET Core team builds several branches of the product daily. You can install these builds to try out pre-released functionality. The branches are typically either for [preview](daily-builds.md) or servicing versions of the product.
Servicing branches are for new patch versions of .NET Core that have not yet been released and are not yet supported. These patch versions are for previously released major/minor versions, like .NET Core 1.1.
## .NET Core 1.1
* [.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)
* [.NET Core Runtime 1.1](https://github.com/dotnet/core-setup/blob/release/1.1.0/README.md#latest-versions)
## .NET Core 1.0
* [.NET Core SDK 1.0](https://github.com/dotnet/cli/blob/rel/1.0.1/README.md#installers-and-binaries)
* [.NET Core Runtime 1.0](https://github.com/dotnet/core-setup/blob/release/1.0.0/README.md#latest-versions)

15
daily-builds.md Normal file
View file

@ -0,0 +1,15 @@
# .NET Core Daily Builds -- Preview Releases
The .NET Core team builds several branches of the product daily. You can install these builds to try out pre-released functionality. The branches are typically either for preview or [servicing versions](daily-builds-servicing.md) of the product.
Preview branches are for new major/minor versions of .NET Core that have not yet been released and are not yet supported.
## .NET Core 2.0 Preview 3
* [.NET Core SDK 2.0 preview3](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries)
* [.NET Core Runtime 2.0 preview3](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds)
## .NET Core 2.1 Preview 1
* [.NET Core SDK 2.1 preview1](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries)
* [.NET Core Runtime 2.1 preview1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)