Skip to content

Commit

Permalink
First pass at updating the daily builds table to be more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Jul 12, 2018
1 parent 3f3a27a commit 0b15652
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 34 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
25 changes: 0 additions & 25 deletions daily-builds-servicing.md

This file was deleted.

22 changes: 16 additions & 6 deletions daily-builds.md
Original file line number Diff line number Diff line change
@@ -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)|

0 comments on commit 0b15652

Please sign in to comment.