diff --git a/README.md b/README.md index ef0455b2..0ffdc607 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/daily-builds-servicing.md b/daily-builds-servicing.md new file mode 100644 index 00000000..e9855999 --- /dev/null +++ b/daily-builds-servicing.md @@ -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) \ No newline at end of file diff --git a/daily-builds.md b/daily-builds.md new file mode 100644 index 00000000..426eeb2c --- /dev/null +++ b/daily-builds.md @@ -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) \ No newline at end of file