Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2018-07-12 19:22:13 +0300
committerMatt Mitchell <mmitche@microsoft.com>2018-07-12 19:22:13 +0300
commit0b15652171bddb2c413ea203b2037416c948bcf3 (patch)
treead847ffb7af3313d429ce4efe811dd8d5234691c /daily-builds.md
parent3f3a27a86a107ba688a4d23695214e216a545ed4 (diff)
First pass at updating the daily builds table to be more informative
Diffstat (limited to 'daily-builds.md')
-rw-r--r--daily-builds.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/daily-builds.md b/daily-builds.md
index b7725569..616082e1 100644
--- a/daily-builds.md
+++ b/daily-builds.md
@@ -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) \ No newline at end of file
+|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)| \ No newline at end of file