First pass at updating the daily builds table to be more informative

This commit is contained in:
Matt Mitchell 2018-07-12 09:22:13 -07:00
parent 3f3a27a86a
commit 0b15652171
3 changed files with 18 additions and 34 deletions

View file

@ -8,11 +8,10 @@ The latest major release is [.NET Core 2.1](release-notes/2.1/2.1.0.md). The lat
* [.NET Core 2.1 SDK](release-notes/download-archives/2.1.0-download.md)
## .NET Core Releases
## .NET Core Releases and Daily Builds
* [.NET Core released builds](release-notes/README.md)
* [.NET Core daily preview builds](daily-builds.md)
* [.NET Core daily servicing builds](daily-builds-servicing.md)
* [.NET Core daily builds](daily-builds.md)
## Learn about .NET Core

View file

@ -1,25 +0,0 @@
# .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.
## .NET Core 2.1
* [.NET Core SDK 2.1.3xx](https://github.com/dotnet/cli/blob/release/2.1.3xx/README.md#installers-and-binaries)
* [.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/release/2.1/README.md#officially-released-builds)
## .NET Core 2.0
* [.NET Core SDK 2.0](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries)
* [.NET Core Runtime 2.0](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds)
## .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)

View file

@ -1,11 +1,21 @@
# .NET Core Daily Builds -- Preview Releases
# .NET Core Daily Builds -- Servicing and future 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.
The .NET Core team builds many branches of the product daily. You can install these builds to try out pre-released functionality. These brnches
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.2 Previews
## Future Releases
* [.NET Core SDK 2.2 preview](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries)
* [.NET Core SDK 2.1.4xx](https://github.com/dotnet/cli/blob/release/2.1.4xx/README.md#installers-and-binaries)
* [.NET Core Runtime 2.2 preview](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)
|Component|*.NET Core 3.0*|*.NET Core 2.2*|
|:------:|:------:|:------:|
|SDK|[.NET Core SDK 3.0.1xx (Master)](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.2.1xx](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core Shared Framework 3.0 (see master)](https://github.com/aspnet/universe#daily-builds)|[ASP.NET Core Shared Framework 2.2](https://github.com/aspnet/universe#daily-builds)|
|Runtime|[.NET Core Runtime 3.0 (Master)](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.2 preview](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|
## Servicing Releases
|Component|*.NET Core 2.1*|*.NET Core 2.0*|*.NET Core 1.1*|*.NET Core 1.0*|
|:------:|:------:|:------:|:------:|:------:|
|SDK|[.NET Core SDK 2.1.4xx](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.0](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries)|[.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)|[.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core Shared Framework 2.1](https://github.com/aspnet/universe#daily-builds)|**N/A**|**N/A**|**N/A**|
|Runtime|[.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.0](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds)|[.NET Core Runtime 1.1](https://github.com/dotnet/core-setup/blob/release/1.1.0/README.md#latest-versions)|[.NET Core Runtime 1.0](https://github.com/dotnet/core-setup/blob/release/1.0.0/README.md#latest-versions)|