diff --git a/Documentation/linux-setup.md b/Documentation/linux-setup.md index afc0b44d..652aedb6 100644 --- a/Documentation/linux-setup.md +++ b/Documentation/linux-setup.md @@ -8,8 +8,8 @@ There are a few options available for installing .NET Core on Linux systems and Other useful references -* [OS lifecycle support policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) -* [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) +* [OS lifecycle support policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) +* [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) ### Installation using a package manager @@ -83,11 +83,11 @@ sudo zypper install libunwind libicu ## Ready to install -Your system is now ready to install .NET Core. See the [Release Notes index](https://github.com/dotnet/core/tree/master/release-notes#net-core-release-notes) for the latest available updates. +Your system is now ready to install .NET Core. See the [Release Notes index](https://github.com/dotnet/core/tree/main/release-notes#net-core-release-notes) for the latest available updates. ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements for each distro can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements for each distro can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet diff --git a/Documentation/microsoft-team.md b/Documentation/microsoft-team.md index f8adb900..e92ad606 100644 --- a/Documentation/microsoft-team.md +++ b/Documentation/microsoft-team.md @@ -17,7 +17,7 @@ You need to join teams in two organizations. Click the two links: After you join the teams: -* Users will be able to @mention you on [.NET Core Repos](https://github.com/dotnet/core/blob/master/Documentation/core-repos.md) +* Users will be able to @mention you on [.NET Core Repos](https://github.com/dotnet/core/blob/main/Documentation/core-repos.md) * You will be able to access to private repos we maintain * You will get write access to a subset of repos @@ -92,4 +92,4 @@ Service accounts should also be linked. For more details, see [Service accounts ## Guidelines * [Contributing to .NET Core](https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md) -* [What you can expect from Maintainers](https://github.com/dotnet/core/blob/master/Documentation/contributing/maintainers.md) +* [What you can expect from Maintainers](https://github.com/dotnet/core/blob/main/Documentation/contributing/maintainers.md) diff --git a/Documentation/prereqs.md b/Documentation/prereqs.md index 37a7c682..c1424904 100644 --- a/Documentation/prereqs.md +++ b/Documentation/prereqs.md @@ -4,4 +4,4 @@ * [Windows Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-windows) * [macOS Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-macos) * [Linux Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-linux) -* [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) +* [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) diff --git a/README.md b/README.md index 67eb9193..fec49fe1 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ The latest major release is [.NET 5.0](release-notes/5.0/README.md). The latest ## 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) +* [.NET Core Roadmap](https://github.com/dotnet/core/blob/main/roadmap.md) * [Learn 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) +* [.NET Core release notes](https://github.com/dotnet/core/blob/main/release-notes/README.md) * [.NET Core Announcements](https://github.com/dotnet/announcements) * [.NET Core blog](https://blogs.msdn.microsoft.com/dotnet/tag/net-core/) diff --git a/license-information-windows.md b/license-information-windows.md index 8768554c..0b54088d 100644 --- a/license-information-windows.md +++ b/license-information-windows.md @@ -26,6 +26,6 @@ The following binaries are licensed with the * Microsoft.DiaSymReader.Native.{x86|amd64|arm|arm64}.dll (used by .NET SDK) All other binaries and files are licensed with the -[MIT license](https://github.com/dotnet/core/blob/master/LICENSE.TXT) +[MIT license](https://github.com/dotnet/core/blob/main/LICENSE.TXT) This document is provided for informative purposes only, and is not itself a license. diff --git a/release-notes/1.0/1.0-supported-os.md b/release-notes/1.0/1.0-supported-os.md index 8824e7a1..c2582230 100644 --- a/release-notes/1.0/1.0-supported-os.md +++ b/release-notes/1.0/1.0-supported-os.md @@ -41,7 +41,7 @@ openSUSE | 42.3+ (1.1) | x64 | ## Out of support OS versions -Support for the following versions was ended by the distribution owners and are [not supported by .NET Core 1.x](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). +Support for the following versions was ended by the distribution owners and are [not supported by .NET Core 1.x](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md). OS | Version | End of Life -----------|----------|------------- diff --git a/release-notes/1.0/1.0.0-known-issues.md b/release-notes/1.0/1.0.0-known-issues.md index a3a2880d..fff29035 100644 --- a/release-notes/1.0/1.0.0-known-issues.md +++ b/release-notes/1.0/1.0.0-known-issues.md @@ -4,7 +4,7 @@ This document lists known issues for *.NET Core 1.0.0* and *.NET Core SDK 1.0.0 ## .NET Core native prerequisites -See the [.NET Core prequisites document](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md) to understand any installation or setup requirements for your OS which are not handled by the .NET Core 1.0.0 installers. +See the [.NET Core prequisites document](https://github.com/dotnet/core/blob/main/Documentation/prereqs.md) to understand any installation or setup requirements for your OS which are not handled by the .NET Core 1.0.0 installers. ## NegotiateStream's functionality relies on gssapi implementation diff --git a/release-notes/1.0/1.0.1-sdk-release-notes.md b/release-notes/1.0/1.0.1-sdk-release-notes.md index 2569d1c9..1d78ff49 100644 --- a/release-notes/1.0/1.0.1-sdk-release-notes.md +++ b/release-notes/1.0/1.0.1-sdk-release-notes.md @@ -3,10 +3,10 @@ ## .NET Core March 2017 Update - Released 3/7/2017 * .NET Core SDK 1.0.0 and 1.0.1 -* [.NET Core 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.4.md) -* [.NET Core 1.1.1](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.1.md) +* [.NET Core 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md) +* [.NET Core 1.1.1](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.1.md) -[.NET Core 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download). +[.NET Core 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download). Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://blogs.msdn.microsoft.com/visualstudio/). diff --git a/release-notes/1.0/1.0.10.md b/release-notes/1.0/1.0.10.md index ead56063..d7a22c47 100644 --- a/release-notes/1.0/1.0.10.md +++ b/release-notes/1.0/1.0.10.md @@ -5,7 +5,7 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue .NET Core 1.0.10 and SDK 1.1.8 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.10-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.10-download.md) The .NET Core SDK 1.1.8 includes .NET Core 1.0.10 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.8, the following command will show that you're running version `1.1.8` of the tools. diff --git a/release-notes/1.0/1.0.11.md b/release-notes/1.0/1.0.11.md index f1c2be23..690157c0 100644 --- a/release-notes/1.0/1.0.11.md +++ b/release-notes/1.0/1.0.11.md @@ -5,7 +5,7 @@ Microsoft is releasing updates for .NET Core and ASP.NET Core. Issues addressed .NET Core 1.0.11 and SDK 1.1.8 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.11-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.11-download.md) The .NET Core SDK 1.1.9 includes .NET Core 1.0.11 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.8, the following command will show that you're running version `1.1.9` of the tools. diff --git a/release-notes/1.0/1.0.12.md b/release-notes/1.0/1.0.12.md index f3ff33fa..84a0eaac 100644 --- a/release-notes/1.0/1.0.12.md +++ b/release-notes/1.0/1.0.12.md @@ -2,7 +2,7 @@ .NET Core 1.0.12 is available for download and usage in your environment. -* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.12-download.md) +* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.12-download.md) ## Blog Round up @@ -22,7 +22,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. .NET Core 2.1 is expected to be declared LTS in the next few months. It is recommended that 2.1 be the default target for projects. .NET Core 2.0 will go out of support October 2018. diff --git a/release-notes/1.0/1.0.13.md b/release-notes/1.0/1.0.13.md index 870b97f1..3cf80a73 100644 --- a/release-notes/1.0/1.0.13.md +++ b/release-notes/1.0/1.0.13.md @@ -2,7 +2,7 @@ .NET Core 1.0.13 is available for download and usage in your environment. -* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.13-download.md) +* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.13-download.md) ## Blog Round up @@ -22,7 +22,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. As .NET Core 2.1 has become LTS (anounced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019. diff --git a/release-notes/1.0/1.0.14/1.0.14-download.md b/release-notes/1.0/1.0.14/1.0.14-download.md index 7e03b160..ed7c70e5 100644 --- a/release-notes/1.0/1.0.14/1.0.14-download.md +++ b/release-notes/1.0/1.0.14/1.0.14-download.md @@ -5,7 +5,7 @@ * .NET Core Runtime 1.0.14 * .NET Core SDK 1.1.12 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.14/1.0.14.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.14/1.0.14.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -53,7 +53,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.14 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -61,7 +61,7 @@ export PATH=$PATH:$HOME/dotnet ``` [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.14.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.14.md [dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/49f8157c-f170-4e0e-88ab-20170f9f5354/3fe0e777d5953e2919e7ca0a78c08737/dotnet-centos-x64.1.0.14.tar.gz [dotnet-debian-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cf9005e0-2e04-45c5-95fb-617cd1cf23d2/7638479ba289bc6e78e7c4736216f106/dotnet-debian-x64.1.0.14.tar.gz @@ -98,4 +98,4 @@ export PATH=$PATH:$HOME/dotnet [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.0 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/1.0/1.0.14/1.0.14.md b/release-notes/1.0/1.0.14/1.0.14.md index e417da04..edb5712f 100644 --- a/release-notes/1.0/1.0.14/1.0.14.md +++ b/release-notes/1.0/1.0.14/1.0.14.md @@ -22,7 +22,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Notable Changes in 1.0.14 diff --git a/release-notes/1.0/1.0.15/1.0.15-download.md b/release-notes/1.0/1.0.15/1.0.15-download.md index 249fe738..7dfd58c2 100644 --- a/release-notes/1.0/1.0.15/1.0.15-download.md +++ b/release-notes/1.0/1.0.15/1.0.15-download.md @@ -52,7 +52,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.15 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -60,7 +60,7 @@ export PATH=$PATH:$HOME/dotnet ``` [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.15.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.15.md [dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/160b5882-cc9f-4887-b641-b2049d0a1844/74e559657e6ca8f92319164506f8ad64/dotnet-centos-x64.1.0.15.tar.gz [dotnet-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/171b6b96-9368-40f2-87a6-77a7a0f422e3/f706ac99ee323d1061611d4e84df742d/dotnet-osx-x64.1.0.15.pkg @@ -95,5 +95,5 @@ export PATH=$PATH:$HOME/dotnet [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.13-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.0 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/ diff --git a/release-notes/1.0/1.0.15/1.0.15.md b/release-notes/1.0/1.0.15/1.0.15.md index 34f407f2..d64247e4 100644 --- a/release-notes/1.0/1.0.15/1.0.15.md +++ b/release-notes/1.0/1.0.15/1.0.15.md @@ -24,7 +24,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 1.0.15 diff --git a/release-notes/1.0/1.0.16/1.0.16-download.md b/release-notes/1.0/1.0.16/1.0.16-download.md index be2e8fc4..368bb4e5 100644 --- a/release-notes/1.0/1.0.16/1.0.16-download.md +++ b/release-notes/1.0/1.0.16/1.0.16-download.md @@ -52,7 +52,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.16 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -60,7 +60,7 @@ export PATH=$PATH:$HOME/dotnet ``` [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.16/1.0.16.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.16/1.0.16.md [dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b15f877f-1299-466b-805c-439c4b208229/6b0ebc8e907cd732744974e4f1f0b04f/dotnet-centos-x64.1.0.16.tar.gz [dotnet-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/10f564b1-0578-4de0-9ed8-7890c60ccfb2/8dc054cf37402b2af50b11b1b9014130/dotnet-osx-x64.1.0.16.pkg @@ -96,5 +96,5 @@ export PATH=$PATH:$HOME/dotnet [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.14-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.0 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/1.0/1.0.16/1.0.16.md b/release-notes/1.0/1.0.16/1.0.16.md index 66536dd8..bdb56171 100644 --- a/release-notes/1.0/1.0.16/1.0.16.md +++ b/release-notes/1.0/1.0.16/1.0.16.md @@ -24,7 +24,7 @@ Ubuntu 14.04 reached the [end of standard support April 2019](https://wiki.ubunt .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 1.0.16 diff --git a/release-notes/1.0/1.0.3-SDK-RC4.md b/release-notes/1.0/1.0.3-SDK-RC4.md index 2844b235..863c33f1 100644 --- a/release-notes/1.0/1.0.3-SDK-RC4.md +++ b/release-notes/1.0/1.0.3-SDK-RC4.md @@ -8,7 +8,7 @@ Today we are releasing updates to the .NET Core SDK and Visual Studio 2017 RC. I We’re getting close to the final release of .NET Core Tools and Visual Studio 2017 making it a great time to try out the migration tools on your projects. and give us feedback on the experience. If you want to try .NET Core Tools in Visual Studio 2017, visit [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/) to download. You’ll need to choose the Web workload when installing. -If you’re using another dev tool on Windows, macOS or Linux, go to the [.NET Core RC Download](https://github.com/dotnet/core/blob/master/release-notes/rc4-download.md) for all installation options. +If you’re using another dev tool on Windows, macOS or Linux, go to the [.NET Core RC Download](https://github.com/dotnet/core/blob/main/release-notes/rc4-download.md) for all installation options. Want a helping hand from Microsoft for migrating your .NET Core and ASP.NET Core projects from project.json to the new VS2017 csproj format? Please click [here](http://landinghub.visualstudio.com/migrate-dotnetcore). diff --git a/release-notes/1.0/1.0.4-sdk.md b/release-notes/1.0/1.0.4-sdk.md index 2cae49bc..a627465d 100644 --- a/release-notes/1.0/1.0.4-sdk.md +++ b/release-notes/1.0/1.0.4-sdk.md @@ -4,9 +4,9 @@ This release includes critical security and reliability updates to improve the quality of .NET Core. The latest releases can be found on the [.NET Core download pages](https://dotnet.microsoft.com/download/dotnet/current/runtime) or from the following. -* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md) -* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md) -* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md) +* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.5-download.md) +* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.2-download.md) +* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.4-sdk-download.md) The .NET Core SDK 1.0.4 includes .NET Core 1.0.5 and 1.1.2 runtimes so downloading the runtime packages separately is not needed when installing the SDK. diff --git a/release-notes/1.0/1.0.4.md b/release-notes/1.0/1.0.4.md index 57f7f835..463e4607 100644 --- a/release-notes/1.0/1.0.4.md +++ b/release-notes/1.0/1.0.4.md @@ -2,7 +2,7 @@ ## .NET Core March 2017 Update - 1.0.4 Released 3/7/2017 -[.NET Core 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download). +[.NET Core 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download). Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://blogs.msdn.microsoft.com/visualstudio/). diff --git a/release-notes/1.0/1.0.5.md b/release-notes/1.0/1.0.5.md index eda84737..2b54396d 100644 --- a/release-notes/1.0/1.0.5.md +++ b/release-notes/1.0/1.0.5.md @@ -4,9 +4,9 @@ This release includes critical security and reliability updates to improve the quality of .NET Core. The latest releases can be found on the [.NET Core download pages](https://dotnet.microsoft.com/download/dotnet/current/runtime) or from the following. -* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md) -* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md) -* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md) +* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.5-download.md) +* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.2-download.md) +* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.4-sdk-download.md) The .NET Core SDK 1.0.4 includes .NET Core 1.0.5 and 1.1.2 runtimes so downloading the runtime packages separately is not needed when installing the SDK. diff --git a/release-notes/1.0/1.0.7.md b/release-notes/1.0/1.0.7.md index ce251f2c..57bcbcca 100644 --- a/release-notes/1.0/1.0.7.md +++ b/release-notes/1.0/1.0.7.md @@ -4,8 +4,8 @@ ## Downloads -* [.NET Core 1.0.7](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.7-download.md) -* [.NET Core 1.1.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.4-download.md) +* [.NET Core 1.0.7](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.7-download.md) +* [.NET Core 1.1.4](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.4-download.md) After installing the .NET Core SDK 1.1.4, the following command will show that you're running version `1.1.4` of the tools. diff --git a/release-notes/1.0/1.0.8.md b/release-notes/1.0/1.0.8.md index 57b9e4eb..5c2b3454 100644 --- a/release-notes/1.0/1.0.8.md +++ b/release-notes/1.0/1.0.8.md @@ -4,8 +4,8 @@ ## Downloads -* [.NET Core 1.0.8](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.8.md) -* [.NET Core 1.1.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.5.md) +* [.NET Core 1.0.8](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.8.md) +* [.NET Core 1.1.5](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.5.md) After installing the .NET Core SDK 1.1.5, the following command will show that you're running version `1.1.5` of the tools. diff --git a/release-notes/1.0/1.0.9.md b/release-notes/1.0/1.0.9.md index 6079a80b..090ee884 100644 --- a/release-notes/1.0/1.0.9.md +++ b/release-notes/1.0/1.0.9.md @@ -6,7 +6,7 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue * [Announcement](https://blogs.msdn.microsoft.com/) * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.5-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.5-download.md) The .NET Core SDK 1.1.7 includes .NET Core 1.0.9 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.7, the following command will show that you're running version `1.1.7` of the tools. diff --git a/release-notes/1.0/README.md b/release-notes/1.0/README.md index 80517d79..5fb5f978 100644 --- a/release-notes/1.0/README.md +++ b/release-notes/1.0/README.md @@ -27,6 +27,6 @@ Release notes and download information is provided for each update, in the follo | 2016/12/13 | 1.0.3 with SDK Preview 2 build 3156 | [release notes](1.0.3.md)/[download](../download-archives/1.0.3-preview2-download.md) | | 2016/10/24 | 1.0.1 with SDK Preview 4 build 4233 | [release notes](1.0.1-release-notes.md)/[download](../download-archives/preview4-download.md) | | [1.0.1 Known Issues](1.0.1-known-issue | 2016/10/17 | 1.0.2 with SDK Preview 2 build 3148 | [release notes](https://github.com/dotnet/core/releases/tag/1.0.2)/[download](../download-archives/1.0.2-preview2-download.md) | -| 2016/10/03 | 1.0.1 with SDK Preview 3 build 4056 | [release notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.1-release-notes.md)/[download](../download-archives/preview3-download.md) | -| 2016/09/13 | 1.0.1 with SDK Preview 2 build 3131 and 3133 | [release notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.1-release-notes.md)/[download](../download-archives/1.0.1-preview2-download.md) | -| 2016/06/27 | 1.0 with SDK Preview 2 build 3121 | [release notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.0.md)/[download](../download-archives/1.0-preview2-download.md) | | | [Contributors](1.0.0-contributor-list +| 2016/10/03 | 1.0.1 with SDK Preview 3 build 4056 | [release notes](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.1-release-notes.md)/[download](../download-archives/preview3-download.md) | +| 2016/09/13 | 1.0.1 with SDK Preview 2 build 3131 and 3133 | [release notes](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.1-release-notes.md)/[download](../download-archives/1.0.1-preview2-download.md) | +| 2016/06/27 | 1.0 with SDK Preview 2 build 3121 | [release notes](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.0.md)/[download](../download-archives/1.0-preview2-download.md) | | | [Contributors](1.0.0-contributor-list diff --git a/release-notes/1.0/releases.json b/release-notes/1.0/releases.json index 13e924c8..385ff3b0 100644 --- a/release-notes/1.0/releases.json +++ b/release-notes/1.0/releases.json @@ -26,7 +26,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0981" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.16/1.0.16.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.16/1.0.16.md", "runtime": { "version": "1.0.16", "version-display": "1.0.16", @@ -244,7 +244,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0757" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.15/1.0.15.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.15/1.0.15.md", "runtime": { "version": "1.0.15", "version-display": "1.0.15", @@ -455,7 +455,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0657" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.14/1.0.14.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.14/1.0.14.md", "runtime": { "version": "1.0.14", "version-display": "1.0.14", @@ -678,7 +678,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8292" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.13.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.13.md", "runtime": { "version": "1.0.13", "version-display": null, @@ -894,7 +894,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8356" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.12.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.12.md", "runtime": { "version": "1.0.12", "version-display": null, @@ -1059,7 +1059,7 @@ "release-version": "1.0.11", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.11.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.11.md", "runtime": { "version": "1.0.11", "version-display": null, @@ -1203,7 +1203,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0808" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.10.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.10.md", "runtime": { "version": "1.0.10", "version-display": null, @@ -1343,7 +1343,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0784" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.9.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.9.md", "runtime": { "version": "1.0.9", "version-display": null, @@ -1473,7 +1473,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11883" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.8.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.8.md", "runtime": { "version": "1.0.8", "version-display": null, @@ -1595,7 +1595,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8585" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.7.md", "runtime": { "version": "1.0.7", "version-display": null, @@ -1730,7 +1730,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0247" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.5.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.5.md", "runtime": { "version": "1.0.5", "version-display": null, @@ -1865,7 +1865,7 @@ "release-version": "1.0.4", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md", "runtime": { "version": "1.0.4", "version-display": null, @@ -2018,7 +2018,7 @@ "release-version": "1.0.3", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.3.md", "runtime": { "version": "1.0.3", "version-display": null, @@ -2228,7 +2228,7 @@ "release-version": "1.0.1", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.1-release-notes.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.1-release-notes.md", "runtime": { "version": "1.0.1", "version-display": null, @@ -2363,7 +2363,7 @@ "release-version": "1.0.0", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.0.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.0.md", "runtime": { "version": "1.0.0", "version-display": null, diff --git a/release-notes/1.1/1.1-known-issues.md b/release-notes/1.1/1.1-known-issues.md index c9216c5b..8f9c33c9 100644 --- a/release-notes/1.1/1.1-known-issues.md +++ b/release-notes/1.1/1.1-known-issues.md @@ -14,7 +14,7 @@ This is expected behavior. See discussion in [coreclr issue #4318](https://githu ## .NET Core SDK Preview 3 -We're releasing an update to the .NET Core SDK which is available directly in Visual Studio 2017 RC. Please see the [CLI Known Issues](https://github.com/dotnet/core/blob/master/cli/known-issues.md) document for important information about this release. +We're releasing an update to the .NET Core SDK which is available directly in Visual Studio 2017 RC. Please see the [CLI Known Issues](https://github.com/dotnet/core/blob/main/cli/known-issues.md) document for important information about this release. Have a look at [Project Json To CSProj](https://github.com/dotnet/cli/blob/rel/1.0.0/Documentation/ProjectJsonToCSProj.md) for details on working with project.json and csproj-based projects. diff --git a/release-notes/1.1/1.1.0-preview1.md b/release-notes/1.1/1.1.0-preview1.md index 331efdcc..275d1463 100644 --- a/release-notes/1.1/1.1.0-preview1.md +++ b/release-notes/1.1/1.1.0-preview1.md @@ -2,7 +2,7 @@ ## .NET Core 1.1.0 Preview 1 released 10/24/2016 -.NET Core 1.1.0 Preview 1 and SDK 1.0.0 Preview2.1 are available for [download](https://github.com/dotnet/core/blob/master/release-notes/preview-download.md) and testing. Have a look at the [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2016/10/25/announcing-net-core-1-1-preview-1/) for details and other good context for the release. +.NET Core 1.1.0 Preview 1 and SDK 1.0.0 Preview2.1 are available for [download](https://github.com/dotnet/core/blob/main/release-notes/preview-download.md) and testing. Have a look at the [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2016/10/25/announcing-net-core-1-1-preview-1/) for details and other good context for the release. Have a look at [.NET Core 1.1.0 Preview 1 Known Issues](1.1.0-preview1-known-issues.md) document as there are a few things to be aware of before installing. @@ -41,5 +41,5 @@ Changes to the .NET Core API surface are can be seen in the [1.0-1.1-api-diff](1 ### Contributors -The list of contributors can be found in the [1.1.0 Preview 1 Contributor List](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.0-preview1-contibutor-list.md) +The list of contributors can be found in the [1.1.0 Preview 1 Contributor List](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.0-preview1-contibutor-list.md) diff --git a/release-notes/1.1/1.1.1.md b/release-notes/1.1/1.1.1.md index fd5cfa84..d194652c 100644 --- a/release-notes/1.1/1.1.1.md +++ b/release-notes/1.1/1.1.1.md @@ -2,7 +2,7 @@ ## .NET Core March 2017 Update - 1.1.1 Released 3/7/2017 -[.NET Core 1.1.1](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.1.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download). +[.NET Core 1.1.1](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.1.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download). Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://blogs.msdn.microsoft.com/visualstudio/). diff --git a/release-notes/1.1/1.1.10.md b/release-notes/1.1/1.1.10.md index 26ce43a7..c7cc7bf0 100644 --- a/release-notes/1.1/1.1.10.md +++ b/release-notes/1.1/1.1.10.md @@ -2,7 +2,7 @@ .NET Core 1.1.10 is available for download and usage in your environment. -* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.10-download.md) +* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.10-download.md) ## Blog Round up @@ -22,7 +22,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. As .NET Core 2.1 has become LTS (anounced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019. diff --git a/release-notes/1.1/1.1.11/1.1.11-download.md b/release-notes/1.1/1.1.11/1.1.11-download.md index fa0c9cd7..754da353 100644 --- a/release-notes/1.1/1.1.11/1.1.11-download.md +++ b/release-notes/1.1/1.1.11/1.1.11-download.md @@ -5,7 +5,7 @@ * .NET Core Runtime 1.1.11 * .NET Core SDK 1.1.12 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.11/1.1.11.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.11/1.1.11.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -56,7 +56,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.11 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -64,7 +64,7 @@ export PATH=$PATH:$HOME/dotnet ``` [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.11.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.11.md [dotnet-debian.9-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e31e3367-6b98-4d1b-9862-a9a63e1c7dc7/88a96cb53c7f01e39e8d3f6d7542921a/dotnet-debian.9-x64.1.1.11.tar.gz [dotnet-ubuntu.18.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ad22fcf6-8e22-4a4a-9dc1-8b62196190b3/2a6cb070de5831a13cdff5ec43ceaade/dotnet-ubuntu.18.04-x64.1.1.11.tar.gz @@ -105,4 +105,4 @@ export PATH=$PATH:$HOME/dotnet [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.1 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/1.1/1.1.11/1.1.11.md b/release-notes/1.1/1.1.11/1.1.11.md index 682c7ec6..efee62cc 100644 --- a/release-notes/1.1/1.1.11/1.1.11.md +++ b/release-notes/1.1/1.1.11/1.1.11.md @@ -22,7 +22,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Notable Changes in 1.1.11 diff --git a/release-notes/1.1/1.1.12/1.1.12-download.md b/release-notes/1.1/1.1.12/1.1.12-download.md index e812deb1..57ac7474 100644 --- a/release-notes/1.1/1.1.12/1.1.12-download.md +++ b/release-notes/1.1/1.1.12/1.1.12-download.md @@ -5,7 +5,7 @@ * .NET Core Runtime 1.1.12 * .NET Core SDK 1.1.13 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.12.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.12.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -56,7 +56,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.12 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -64,7 +64,7 @@ export PATH=$PATH:$HOME/dotnet ``` [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.12.md [dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60439f54-4dd4-4128-8c3e-aaa346e54f63/9eed8f5fae4265f32ab4c859bfcbe720/dotnet-centos-x64.1.1.12.tar.gz [dotnet-debian.9-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4e85cb6b-7a05-4766-b230-372df3ab80b0/6fa4bed7440dda5a10ee961d14c0def3/dotnet-debian.9-x64.1.1.12.tar.gz @@ -104,6 +104,6 @@ export PATH=$PATH:$HOME/dotnet [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.13-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.1 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/ \ No newline at end of file diff --git a/release-notes/1.1/1.1.12/1.1.12.md b/release-notes/1.1/1.1.12/1.1.12.md index e8c8895b..e0f6cf0d 100644 --- a/release-notes/1.1/1.1.12/1.1.12.md +++ b/release-notes/1.1/1.1.12/1.1.12.md @@ -24,7 +24,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 1.1.12 diff --git a/release-notes/1.1/1.1.13/1.1.13-download.md b/release-notes/1.1/1.1.13/1.1.13-download.md index c968d5a2..1cc14ed3 100644 --- a/release-notes/1.1/1.1.13/1.1.13-download.md +++ b/release-notes/1.1/1.1.13/1.1.13-download.md @@ -56,7 +56,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.13 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -64,7 +64,7 @@ export PATH=$PATH:$HOME/dotnet ``` [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.13/1.1.13.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.13/1.1.13.md [dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/19659750-f708-4f35-99e8-f37e83755f95/971d83ccd6f1bb96b7da341bb4e1e2e4/dotnet-centos-x64.1.1.13.tar.gz [dotnet-debian.9-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/70099599-b7e6-425f-a00c-005590a3a880/2bf8884be051ec30b6225116887d3d8e/dotnet-debian.9-x64.1.1.13.tar.gz @@ -105,6 +105,6 @@ export PATH=$PATH:$HOME/dotnet [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.14-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.1 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/1.1/1.1.13/1.1.13.md b/release-notes/1.1/1.1.13/1.1.13.md index 3343f8f3..7b45c024 100644 --- a/release-notes/1.1/1.1.13/1.1.13.md +++ b/release-notes/1.1/1.1.13/1.1.13.md @@ -24,7 +24,7 @@ Ubuntu 14.04 reached the [end of standard support April 2019](https://wiki.ubunt .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 1.1.13 diff --git a/release-notes/1.1/1.1.2.md b/release-notes/1.1/1.1.2.md index aa14d32c..00be3d31 100644 --- a/release-notes/1.1/1.1.2.md +++ b/release-notes/1.1/1.1.2.md @@ -4,9 +4,9 @@ This release includes critical security and reliability updates to improve the quality of .NET Core. The latest releases can be found on the [.NET Core download pages](https://dotnet.microsoft.com/download/dotnet/current/runtime) or from the following. -* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md) -* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md) -* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md) +* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.5-download.md) +* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.2-download.md) +* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.4-sdk-download.md) The .NET Core SDK 1.0.4 includes .NET Core 1.0.5 and 1.1.2 runtimes so downloading the runtime packages separately is not needed when installing the SDK. diff --git a/release-notes/1.1/1.1.4.md b/release-notes/1.1/1.1.4.md index ce251f2c..57bcbcca 100644 --- a/release-notes/1.1/1.1.4.md +++ b/release-notes/1.1/1.1.4.md @@ -4,8 +4,8 @@ ## Downloads -* [.NET Core 1.0.7](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.7-download.md) -* [.NET Core 1.1.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.4-download.md) +* [.NET Core 1.0.7](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.7-download.md) +* [.NET Core 1.1.4](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.4-download.md) After installing the .NET Core SDK 1.1.4, the following command will show that you're running version `1.1.4` of the tools. diff --git a/release-notes/1.1/1.1.5.md b/release-notes/1.1/1.1.5.md index 57b9e4eb..5c2b3454 100644 --- a/release-notes/1.1/1.1.5.md +++ b/release-notes/1.1/1.1.5.md @@ -4,8 +4,8 @@ ## Downloads -* [.NET Core 1.0.8](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.8.md) -* [.NET Core 1.1.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.5.md) +* [.NET Core 1.0.8](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.8.md) +* [.NET Core 1.1.5](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.5.md) After installing the .NET Core SDK 1.1.5, the following command will show that you're running version `1.1.5` of the tools. diff --git a/release-notes/1.1/1.1.6.md b/release-notes/1.1/1.1.6.md index 8c0bfc5b..44585a7b 100644 --- a/release-notes/1.1/1.1.6.md +++ b/release-notes/1.1/1.1.6.md @@ -6,7 +6,7 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue * [Announcement](https://blogs.msdn.microsoft.com/) * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.5-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.5-download.md) The .NET Core SDK 1.1.7 includes .NET Core 1.1.6 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.7, the following command will show that you're running version `1.1.7` of the tools. diff --git a/release-notes/1.1/1.1.7.md b/release-notes/1.1/1.1.7.md index 5328f0b5..b5899108 100644 --- a/release-notes/1.1/1.1.7.md +++ b/release-notes/1.1/1.1.7.md @@ -5,7 +5,7 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue .NET Core 1.1.7 and SDK 1.1.8 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.7-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.7-download.md) The .NET Core SDK 1.1.8 includes .NET Core 1.1.7 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.8, the following command will show that you're running version `1.1.8` of the tools. diff --git a/release-notes/1.1/1.1.8.md b/release-notes/1.1/1.1.8.md index b721e2d5..fa493b34 100644 --- a/release-notes/1.1/1.1.8.md +++ b/release-notes/1.1/1.1.8.md @@ -5,7 +5,7 @@ Microsoft is releasing updates for .NET Core and ASP.NET Core. Issues addressed .NET Core 1.1.8 and SDK 1.1.9 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.8-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.8-download.md) The .NET Core SDK 1.1.9 includes .NET Core 1.1.8 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.9, the following command will show that you're running version `1.1.9` of the tools. diff --git a/release-notes/1.1/1.1.9.md b/release-notes/1.1/1.1.9.md index 77a9cb79..d8273dae 100644 --- a/release-notes/1.1/1.1.9.md +++ b/release-notes/1.1/1.1.9.md @@ -2,7 +2,7 @@ .NET Core 1.1.9 is available for download and usage in your environment. -* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.9-download.md) +* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.1.9-download.md) ## Blog Round up @@ -22,7 +22,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. .NET Core 2.1 is expected to be declared LTS in the next few months. It is recommended that 2.1 be the default target for projects. .NET Core 2.0 will go out of support October 2018. diff --git a/release-notes/1.1/1.1.md b/release-notes/1.1/1.1.md index c5664831..5edf4cbc 100644 --- a/release-notes/1.1/1.1.md +++ b/release-notes/1.1/1.1.md @@ -49,4 +49,4 @@ The great work included in .NET Core 1.1 can be seen in the [1.1 commits](1.1-co ### Contributors -The list of contributors can be found in the [1.1 Contributor List](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1-contributor-list.md). +The list of contributors can be found in the [1.1 Contributor List](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1-contributor-list.md). diff --git a/release-notes/1.1/releases.json b/release-notes/1.1/releases.json index 3d52274e..c24c9d40 100644 --- a/release-notes/1.1/releases.json +++ b/release-notes/1.1/releases.json @@ -26,7 +26,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0981" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.13/1.1.13.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.13/1.1.13.md", "runtime": { "version": "1.1.13", "version-display": "1.1.13", @@ -274,7 +274,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0757" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.12/1.1.12.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.12/1.1.12.md", "runtime": { "version": "1.1.12", "version-display": "1.1.12", @@ -515,7 +515,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0657" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.11/1.1.11.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.11/1.1.11.md", "runtime": { "version": "1.1.11", "version-display": "1.1.11", @@ -756,7 +756,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8292" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.10.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.10.md", "runtime": { "version": "1.1.10", "version-display": "1.1.10", @@ -1015,7 +1015,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8356" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.9.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.9.md", "runtime": { "version": "1.1.9", "version-display": "1.1.9", @@ -1235,7 +1235,7 @@ "release-version": "1.1.8", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.8.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.8.md", "runtime": { "version": "1.1.8", "version-display": "1.1.8", @@ -1410,7 +1410,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0808" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.7.md", "runtime": { "version": "1.1.7", "version-display": "1.1.7", @@ -1583,7 +1583,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0784" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.6.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.6.md", "runtime": { "version": "1.1.6", "version-display": "1.1.6", @@ -1890,7 +1890,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8585" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.4.md", "runtime": { "version": "1.1.4", "version-display": "1.1.4", @@ -2031,7 +2031,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0247" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.2.md", "runtime": { "version": "1.1.2", "version-display": "1.1.2", @@ -2202,7 +2202,7 @@ "release-version": "1.1.1", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.1.md", "runtime": { "version": "1.1.1", "version-display": "1.1.1", @@ -2373,7 +2373,7 @@ "release-version": "1.1.0", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.md", "runtime": { "version": "1.1.0", "version-display": "1.1.0", diff --git a/release-notes/2.0/2.0-supported-os.md b/release-notes/2.0/2.0-supported-os.md index f5c0b8e7..148ec23b 100644 --- a/release-notes/2.0/2.0-supported-os.md +++ b/release-notes/2.0/2.0-supported-os.md @@ -44,7 +44,7 @@ SUSE Enterprise Linux (SLES) | 12 SP2+ | x64 | [SU ## Out of support OS versions -Support for the following versions was ended by the distribution owners and are [not supported by .NET Core 2](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). +Support for the following versions was ended by the distribution owners and are [not supported by .NET Core 2](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md). OS | Version | End of Life | Supported Version -----------|----------|-------------|------------------ diff --git a/release-notes/2.0/2.0.0-preview1.md b/release-notes/2.0/2.0.0-preview1.md index 752a239d..4bfb3b47 100644 --- a/release-notes/2.0/2.0.0-preview1.md +++ b/release-notes/2.0/2.0.0-preview1.md @@ -2,7 +2,7 @@ ## .NET Core 2.0.0 Preview 1 released 5/10/2017 -.NET Core 2.0.0 Preview 1 and SDK 2.0.0 Preview 1 are available for download and testing. These can be found on [.NET Core Preview 1](https://dotnet.microsoft.com/download/dotnet) or the [Preview 1 download page](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md). +.NET Core 2.0.0 Preview 1 and SDK 2.0.0 Preview 1 are available for download and testing. These can be found on [.NET Core Preview 1](https://dotnet.microsoft.com/download/dotnet) or the [Preview 1 download page](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.0-preview1-download.md). The .NET Core SDK 2.0.0-Preview 1 includes .NET Core 2.0.0-Preview 1 runtime so downloading the runtime packages separately is not needed when installing the SDK. @@ -22,7 +22,7 @@ You can visit the following locations to learn more about .NET Standard. ### Linux Binaries -The 'generic' Linux binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/master/roadmap.md). This will also enable you to experiment with Distros not present on the supported list but are libc compatible. +The 'generic' Linux binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/main/roadmap.md). This will also enable you to experiment with Distros not present on the supported list but are libc compatible. ### OpenSSL is no longer needed on OSX diff --git a/release-notes/2.0/2.0.0-preview2.md b/release-notes/2.0/2.0.0-preview2.md index 8729542d..e561c4a0 100644 --- a/release-notes/2.0/2.0.0-preview2.md +++ b/release-notes/2.0/2.0.0-preview2.md @@ -3,7 +3,7 @@ .NET Core 2.0.0 Preview 2 and SDK 2.0.0 Preview 2 are available for download and testing. * [Getting Started](https://dotnet.microsoft.com/download/dotnet) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview2-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.0-preview2-download.md) The .NET Core SDK 2.0.0 Preview 2 includes .NET Core 2.0.0 Preview 2 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.0.0 Preview 2, the following command will show that you're running version `2.0.0-preview2-006497` of the tools. diff --git a/release-notes/2.0/2.0.0.md b/release-notes/2.0/2.0.0.md index 23b2ecc3..0bc374be 100644 --- a/release-notes/2.0/2.0.0.md +++ b/release-notes/2.0/2.0.0.md @@ -5,7 +5,7 @@ .NET Core 2.0.0 and SDK 2.0.0 are available for download and testing. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.0-download.md) The blog roundup @@ -62,7 +62,7 @@ Because the Runtime Package Store contains crossgen'ed files for a specific rele ### Support -.NET Core 2.0 is being released as a 'current' release. See the [.NET Core support document](https://github.com/dotnet/core/blob/master/microsoft-support.md) for details on release types. We have also posted [OS Lifecycle Support Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) detailing OS version policies. +.NET Core 2.0 is being released as a 'current' release. See the [.NET Core support document](https://github.com/dotnet/core/blob/main/microsoft-support.md) for details on release types. We have also posted [OS Lifecycle Support Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) detailing OS version policies. ### WCF diff --git a/release-notes/2.0/2.0.3.md b/release-notes/2.0/2.0.3.md index a8185d63..2e026560 100644 --- a/release-notes/2.0/2.0.3.md +++ b/release-notes/2.0/2.0.3.md @@ -4,7 +4,7 @@ * [Announcement](https://blogs.msdn.microsoft.com/dotnet/2017/11/14/net-core-november-2017-update/) * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.3.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.3.md) The .NET Core SDK 2.0.3 includes .NET Core 2.0.3 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.0.3, the following command will show that you're running version `2.0.3` of the tools. diff --git a/release-notes/2.0/2.0.4.md b/release-notes/2.0/2.0.4.md index 96aceccf..4d78d98b 100644 --- a/release-notes/2.0/2.0.4.md +++ b/release-notes/2.0/2.0.4.md @@ -3,7 +3,7 @@ .NET Core 2.0.4 and SDK 2.1.3 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.4-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.4-download.md) The .NET Core SDK 2.1.3 includes .NET Core 2.0.4 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1.3, the following command will show that you're running version `2.0.4` of the tools. diff --git a/release-notes/2.0/2.0.5.md b/release-notes/2.0/2.0.5.md index 9976fbb0..419a3ab5 100644 --- a/release-notes/2.0/2.0.5.md +++ b/release-notes/2.0/2.0.5.md @@ -6,7 +6,7 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue * [Announcement](https://blogs.msdn.microsoft.com/dotnet/2018/01/09/net-core-january-2018-update/) * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.5-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.5-download.md) The .NET Core SDK 2.1.4 includes .NET Core 2.0.5 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1.4, the following command will show that you're running version `2.1.4` of the tools. diff --git a/release-notes/2.0/2.0.6.md b/release-notes/2.0/2.0.6.md index c43bb56b..14d441f2 100644 --- a/release-notes/2.0/2.0.6.md +++ b/release-notes/2.0/2.0.6.md @@ -5,7 +5,7 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue .NET Core 2.0.6 and SDK 2.1.101 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.6-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.6-download.md) The .NET Core SDK 2.1.101 includes .NET Core 2.0.6 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1.101, the following command will show that you're running version `2.1.101` of the tools. diff --git a/release-notes/2.0/2.0.7.md b/release-notes/2.0/2.0.7.md index 049a402e..59bb561a 100644 --- a/release-notes/2.0/2.0.7.md +++ b/release-notes/2.0/2.0.7.md @@ -5,7 +5,7 @@ Microsoft is releasing updates for .NET Core and ASP.NET Core. Issues addressed .NET Core 2.0.7 and SDK 2.1.105 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.7-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.7-download.md) The .NET Core SDK 2.1.105 includes .NET Core 2.0.7 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1.105, the following command will show that you're running version `2.1.105` of the tools. diff --git a/release-notes/2.0/2.0.9.md b/release-notes/2.0/2.0.9.md index aea7d505..35578ece 100644 --- a/release-notes/2.0/2.0.9.md +++ b/release-notes/2.0/2.0.9.md @@ -2,7 +2,7 @@ .NET Core 2.0.9 is available for download and usage in your environment. -* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.9-download.md) +* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.9-download.md) ## Blog Round up @@ -24,7 +24,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. .NET Core 2.1 is expected to be declared LTS in the next few months. It is recommended that 2.1 be the default target for projects. .NET Core 2.0 will go out of support October 2018. diff --git a/release-notes/2.0/2.1.200-sdk.md b/release-notes/2.0/2.1.200-sdk.md index d24cfc27..35d7e888 100644 --- a/release-notes/2.0/2.1.200-sdk.md +++ b/release-notes/2.0/2.1.200-sdk.md @@ -5,7 +5,7 @@ Microsoft is releasing updates for .NET Core SDK and ASP.NET Core. This release .NET Core 2.0.7 (previously released) and SDK 2.1.200 are available for download and usage in your environment. * [Getting Started](https://dotnet.microsoft.com/download) -* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.200-sdk-download.md) +* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.1.200-sdk-download.md) The .NET Core SDK 2.1.200 includes .NET Core 2.0.7 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1.200, the following command will show that you're running version `2.1.200` of the tools. diff --git a/release-notes/2.0/releases.json b/release-notes/2.0/releases.json index cd2cc884..d4e695e4 100644 --- a/release-notes/2.0/releases.json +++ b/release-notes/2.0/releases.json @@ -22,7 +22,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8356" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.9.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0.9.md", "runtime": { "version": "2.0.9", "version-display": "2.0.9", @@ -280,7 +280,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0765" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.0/2.1.200-sdk.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.0/2.1.200-sdk.md", "runtime": { "version": "2.0.8", "version-display": "2.0.8", @@ -458,7 +458,7 @@ "release-version": "2.0.7", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0.7.md", "runtime": { "version": "2.0.7", "version-display": "2.0.7", @@ -870,7 +870,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0808" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.6.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0.6.md", "runtime": { "version": "2.0.6", "version-display": null, diff --git a/release-notes/2.1/2.1-supported-os.md b/release-notes/2.1/2.1-supported-os.md index 82261787..64795276 100644 --- a/release-notes/2.1/2.1-supported-os.md +++ b/release-notes/2.1/2.1-supported-os.md @@ -46,7 +46,7 @@ Alpine Linux | 3.10, 3.11, 3.12 | x64 ## Out of support OS versions -Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 2.1](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). +Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 2.1](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md). |OS | Version | End of Life | |-----------|----------|-------------| diff --git a/release-notes/2.1/2.1.0.md b/release-notes/2.1/2.1.0.md index 34eab15f..0d28e79d 100644 --- a/release-notes/2.1/2.1.0.md +++ b/release-notes/2.1/2.1.0.md @@ -1,6 +1,6 @@ # .NET Core 2.1 - May 30, 2018 -.NET Core 2.1.0 is available for download and usage in your environment. Have a look at the [Known Issues](2.1.0-known-issues.md) document as there are a few things to be aware of before installing. A [changelist](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.0-commit.md) for the entire 2.1 development cycle is also available. This does not include ASP.NET Core or Entity Framework Core. +.NET Core 2.1.0 is available for download and usage in your environment. Have a look at the [Known Issues](2.1.0-known-issues.md) document as there are a few things to be aware of before installing. A [changelist](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.0-commit.md) for the entire 2.1 development cycle is also available. This does not include ASP.NET Core or Entity Framework Core. * [Download .NET Core](https://dotnet.microsoft.com/download) @@ -93,4 +93,4 @@ On Linux and macOS, you can only configure `HttpClient` on a process-basis. On L ### API changes -See all changes from 2.0 in the [detailed API diff](https://github.com/dotnet/core/blob/master/release-notes/2.1/api-diff/2.0-vs-2.1.md) to help determine if any will impact existing projects built on .NET Core 2.0. +See all changes from 2.0 in the [detailed API diff](https://github.com/dotnet/core/blob/main/release-notes/2.1/api-diff/2.0-vs-2.1.md) to help determine if any will impact existing projects built on .NET Core 2.0. diff --git a/release-notes/2.1/2.1.1.md b/release-notes/2.1/2.1.1.md index 6f3bbc35..66a1545c 100644 --- a/release-notes/2.1/2.1.1.md +++ b/release-notes/2.1/2.1.1.md @@ -1,8 +1,8 @@ # .NET Core June 2018 Update - June 21, 2018 -.NET Core 2.1.1 is available for download and usage in your environment. Have a look at the [Known Issues](2.1.1-known-issues.md) document as there are a few things to be aware of before installing. A [changelist](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.1-commit.md) for the entire 2.1 development cycle is also available. This does not include ASP.NET Core or Entity Framework Core. +.NET Core 2.1.1 is available for download and usage in your environment. Have a look at the [Known Issues](2.1.1-known-issues.md) document as there are a few things to be aware of before installing. A [changelist](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.1-commit.md) for the entire 2.1 development cycle is also available. This does not include ASP.NET Core or Entity Framework Core. -* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.1-download.md) +* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.1.1-download.md) ## Blog Round up @@ -29,14 +29,14 @@ It was announced in the [2.1 blog post](https://blogs.msdn.microsoft.com/dotnet/ [.NET Core 2.0](https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-core-2-0/) was released on August 14, 2017. As a non-LTS release, it is supported for 3 months after the next release. [.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1/) was released on May 30th, 2018. As a result, .NET Core 2.0 will be supported until September 1, 2018. -Microsoft has a published [support policy](https://github.com/dotnet/core/blob/master/microsoft-support.md) for .NET Core. It includes policies for two release types: LTS and Current. .NET Core 2.0 is a Current release. +Microsoft has a published [support policy](https://github.com/dotnet/core/blob/main/microsoft-support.md) for .NET Core. It includes policies for two release types: LTS and Current. .NET Core 2.0 is a Current release. * LTS releases include features and components that have been stabilized, requiring few updates over a longer support release lifetime. These releases are a good choice for hosting applications that you do not intend to update often. * Current releases include features and components that are new and that may undergo future change based on feedback. These releases are a good choice for applications in active development, giving you access to the latest features and improvements. You need to upgrade to later .NET Core releases more often to stay in support. Both types of releases receive critical fixes throughout their lifecycle, for security, reliability, or to add support for new operating system versions. You must stay up-to-date with the latest patches to qualify for support. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. After that time, .NET Core patch updates will no longer include updated packages for .NET Core 2.0. diff --git a/release-notes/2.1/2.1.10/2.1.10-download.md b/release-notes/2.1/2.1.10/2.1.10-download.md index 0acf4a28..e9f9c09c 100644 --- a/release-notes/2.1/2.1.10/2.1.10-download.md +++ b/release-notes/2.1/2.1.10/2.1.10-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.10 * .NET Core SDK -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.10/2.1.10.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.10/2.1.10.md) for details about what is included in this update. **Note:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -82,7 +82,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -107,7 +107,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.10/2.1.10.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.10/2.1.10.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b3a0363f-4ea6-43c1-b5bf-f15e1b88b428/eda34aff06bd3bfd53cf156427ccd3a3/dotnet-runtime-2.1.10-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/23bde323-de7b-4176-b120-6b5d242b49dd/a7a88339ce8c9708b7654f373f484910/dotnet-runtime-2.1.10-linux-arm64.tar.gz @@ -156,6 +156,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.506-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.10/2.1.10.md b/release-notes/2.1/2.1.10/2.1.10.md index 74052ea3..970c2253 100644 --- a/release-notes/2.1/2.1.10/2.1.10.md +++ b/release-notes/2.1/2.1.10/2.1.10.md @@ -54,7 +54,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.10 @@ -144,7 +144,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.10 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.10/2.1.10.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.10/2.1.10.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b3a0363f-4ea6-43c1-b5bf-f15e1b88b428/eda34aff06bd3bfd53cf156427ccd3a3/dotnet-runtime-2.1.10-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/23bde323-de7b-4176-b120-6b5d242b49dd/a7a88339ce8c9708b7654f373f484910/dotnet-runtime-2.1.10-linux-arm64.tar.gz diff --git a/release-notes/2.1/2.1.11/2.1.11-download.md b/release-notes/2.1/2.1.11/2.1.11-download.md index 0ad05f55..43f4c5f9 100644 --- a/release-notes/2.1/2.1.11/2.1.11-download.md +++ b/release-notes/2.1/2.1.11/2.1.11-download.md @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -82,7 +82,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -107,7 +107,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.11/2.1.11.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.11/2.1.11.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7e34e5f5-e817-4ba4-9bfe-03f341e2a807/5779a613184dd09596f71681064cdaa8/dotnet-runtime-2.1.11-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f3238746-7a47-407f-9d30-20de4bfd93e2/0c26aad99851325fd5240909f120614d/dotnet-runtime-2.1.11-linux-arm64.tar.gz @@ -153,6 +153,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.507-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.1/2.1.11/2.1.11.md b/release-notes/2.1/2.1.11/2.1.11.md index ecfc4c91..7095d32e 100644 --- a/release-notes/2.1/2.1.11/2.1.11.md +++ b/release-notes/2.1/2.1.11/2.1.11.md @@ -54,7 +54,7 @@ Ubuntu 14.04 reached the [end of standard support April 2019](https://wiki.ubunt .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.11 @@ -215,7 +215,7 @@ System.Memory|4.5.3 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.11/2.1.11.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.11/2.1.11.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7e34e5f5-e817-4ba4-9bfe-03f341e2a807/5779a613184dd09596f71681064cdaa8/dotnet-runtime-2.1.11-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f3238746-7a47-407f-9d30-20de4bfd93e2/0c26aad99851325fd5240909f120614d/dotnet-runtime-2.1.11-linux-arm64.tar.gz diff --git a/release-notes/2.1/2.1.12/2.1.12-download.md b/release-notes/2.1/2.1.12/2.1.12-download.md index b8958246..686c4f22 100644 --- a/release-notes/2.1/2.1.12/2.1.12-download.md +++ b/release-notes/2.1/2.1.12/2.1.12-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.12 * .NET Core SDK 2.1.508 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -83,7 +83,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -108,7 +108,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md [//]: # ( Runtime 2.1.12) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f759670e-1f8d-4f1a-8eb7-58b95f94c68c/69eca04ca138dc6c3caa160bd1b891d1/dotnet-runtime-2.1.12-linux-arm.tar.gz @@ -162,6 +162,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.701-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.12/2.1.12.md b/release-notes/2.1/2.1.12/2.1.12.md index c66c9d3c..6e004555 100644 --- a/release-notes/2.1/2.1.12/2.1.12.md +++ b/release-notes/2.1/2.1.12/2.1.12.md @@ -59,7 +59,7 @@ The images are expected to be available later today. Debian 10 GA finally released and we expect .NET Core availability on it later this month. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.12 @@ -158,7 +158,7 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver|2.1.12 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md [//]: # ( Runtime 2.1.12) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f759670e-1f8d-4f1a-8eb7-58b95f94c68c/69eca04ca138dc6c3caa160bd1b891d1/dotnet-runtime-2.1.12-linux-arm.tar.gz diff --git a/release-notes/2.1/2.1.12/2.1.605-sdk-download.md b/release-notes/2.1/2.1.12/2.1.605-sdk-download.md index 40191fd7..5d997e0e 100644 --- a/release-notes/2.1/2.1.12/2.1.605-sdk-download.md +++ b/release-notes/2.1/2.1.12/2.1.605-sdk-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. * .NET Core Runtime 2.1.12 * ASP.NET Core 2.1.12 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -83,7 +83,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -108,7 +108,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md [//]: # ( Runtime 2.1.12) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f759670e-1f8d-4f1a-8eb7-58b95f94c68c/69eca04ca138dc6c3caa160bd1b891d1/dotnet-runtime-2.1.12-linux-arm.tar.gz @@ -162,6 +162,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.701-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.12/2.1.701-sdk-download.md b/release-notes/2.1/2.1.12/2.1.701-sdk-download.md index 3343d89a..b396402d 100644 --- a/release-notes/2.1/2.1.12/2.1.701-sdk-download.md +++ b/release-notes/2.1/2.1.12/2.1.701-sdk-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. * .NET Core Runtime 2.1.12 * ASP.NET Core 2.1.12 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -82,7 +82,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -107,7 +107,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md [//]: # ( Runtime 2.1.12) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f759670e-1f8d-4f1a-8eb7-58b95f94c68c/69eca04ca138dc6c3caa160bd1b891d1/dotnet-runtime-2.1.12-linux-arm.tar.gz @@ -161,6 +161,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.701-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.12/2.1.801-sdk-download.md b/release-notes/2.1/2.1.12/2.1.801-sdk-download.md index 3b07dbc3..0bdb5f2e 100644 --- a/release-notes/2.1/2.1.12/2.1.801-sdk-download.md +++ b/release-notes/2.1/2.1.12/2.1.801-sdk-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. * .NET Core Runtime 2.1.12 * ASP.NET Core 2.1.12 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -48,7 +48,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -81,7 +81,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -106,7 +106,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md [//]: # ( Runtime 2.1.12) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f759670e-1f8d-4f1a-8eb7-58b95f94c68c/69eca04ca138dc6c3caa160bd1b891d1/dotnet-runtime-2.1.12-linux-arm.tar.gz @@ -150,6 +150,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.801-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.13/2.1.13-download.md b/release-notes/2.1/2.1.13/2.1.13-download.md index 4b287760..e18d3368 100755 --- a/release-notes/2.1/2.1.13/2.1.13-download.md +++ b/release-notes/2.1/2.1.13/2.1.13-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.13 * .NET Core SDK 2.1.509 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md) for details about what is included in this update. The September Update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. Otherwise, the best version to download is [2.1.802](2.1.802-download.md). @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -84,7 +84,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -109,7 +109,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md [//]: # ( Runtime 2.1.13) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/070b4126-8c0c-445f-8c0e-7a29963b0a1c/d50548fc04e2e0063dad4fda8232cd9d/dotnet-hosting-2.1.13-win.exe @@ -154,6 +154,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.13/2.1.13.md b/release-notes/2.1/2.1.13/2.1.13.md index c8aee5ec..6f939fc8 100755 --- a/release-notes/2.1/2.1.13/2.1.13.md +++ b/release-notes/2.1/2.1.13/2.1.13.md @@ -50,7 +50,7 @@ The images are expected to be available later today. ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.13 @@ -181,7 +181,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.13 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md [//]: # ( Runtime 2.1.13) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/070b4126-8c0c-445f-8c0e-7a29963b0a1c/d50548fc04e2e0063dad4fda8232cd9d/dotnet-hosting-2.1.13-win.exe diff --git a/release-notes/2.1/2.1.13/2.1.606-download.md b/release-notes/2.1/2.1.13/2.1.606-download.md index 77b11377..feca028d 100755 --- a/release-notes/2.1/2.1.13/2.1.606-download.md +++ b/release-notes/2.1/2.1.13/2.1.606-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.13 * .NET Core SDK 2.1.509 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md) for details about what is included in this update. The September Update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. Otherwise, the best version to download is [2.1.802](2.1.802-download.md). @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -84,7 +84,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -109,7 +109,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md [//]: # ( Runtime 2.1.13) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/070b4126-8c0c-445f-8c0e-7a29963b0a1c/d50548fc04e2e0063dad4fda8232cd9d/dotnet-hosting-2.1.13-win.exe @@ -154,6 +154,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.13/2.1.802-download.md b/release-notes/2.1/2.1.13/2.1.802-download.md index 63dae1f7..c2ef7f55 100755 --- a/release-notes/2.1/2.1.13/2.1.802-download.md +++ b/release-notes/2.1/2.1.13/2.1.802-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.13 * .NET Core SDK 2.1.509 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md) for details about what is included in this update. The September Update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. Otherwise, the best version to download is [2.1.802](2.1.802-download.md). @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -84,7 +84,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -109,7 +109,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md [//]: # ( Runtime 2.1.13) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/070b4126-8c0c-445f-8c0e-7a29963b0a1c/d50548fc04e2e0063dad4fda8232cd9d/dotnet-hosting-2.1.13-win.exe @@ -154,6 +154,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.14/2.1.14-install-instructions.md b/release-notes/2.1/2.1.14/2.1.14-install-instructions.md index 35d16fcd..7f3e0294 100644 --- a/release-notes/2.1/2.1.14/2.1.14-install-instructions.md +++ b/release-notes/2.1/2.1.14/2.1.14-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.14 * .NET Core SDK 2.1.510 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.14/2.1.14.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.14/2.1.14.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,14 +86,14 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.14/2.1.14.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.14/2.1.14.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-november-2019/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/d08902cf-87b0-4bfe-b25c-627ff77b8802/8293c56094f50ba8c4ed703aff95c325/dotnet-hosting-2.1.14-win.exe diff --git a/release-notes/2.1/2.1.14/2.1.14.md b/release-notes/2.1/2.1.14/2.1.14.md index 0795635f..00e1c73e 100644 --- a/release-notes/2.1/2.1.14/2.1.14.md +++ b/release-notes/2.1/2.1.14/2.1.14.md @@ -150,7 +150,7 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.1.14 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.14/2.1.14.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.14/2.1.14.md diff --git a/release-notes/2.1/2.1.14/2.1.607-download.md b/release-notes/2.1/2.1.14/2.1.607-download.md index b78627fe..6f5de00a 100644 --- a/release-notes/2.1/2.1.14/2.1.607-download.md +++ b/release-notes/2.1/2.1.14/2.1.607-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.14 * ASP.NET Core 2.1.14 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.14/2.1.14.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.14/2.1.14.md) for details about what is included in this update. ## Downloads @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -85,7 +85,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -110,13 +110,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.14/2.1.14.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.14/2.1.14.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.15/2.1.15-install-instructions.md b/release-notes/2.1/2.1.15/2.1.15-install-instructions.md index 2657f387..3459c38e 100644 --- a/release-notes/2.1/2.1.15/2.1.15-install-instructions.md +++ b/release-notes/2.1/2.1.15/2.1.15-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.15 * .NET Core SDK 2.1.511 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,14 +86,14 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-january-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/633b17e5-a489-4da4-9713-5ddedf17a5f0/5c18f4203e837dd90ba3da59eee92b01/dotnet-hosting-2.1.15-win.exe diff --git a/release-notes/2.1/2.1.15/2.1.15.md b/release-notes/2.1/2.1.15/2.1.15.md index fa7d2147..64772237 100644 --- a/release-notes/2.1/2.1.15/2.1.15.md +++ b/release-notes/2.1/2.1.15/2.1.15.md @@ -58,13 +58,13 @@ The images are expected to be available later today. [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/master/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. Fedora 29 has been out of support since [November 29, 2019](https://fedoraproject.org/wiki/End_of_life) and .NET Core no longer provides support for it. Ubuntu 19.04 will be out of support on [January 23, 2020](https://lists.ubuntu.com/archives/ubuntu-announce/2020-January/thread.html). -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.15 @@ -192,7 +192,7 @@ VS.Redist.Common.NetCore.SharedHost.x86.2.1 | 2.1.15 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt diff --git a/release-notes/2.1/2.1.15/2.1.608-download.md b/release-notes/2.1/2.1.15/2.1.608-download.md index bc4632ff..d8b287ab 100644 --- a/release-notes/2.1/2.1.15/2.1.608-download.md +++ b/release-notes/2.1/2.1.15/2.1.608-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.15 * ASP.NET Core 2.1.15 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md) for details about what is included in this update. ## Downloads @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -85,7 +85,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -110,13 +110,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.15/2.1.803-download.md b/release-notes/2.1/2.1.15/2.1.803-download.md index 66246c77..382486e5 100644 --- a/release-notes/2.1/2.1.15/2.1.803-download.md +++ b/release-notes/2.1/2.1.15/2.1.803-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.15 * ASP.NET Core 2.1.15 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md) for details about what is included in this update. ## Downloads @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -85,7 +85,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -110,13 +110,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.16/2.1.16-install-instructions.md b/release-notes/2.1/2.1.16/2.1.16-install-instructions.md index ba0a32b0..a3cdb5dd 100644 --- a/release-notes/2.1/2.1.16/2.1.16-install-instructions.md +++ b/release-notes/2.1/2.1.16/2.1.16-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.16 * .NET Core SDK 2.1.512 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,14 +86,14 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-february-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/783f01c8-5e85-4a26-b0f8-e2197cd37a5a/fe65d151ad17e0d64f868cb3b8855616/dotnet-hosting-2.1.16-win.exe diff --git a/release-notes/2.1/2.1.16/2.1.16.md b/release-notes/2.1/2.1.16/2.1.16.md index 1f8a2aa4..b0fbc884 100644 --- a/release-notes/2.1/2.1.16/2.1.16.md +++ b/release-notes/2.1/2.1.16/2.1.16.md @@ -58,9 +58,9 @@ The images are expected to be available later today. [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/master/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.16 @@ -152,7 +152,7 @@ Microsoft.DotNet.Web.Spa.ProjectTemplates.2.1 | 2.1.16 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt diff --git a/release-notes/2.1/2.1.16/2.1.609-download.md b/release-notes/2.1/2.1.16/2.1.609-download.md index 6fe8e0e5..34be5b4a 100644 --- a/release-notes/2.1/2.1.16/2.1.609-download.md +++ b/release-notes/2.1/2.1.16/2.1.609-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.16 * ASP.NET Core 2.1.16 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,13 +111,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.16/2.1.804-download.md b/release-notes/2.1/2.1.16/2.1.804-download.md index 8f552b0a..d75636a9 100644 --- a/release-notes/2.1/2.1.16/2.1.804-download.md +++ b/release-notes/2.1/2.1.16/2.1.804-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.16 * ASP.NET Core 2.1.16 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,13 +111,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.17/2.1.17-install-instructions.md b/release-notes/2.1/2.1.17/2.1.17-install-instructions.md index 995841a6..2ba19776 100644 --- a/release-notes/2.1/2.1.17/2.1.17-install-instructions.md +++ b/release-notes/2.1/2.1.17/2.1.17-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.17 * .NET Core SDK 2.1.513 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,14 +86,14 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a431ea89-07d9-4533-9d72-fd246bd2efc7/5bbc08f02800c08b69bce56d03723f18/dotnet-hosting-2.1.17-win.exe diff --git a/release-notes/2.1/2.1.17/2.1.17.md b/release-notes/2.1/2.1.17/2.1.17.md index 274c5e7e..0d00260d 100644 --- a/release-notes/2.1/2.1.17/2.1.17.md +++ b/release-notes/2.1/2.1.17/2.1.17.md @@ -140,7 +140,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.17 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt diff --git a/release-notes/2.1/2.1.17/2.1.610-download.md b/release-notes/2.1/2.1.17/2.1.610-download.md index 47603f8a..01f3943a 100644 --- a/release-notes/2.1/2.1.17/2.1.610-download.md +++ b/release-notes/2.1/2.1.17/2.1.610-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.17 * ASP.NET Core 2.1.17 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. ## Downloads @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -97,13 +97,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.17/2.1.805-download.md b/release-notes/2.1/2.1.17/2.1.805-download.md index 40b5aa04..319c4ad4 100644 --- a/release-notes/2.1/2.1.17/2.1.805-download.md +++ b/release-notes/2.1/2.1.17/2.1.805-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.17 * ASP.NET Core 2.1.17 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,13 +111,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.18/2.1.18-install-instructions.md b/release-notes/2.1/2.1.18/2.1.18-install-instructions.md index ebce693e..60713b93 100644 --- a/release-notes/2.1/2.1.18/2.1.18-install-instructions.md +++ b/release-notes/2.1/2.1.18/2.1.18-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.18 * .NET Core SDK 2.1.514 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,7 +86,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt diff --git a/release-notes/2.1/2.1.18/2.1.18.md b/release-notes/2.1/2.1.18/2.1.18.md index 1838c345..61c9b912 100644 --- a/release-notes/2.1/2.1.18/2.1.18.md +++ b/release-notes/2.1/2.1.18/2.1.18.md @@ -158,7 +158,7 @@ VS.Redist.Common.NetCore.SharedHost.x86.2.1 | 2.1.18-servicing-28802-01 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt diff --git a/release-notes/2.1/2.1.18/2.1.611-download.md b/release-notes/2.1/2.1.18/2.1.611-download.md index 3e5c9b68..38419e92 100644 --- a/release-notes/2.1/2.1.18/2.1.611-download.md +++ b/release-notes/2.1/2.1.18/2.1.611-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.18 * ASP.NET Core 2.1.18 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md) for details about what is included in this update. ## Downloads @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -97,7 +97,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt diff --git a/release-notes/2.1/2.1.18/2.1.806-download.md b/release-notes/2.1/2.1.18/2.1.806-download.md index 35e03f1a..d6f88830 100644 --- a/release-notes/2.1/2.1.18/2.1.806-download.md +++ b/release-notes/2.1/2.1.18/2.1.806-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.18 * ASP.NET Core 2.1.18 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,7 +111,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt diff --git a/release-notes/2.1/2.1.19/2.1.19-install-instructions.md b/release-notes/2.1/2.1.19/2.1.19-install-instructions.md index 1a0b866a..d36ad81b 100644 --- a/release-notes/2.1/2.1.19/2.1.19-install-instructions.md +++ b/release-notes/2.1/2.1.19/2.1.19-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.19 * .NET Core SDK 2.1.515 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,7 +86,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt diff --git a/release-notes/2.1/2.1.19/2.1.19.md b/release-notes/2.1/2.1.19/2.1.19.md index 6d90fd24..a731464e 100644 --- a/release-notes/2.1/2.1.19/2.1.19.md +++ b/release-notes/2.1/2.1.19/2.1.19.md @@ -181,7 +181,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.19-servicing-28928-01.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt diff --git a/release-notes/2.1/2.1.19/2.1.612-download.md b/release-notes/2.1/2.1.19/2.1.612-download.md index b8be86ce..abcace98 100644 --- a/release-notes/2.1/2.1.19/2.1.612-download.md +++ b/release-notes/2.1/2.1.19/2.1.612-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.19 * ASP.NET Core 2.1.19 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md) for details about what is included in this update. ## Downloads @@ -71,7 +71,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -96,7 +96,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt diff --git a/release-notes/2.1/2.1.19/2.1.807-download.md b/release-notes/2.1/2.1.19/2.1.807-download.md index fa296ca6..6bfac077 100644 --- a/release-notes/2.1/2.1.19/2.1.807-download.md +++ b/release-notes/2.1/2.1.19/2.1.807-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.19 * ASP.NET Core 2.1.19 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,7 +111,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt diff --git a/release-notes/2.1/2.1.2.md b/release-notes/2.1/2.1.2.md index 8e5ae024..dc6fc405 100644 --- a/release-notes/2.1/2.1.2.md +++ b/release-notes/2.1/2.1.2.md @@ -39,7 +39,7 @@ The following repos have been updated ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ### Supported Linux version changes @@ -106,7 +106,7 @@ Microsoft.AspNetCore.App | 2.1.0, 2.1.1 | 2.1.2 | [dlc-sdk]: https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/ [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.1.2/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.302/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.2.md [runtime-linux-x64]: https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-arm.tar.gz diff --git a/release-notes/2.1/2.1.20/2.1.20-install-instructions.md b/release-notes/2.1/2.1.20/2.1.20-install-instructions.md index 08c59f9c..46325722 100644 --- a/release-notes/2.1/2.1.20/2.1.20-install-instructions.md +++ b/release-notes/2.1/2.1.20/2.1.20-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.20 * .NET Core SDK 2.1.516 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,7 +86,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt diff --git a/release-notes/2.1/2.1.20/2.1.20.md b/release-notes/2.1/2.1.20/2.1.20.md index 484b2d34..acd510ca 100644 --- a/release-notes/2.1/2.1.20/2.1.20.md +++ b/release-notes/2.1/2.1.20/2.1.20.md @@ -145,7 +145,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.20-servicing-29019-01.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt diff --git a/release-notes/2.1/2.1.20/2.1.613-download.md b/release-notes/2.1/2.1.20/2.1.613-download.md index 6e09314a..8e796a71 100644 --- a/release-notes/2.1/2.1.20/2.1.613-download.md +++ b/release-notes/2.1/2.1.20/2.1.613-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.20 * ASP.NET Core 2.1.20 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md) for details about what is included in this update. ## Downloads @@ -71,7 +71,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -96,7 +96,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt diff --git a/release-notes/2.1/2.1.20/2.1.808-download.md b/release-notes/2.1/2.1.20/2.1.808-download.md index 2873176b..2df1e3fd 100644 --- a/release-notes/2.1/2.1.20/2.1.808-download.md +++ b/release-notes/2.1/2.1.20/2.1.808-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.20 * ASP.NET Core 2.1.20 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,7 +111,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt diff --git a/release-notes/2.1/2.1.21/2.1.21-install-instructions.md b/release-notes/2.1/2.1.21/2.1.21-install-instructions.md index 0298ac66..10191339 100644 --- a/release-notes/2.1/2.1.21/2.1.21-install-instructions.md +++ b/release-notes/2.1/2.1.21/2.1.21-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.21 * .NET Core SDK 2.1.517 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,7 +86,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt diff --git a/release-notes/2.1/2.1.21/2.1.21.md b/release-notes/2.1/2.1.21/2.1.21.md index b535fbd5..309a1e0f 100644 --- a/release-notes/2.1/2.1.21/2.1.21.md +++ b/release-notes/2.1/2.1.21/2.1.21.md @@ -140,7 +140,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.21.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt diff --git a/release-notes/2.1/2.1.21/2.1.614-download.md b/release-notes/2.1/2.1.21/2.1.614-download.md index 409483a3..2dfaef4b 100644 --- a/release-notes/2.1/2.1.21/2.1.614-download.md +++ b/release-notes/2.1/2.1.21/2.1.614-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.21 * ASP.NET Core 2.1.21 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md) for details about what is included in this update. ## Downloads @@ -71,7 +71,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -96,7 +96,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt diff --git a/release-notes/2.1/2.1.21/2.1.809-download.md b/release-notes/2.1/2.1.21/2.1.809-download.md index 45cdec1e..c564a00a 100644 --- a/release-notes/2.1/2.1.21/2.1.809-download.md +++ b/release-notes/2.1/2.1.21/2.1.809-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.21 * ASP.NET Core 2.1.21 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,7 +111,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt diff --git a/release-notes/2.1/2.1.22/2.1.22-install-instructions.md b/release-notes/2.1/2.1.22/2.1.22-install-instructions.md index 1f7d0ffa..a68d2cb2 100644 --- a/release-notes/2.1/2.1.22/2.1.22-install-instructions.md +++ b/release-notes/2.1/2.1.22/2.1.22-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.22 * .NET Core SDK 2.1.518 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ You can download the Windows Server Hosting installer and run the following comm This will install the ASP.NET Core Module for IIS. -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt diff --git a/release-notes/2.1/2.1.22/2.1.22.md b/release-notes/2.1/2.1.22/2.1.22.md index 72b09082..ee96ae0c 100644 --- a/release-notes/2.1/2.1.22/2.1.22.md +++ b/release-notes/2.1/2.1.22/2.1.22.md @@ -152,7 +152,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.22-servicing-29221-01.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt diff --git a/release-notes/2.1/2.1.22/2.1.615-download.md b/release-notes/2.1/2.1.22/2.1.615-download.md index 4d0edf99..a873e0fd 100644 --- a/release-notes/2.1/2.1.22/2.1.615-download.md +++ b/release-notes/2.1/2.1.22/2.1.615-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.22 * ASP.NET Core 2.1.22 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md) for details about what is included in this update. ## Downloads @@ -71,7 +71,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -96,7 +96,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt diff --git a/release-notes/2.1/2.1.22/2.1.810-download.md b/release-notes/2.1/2.1.22/2.1.810-download.md index 4b3f2dd3..c6367a39 100644 --- a/release-notes/2.1/2.1.22/2.1.810-download.md +++ b/release-notes/2.1/2.1.22/2.1.810-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.22 * ASP.NET Core 2.1.22 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,7 +111,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt diff --git a/release-notes/2.1/2.1.23/2.1.23-install-instructions.md b/release-notes/2.1/2.1.23/2.1.23-install-instructions.md index 904959ad..b8e50129 100644 --- a/release-notes/2.1/2.1.23/2.1.23-install-instructions.md +++ b/release-notes/2.1/2.1.23/2.1.23-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.23 * .NET Core SDK 2.1.519 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ You can download the Windows Server Hosting installer and run the following comm This will install the ASP.NET Core Module for IIS. -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt diff --git a/release-notes/2.1/2.1.23/2.1.23.md b/release-notes/2.1/2.1.23/2.1.23.md index f4bb5b77..6335c717 100644 --- a/release-notes/2.1/2.1.23/2.1.23.md +++ b/release-notes/2.1/2.1.23/2.1.23.md @@ -136,7 +136,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.23-servicing-29322-01.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt diff --git a/release-notes/2.1/2.1.23/2.1.616-download.md b/release-notes/2.1/2.1.23/2.1.616-download.md index 0ecf9281..0f55082d 100644 --- a/release-notes/2.1/2.1.23/2.1.616-download.md +++ b/release-notes/2.1/2.1.23/2.1.616-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.23 * ASP.NET Core 2.1.23 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md) for details about what is included in this update. ## Downloads @@ -71,7 +71,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -96,7 +96,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt diff --git a/release-notes/2.1/2.1.23/2.1.811-download.md b/release-notes/2.1/2.1.23/2.1.811-download.md index 8524d9eb..efe41422 100644 --- a/release-notes/2.1/2.1.23/2.1.811-download.md +++ b/release-notes/2.1/2.1.23/2.1.811-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.23 * ASP.NET Core 2.1.23 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,7 +111,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt diff --git a/release-notes/2.1/2.1.24/2.1.24-install-instructions.md b/release-notes/2.1/2.1.24/2.1.24-install-instructions.md index 6022e2c7..8a8d3a9a 100644 --- a/release-notes/2.1/2.1.24/2.1.24-install-instructions.md +++ b/release-notes/2.1/2.1.24/2.1.24-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.24 * .NET Core SDK 2.1.520 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -85,7 +85,7 @@ You can download the Windows Server Hosting installer and run the following comm This will install the ASP.NET Core Module for IIS. -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt diff --git a/release-notes/2.1/2.1.24/2.1.24.md b/release-notes/2.1/2.1.24/2.1.24.md index 6dbe54d7..a45db79f 100644 --- a/release-notes/2.1/2.1.24/2.1.24.md +++ b/release-notes/2.1/2.1.24/2.1.24.md @@ -52,7 +52,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's January servicing release. -This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/master/releases.md). +This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). ## Notable Changes @@ -143,7 +143,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.24-servicing-29518-02.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt diff --git a/release-notes/2.1/2.1.24/2.1.617-download.md b/release-notes/2.1/2.1.24/2.1.617-download.md index c4f06ca4..552c4e57 100644 --- a/release-notes/2.1/2.1.24/2.1.617-download.md +++ b/release-notes/2.1/2.1.24/2.1.617-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.24 * ASP.NET Core 2.1.24 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md) for details about what is included in this update. ## Downloads @@ -71,7 +71,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -96,7 +96,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt diff --git a/release-notes/2.1/2.1.24/2.1.812-download.md b/release-notes/2.1/2.1.24/2.1.812-download.md index 54b40430..e4481fe4 100644 --- a/release-notes/2.1/2.1.24/2.1.812-download.md +++ b/release-notes/2.1/2.1.24/2.1.812-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.24 * ASP.NET Core 2.1.24 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -86,7 +86,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -111,7 +111,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt diff --git a/release-notes/2.1/2.1.25/2.1.25-install-instructions.md b/release-notes/2.1/2.1.25/2.1.25-install-instructions.md index 849fd6fb..11a3fa1b 100644 --- a/release-notes/2.1/2.1.25/2.1.25-install-instructions.md +++ b/release-notes/2.1/2.1.25/2.1.25-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.25 * .NET Core SDK 2.1.521 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.25/2.1.25.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.25/2.1.25.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -85,7 +85,7 @@ You can download the Windows Server Hosting installer and run the following comm This will install the ASP.NET Core Module for IIS. -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.25/2.1.25.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.25/2.1.25.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt diff --git a/release-notes/2.1/2.1.25/2.1.25.md b/release-notes/2.1/2.1.25/2.1.25.md index 2bf97da2..b4c651e8 100644 --- a/release-notes/2.1/2.1.25/2.1.25.md +++ b/release-notes/2.1/2.1.25/2.1.25.md @@ -51,7 +51,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's January servicing release. -This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/master/releases.md). +This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). ## Notable Changes @@ -170,7 +170,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.25-servicing-29720-01.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.25/2.1.25.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.25/2.1.25.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt diff --git a/release-notes/2.1/2.1.25/2.1.813-download.md b/release-notes/2.1/2.1.25/2.1.813-download.md index c3362223..60c46a6d 100644 --- a/release-notes/2.1/2.1.25/2.1.813-download.md +++ b/release-notes/2.1/2.1.25/2.1.813-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.1.25 * ASP.NET Core 2.1.25 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.25/2.1.25.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.25/2.1.25.md) for details about what is included in this update. ## Downloads @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -84,7 +84,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -109,7 +109,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.25/2.1.25.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.25/2.1.25.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt diff --git a/release-notes/2.1/2.1.3/2.1.3-download.md b/release-notes/2.1/2.1.3/2.1.3-download.md index d65001a6..9ca4cb76 100644 --- a/release-notes/2.1/2.1.3/2.1.3-download.md +++ b/release-notes/2.1/2.1.3/2.1.3-download.md @@ -53,7 +53,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -64,7 +64,7 @@ export PATH=$PATH:$HOME/dotnet [dlc-sdk]: https://download.microsoft.com/download/E/8/A/E8AF2EE0-5DDA-4420-A395-D1A50EEFD83E [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.3.md [runtime-linux-x64]: https://download.microsoft.com/download/6/E/B/6EBD972D-2E2F-41EB-9668-F73F5FDDC09C/dotnet-runtime-2.1.3-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/6/E/B/6EBD972D-2E2F-41EB-9668-F73F5FDDC09C/dotnet-runtime-2.1.3-linux-arm.tar.gz @@ -118,4 +118,4 @@ export PATH=$PATH:$HOME/dotnet [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.3/2.1.3.md b/release-notes/2.1/2.1.3/2.1.3.md index be2cc3d4..adf5325a 100644 --- a/release-notes/2.1/2.1.3/2.1.3.md +++ b/release-notes/2.1/2.1.3/2.1.3.md @@ -45,7 +45,7 @@ The LTS designation covers all packages referenced by `Microsoft.NETCore.App` an The .NET Core SDK is not included as part of the LTS designation. SDK fixes will continue to be released in the latest version 'train' which supports maintaining and building applications for .NET Core 2.1. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ### Supported Linux version changes @@ -63,7 +63,7 @@ Please see the [ASP.NET Core release notes](https://github.com/aspnet/Home/relea [dlc-sdk]: https://download.microsoft.com/download/E/8/A/E8AF2EE0-5DDA-4420-A395-D1A50EEFD83E [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.3.md [runtime-linux-x64]: https://download.microsoft.com/download/6/E/B/6EBD972D-2E2F-41EB-9668-F73F5FDDC09C/dotnet-runtime-2.1.3-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/6/E/B/6EBD972D-2E2F-41EB-9668-F73F5FDDC09C/dotnet-runtime-2.1.3-linux-arm.tar.gz @@ -117,4 +117,4 @@ Please see the [ASP.NET Core release notes](https://github.com/aspnet/Home/relea [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.4/2.1.4-download.md b/release-notes/2.1/2.1.4/2.1.4-download.md index 687184d9..49e58ae9 100644 --- a/release-notes/2.1/2.1.4/2.1.4-download.md +++ b/release-notes/2.1/2.1.4/2.1.4-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.4 * .NET Core SDK 2.1.402 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.4/2.1.4.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.4/2.1.4.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -55,7 +55,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -66,7 +66,7 @@ export PATH=$PATH:$HOME/dotnet [dlc-sdk]: https://download.microsoft.com/download/8/A/7/8A765126-50CA-4C6F-890B-19AE47961E4B [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.4/2.1.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.4/2.1.4.md [runtime-linux-x64]: https://download.microsoft.com/download/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/dotnet-runtime-2.1.4-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/dotnet-runtime-2.1.4-linux-arm.tar.gz @@ -120,4 +120,4 @@ export PATH=$PATH:$HOME/dotnet [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-september-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.4/2.1.4.md b/release-notes/2.1/2.1.4/2.1.4.md index 5888588b..fb2dbaa7 100644 --- a/release-notes/2.1/2.1.4/2.1.4.md +++ b/release-notes/2.1/2.1.4/2.1.4.md @@ -37,7 +37,7 @@ The following repos have been updated ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ### Supported Linux version changes @@ -84,7 +84,7 @@ System.IO.Pipelines | 4.5.0 | 4.5.1 [dlc-sdk]: https://download.microsoft.com/download/8/A/7/8A765126-50CA-4C6F-890B-19AE47961E4B [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.4/2.1.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.4/2.1.4.md [runtime-linux-x64]: https://download.microsoft.com/download/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/dotnet-runtime-2.1.4-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/dotnet-runtime-2.1.4-linux-arm.tar.gz @@ -138,4 +138,4 @@ System.IO.Pipelines | 4.5.0 | 4.5.1 [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-september-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md index 4dc33fd9..a3070c68 100644 --- a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md +++ b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md @@ -1,11 +1,11 @@ # .NET Core SDK 2.1.400 - Aug 14, 2018 -This release contains the previously released [.NET Core 2.1.2 Runtime](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.2-download.md) and the following: +This release contains the previously released [.NET Core 2.1.2 Runtime](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.1.2-download.md) and the following: * ASP.NET Core 2.1.2 * .NET Core SDK 2.1.400 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -54,7 +54,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -65,7 +65,7 @@ export PATH=$PATH:$HOME/dotnet [dlc-sdk]: https://download.microsoft.com/download/9/D/2/9D2354BE-778B-42D6-BA4F-3CEF489A4FDE [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.2.md [runtime-linux-x64]: https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-arm.tar.gz @@ -119,4 +119,4 @@ export PATH=$PATH:$HOME/dotnet [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/07/10/net-core-july-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md index 44c44d43..547e4a5a 100644 --- a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md +++ b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md @@ -1,6 +1,6 @@ # .NET Core 2.1.400 SDK Update - August 14, 2018 -.NET Core SDK 2.1.400 is available for download and usage in your environment. This includes the [2.1.2 Runtime](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.2.md) that shipped in July 2018. This release also ships with [Visual Studio 15.8](https://docs.microsoft.com/visualstudio/releasenotes/vs2017-relnotes#NETCoreSDK2.1.400). +.NET Core SDK 2.1.400 is available for download and usage in your environment. This includes the [2.1.2 Runtime](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.2.md) that shipped in July 2018. This release also ships with [Visual Studio 15.8](https://docs.microsoft.com/visualstudio/releasenotes/vs2017-relnotes#NETCoreSDK2.1.400). * [Downloads](#downloads) * [Changes in this release](#notable-changes-in-sdk-21400) @@ -30,7 +30,7 @@ The following repos have been updated ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Notable Changes in SDK 2.1.400 * Added nunit templates. @@ -45,7 +45,7 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [dlc-sdk]: https://download.microsoft.com/download/9/D/2/9D2354BE-778B-42D6-BA4F-3CEF489A4FDE [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.2.md [runtime-linux-x64]: https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-arm.tar.gz @@ -99,4 +99,4 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/07/10/net-core-july-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.5/2.1.5-download.md b/release-notes/2.1/2.1.5/2.1.5-download.md index 6bde20e0..895a9259 100644 --- a/release-notes/2.1/2.1.5/2.1.5-download.md +++ b/release-notes/2.1/2.1.5/2.1.5-download.md @@ -30,7 +30,7 @@ Instructions for installing using your package manager can be found on the [dotn ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -55,7 +55,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes//2.1.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes//2.1.5.md [runtime-linux-arm]: https://download.visualstudio.microsoft.com/download/pr/4d555219-1f04-47c6-90e5-8b3ff8989b9c/0798763e6e4b98a62846116f997d046e/dotnet-runtime-2.1.5-linux-arm.tar.gz [runtime-linux-musl-x64]: https://download.visualstudio.microsoft.com/download/pr/42912b6c-fab3-4666-a467-65e1ecbfc4b3/44f1a69971dd0c81de9ede19393de24c/dotnet-runtime-2.1.5-linux-musl-x64.tar.gz diff --git a/release-notes/2.1/2.1.5/2.1.5.md b/release-notes/2.1/2.1.5/2.1.5.md index 4e1a262f..d2d4dd25 100644 --- a/release-notes/2.1/2.1.5/2.1.5.md +++ b/release-notes/2.1/2.1.5/2.1.5.md @@ -41,7 +41,7 @@ The following repos have been updated 2.1 was declared LTS last month (see [announcement](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update/)) which began the end of life clock for 1.0 and 1.1. If remaining on the LTS channel is important to you, begin planning to migrate existing 1.0/1.1 applications to 2.1 before support for these channels ends on June 27, 2019. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Notable Changes in 2.1.5 @@ -49,7 +49,7 @@ This release includes a number of impactful fixes. Please see the [commit list]( [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.5/2.1.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.5/2.1.5.md [runtime-linux-arm]: https://download.visualstudio.microsoft.com/download/pr/4d555219-1f04-47c6-90e5-8b3ff8989b9c/0798763e6e4b98a62846116f997d046e/dotnet-runtime-2.1.5-linux-arm.tar.gz [runtime-linux-musl-x64]: https://download.visualstudio.microsoft.com/download/pr/42912b6c-fab3-4666-a467-65e1ecbfc4b3/44f1a69971dd0c81de9ede19393de24c/dotnet-runtime-2.1.5-linux-musl-x64.tar.gz diff --git a/release-notes/2.1/2.1.502-SDK/2.1.502-download.md b/release-notes/2.1/2.1.502-SDK/2.1.502-download.md index 96f4a665..a05bf277 100644 --- a/release-notes/2.1/2.1.502-SDK/2.1.502-download.md +++ b/release-notes/2.1/2.1.502-SDK/2.1.502-download.md @@ -53,7 +53,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -78,7 +78,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.502-SDK/2.1.502.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.502-SDK/2.1.502.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz @@ -127,6 +127,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.502-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ \ No newline at end of file diff --git a/release-notes/2.1/2.1.502-SDK/2.1.502.md b/release-notes/2.1/2.1.502-SDK/2.1.502.md index 7bd2cbe1..26c9d6cf 100644 --- a/release-notes/2.1/2.1.502-SDK/2.1.502.md +++ b/release-notes/2.1/2.1.502-SDK/2.1.502.md @@ -27,7 +27,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.502-SDK/2.1.502.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.502-SDK/2.1.502.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz @@ -76,6 +76,6 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.502-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.6/2.1.6-download.md b/release-notes/2.1/2.1.6/2.1.6-download.md index 1101bb49..8be2b157 100644 --- a/release-notes/2.1/2.1.6/2.1.6-download.md +++ b/release-notes/2.1/2.1.6/2.1.6-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.6 * .NET Core SDK 2.1.500 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.6/2.1.6.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.6/2.1.6.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -57,7 +57,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -82,7 +82,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.6.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz @@ -130,6 +130,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.500-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/10/02/net-core-october-2018-update/ diff --git a/release-notes/2.1/2.1.6/2.1.6.md b/release-notes/2.1/2.1.6/2.1.6.md index 2b2b029c..a83c3521 100644 --- a/release-notes/2.1/2.1.6/2.1.6.md +++ b/release-notes/2.1/2.1.6/2.1.6.md @@ -38,7 +38,7 @@ The following repos have been updated ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Notable Changes in 2.1.6 @@ -46,7 +46,7 @@ This release includes a number of impactful fixes. Please see the [commit list]( [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.6/2.1.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.6/2.1.6.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz diff --git a/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md b/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md index f45daaa0..b00f4062 100644 --- a/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md +++ b/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md @@ -56,7 +56,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -127,6 +127,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.602-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md b/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md index c728ef1c..b5ca20bd 100644 --- a/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md +++ b/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md @@ -66,7 +66,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -139,6 +139,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.603-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md b/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md index 3056bb99..b323ba2e 100644 --- a/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md +++ b/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md @@ -66,7 +66,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -136,6 +136,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.604-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.1/2.1.7/2.1.7-download.md b/release-notes/2.1/2.1.7/2.1.7-download.md index eae1ba93..8e874f39 100644 --- a/release-notes/2.1/2.1.7/2.1.7-download.md +++ b/release-notes/2.1/2.1.7/2.1.7-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.7 * .NET Core SDK 2.1.503 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.7/2.1.7.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -56,7 +56,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -81,7 +81,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.7/2.1.7.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f7fad978-49ee-479b-85dc-c14201a58250/a574ba4525da0e49c928ced62efc449b/dotnet-runtime-2.1.7-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/547090fb-be5c-486f-8de4-c2b7adc0f943/5ac4d7a89c604f59d6edad4b9e6a8465/dotnet-runtime-2.1.7-linux-arm64.tar.gz @@ -129,6 +129,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/ \ No newline at end of file diff --git a/release-notes/2.1/2.1.7/2.1.7.md b/release-notes/2.1/2.1.7/2.1.7.md index 828ca8da..8a430dd9 100644 --- a/release-notes/2.1/2.1.7/2.1.7.md +++ b/release-notes/2.1/2.1.7/2.1.7.md @@ -38,7 +38,7 @@ The following repos have been updated ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. The following OS version has changed support status since our last release: @@ -183,7 +183,7 @@ System.Threading.Tasks.Extensions | 4.5.2 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.7/2.1.7.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f7fad978-49ee-479b-85dc-c14201a58250/a574ba4525da0e49c928ced62efc449b/dotnet-runtime-2.1.7-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/547090fb-be5c-486f-8de4-c2b7adc0f943/5ac4d7a89c604f59d6edad4b9e6a8465/dotnet-runtime-2.1.7-linux-arm64.tar.gz diff --git a/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md b/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md index 4c879c76..90775a81 100644 --- a/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md +++ b/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md @@ -66,7 +66,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -136,6 +136,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.700-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.1/2.1.8/2.1.8-download.md b/release-notes/2.1/2.1.8/2.1.8-download.md index fef18217..36cfd1ca 100644 --- a/release-notes/2.1/2.1.8/2.1.8-download.md +++ b/release-notes/2.1/2.1.8/2.1.8-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.1.8 * .NET Core SDK 2.1.504 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.8/2.1.8.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.8/2.1.8.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -39,7 +39,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -97,7 +97,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.8/2.1.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.8/2.1.8.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a36af597-586b-474b-8f91-9a1491b1b826/c56fac62f1ccc855afdd22bf2e9f7051/dotnet-runtime-2.1.8-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/46389bf1-b9e6-4a5e-9a99-2553f97abf4d/95d179c200d11593b363848d771e6be7/dotnet-runtime-2.1.8-linux-arm64.tar.gz @@ -143,6 +143,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.8/2.1.8.md b/release-notes/2.1/2.1.8/2.1.8.md index a6ba71b4..c03f7cfe 100644 --- a/release-notes/2.1/2.1.8/2.1.8.md +++ b/release-notes/2.1/2.1.8/2.1.8.md @@ -42,7 +42,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.8 .NET Core 2.1.8 release carries both security and non-security fixes. @@ -157,7 +157,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.8 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.8/2.1.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.8/2.1.8.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a36af597-586b-474b-8f91-9a1491b1b826/c56fac62f1ccc855afdd22bf2e9f7051/dotnet-runtime-2.1.8-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/46389bf1-b9e6-4a5e-9a99-2553f97abf4d/95d179c200d11593b363848d771e6be7/dotnet-runtime-2.1.8-linux-arm64.tar.gz diff --git a/release-notes/2.1/2.1.9/2.1.9-download.md b/release-notes/2.1/2.1.9/2.1.9-download.md index b75347e8..1b223663 100644 --- a/release-notes/2.1/2.1.9/2.1.9-download.md +++ b/release-notes/2.1/2.1.9/2.1.9-download.md @@ -39,7 +39,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -97,7 +97,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.9/2.1.9.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.9/2.1.9.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/585a519e-290a-4a97-b1d4-b9f6035386ca/ef6fb61a6665e035f4ac085aa4c35d8f/dotnet-runtime-2.1.9-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/640f0f10-7502-4edf-8fb1-84966cbf5d1c/88e3305fb2c6406c88b41423b7b8a030/dotnet-runtime-2.1.9-linux-arm64.tar.gz @@ -142,6 +142,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.505-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/ diff --git a/release-notes/2.1/2.1.9/2.1.9.md b/release-notes/2.1/2.1.9/2.1.9.md index 22ad32b5..f6b54368 100644 --- a/release-notes/2.1/2.1.9/2.1.9.md +++ b/release-notes/2.1/2.1.9/2.1.9.md @@ -43,7 +43,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.1.9 .NET Core 2.1.9 release carries both security and non-security fixes. @@ -132,7 +132,7 @@ System.Security.Cryptography.OpenSsl | 4.5.1 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.9/2.1.9.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.9/2.1.9.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/585a519e-290a-4a97-b1d4-b9f6035386ca/ef6fb61a6665e035f4ac085aa4c35d8f/dotnet-runtime-2.1.9-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/640f0f10-7502-4edf-8fb1-84966cbf5d1c/88e3305fb2c6406c88b41423b7b8a030/dotnet-runtime-2.1.9-linux-arm64.tar.gz diff --git a/release-notes/2.1/Preview/2.1.0-preview2.md b/release-notes/2.1/Preview/2.1.0-preview2.md index bd15f24f..6c0d1326 100644 --- a/release-notes/2.1/Preview/2.1.0-preview2.md +++ b/release-notes/2.1/Preview/2.1.0-preview2.md @@ -32,7 +32,7 @@ Details for running .NET Core 2.1 Preview 1 in Azure App Services can be seen in ### Breaking API changes -Many APIs received updates from Preview 1 which are considered breaking changes. Below are a few notable changes and a [detailed API diff](https://github.com/dotnet/core/tree/master/release-notes/2.1/Preview/api-diff/preview2) is available to help determine if any will impact existing projects build on 2.1.0 Preview 1. +Many APIs received updates from Preview 1 which are considered breaking changes. Below are a few notable changes and a [detailed API diff](https://github.com/dotnet/core/tree/main/release-notes/2.1/Preview/api-diff/preview2) is available to help determine if any will impact existing projects build on 2.1.0 Preview 1. | Area | Description | Details | Github Issue | | ---- | ----------- | ------- | ------------ | diff --git a/release-notes/2.1/Preview/2.1.0-rc1.md b/release-notes/2.1/Preview/2.1.0-rc1.md index 58f73b4d..4025c28f 100644 --- a/release-notes/2.1/Preview/2.1.0-rc1.md +++ b/release-notes/2.1/Preview/2.1.0-rc1.md @@ -42,7 +42,7 @@ For the final release of 2.1, the installers will properly support package manag ### Breaking API changes -Many APIs received updates from Preview 1 which are considered breaking changes. Below are a few notable changes and a [detailed API diff](https://github.com/dotnet/core/tree/master/release-notes/2.1/Preview/api-diff/preview2) is available to help determine if any will impact existing projects build on 2.1.0 Preview 1. +Many APIs received updates from Preview 1 which are considered breaking changes. Below are a few notable changes and a [detailed API diff](https://github.com/dotnet/core/tree/main/release-notes/2.1/Preview/api-diff/preview2) is available to help determine if any will impact existing projects build on 2.1.0 Preview 1. ### System.Security diff --git a/release-notes/2.1/Preview/2.1.600-preview-download.md b/release-notes/2.1/Preview/2.1.600-preview-download.md index 09bbd9a9..4ef3abef 100644 --- a/release-notes/2.1/Preview/2.1.600-preview-download.md +++ b/release-notes/2.1/Preview/2.1.600-preview-download.md @@ -48,7 +48,7 @@ sudo [package manager] install aspnetcore-runtime-2.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -73,7 +73,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/Preview/2.1.600-preview.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/Preview/2.1.600-preview.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz @@ -121,6 +121,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.600-preview-009426-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/Preview/2.1.600-preview.md b/release-notes/2.1/Preview/2.1.600-preview.md index eaae0a3c..d286bd35 100644 --- a/release-notes/2.1/Preview/2.1.600-preview.md +++ b/release-notes/2.1/Preview/2.1.600-preview.md @@ -26,7 +26,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/Preview/2.1.600-preview.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/Preview/2.1.600-preview.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz @@ -74,6 +74,6 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.600-preview-009426-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/releases.json b/release-notes/2.1/releases.json index ff4096e7..183e5f37 100755 --- a/release-notes/2.1/releases.json +++ b/release-notes/2.1/releases.json @@ -22,7 +22,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24112" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.25/2.1.25.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.25/2.1.25.md", "runtime": { "version": "2.1.25", "version-display": "2.1.25", @@ -391,7 +391,7 @@ "release-date": "2021-01-12", "release-version": "2.1.24", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.24/2.1.24.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.24/2.1.24.md", "runtime": { "version": "2.1.24", "version-display": "2.1.24", @@ -864,7 +864,7 @@ "release-date": "2020-10-13", "release-version": "2.1.23", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.23/2.1.23.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.23/2.1.23.md", "runtime": { "version": "2.1.23", "version-display": "2.1.23", @@ -1343,7 +1343,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1045" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.22/2.1.22.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.22/2.1.22.md", "runtime": { "version": "2.1.22", "version-display": "2.1.22", @@ -1818,7 +1818,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1597" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.21/2.1.21.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.21/2.1.21.md", "runtime": { "version": "2.1.21", "version-display": "2.1.21", @@ -2293,7 +2293,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1147" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.20/2.1.20.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.20/2.1.20.md", "runtime": { "version": "2.1.20", "version-display": "2.1.20", @@ -2768,7 +2768,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1108" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.19/2.1.19.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.19/2.1.19.md", "runtime": { "version": "2.1.19", "version-display": "2.1.19", @@ -3241,7 +3241,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1161" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.18/2.1.18.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.18/2.1.18.md", "runtime": { "version": "2.1.18", "version-display": "2.1.18", @@ -3704,7 +3704,7 @@ "release-date": "2020-03-24", "release-version": "2.1.17", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.17/2.1.17.md", "runtime": { "version": "2.1.17", "version-display": "2.1.17", @@ -4160,7 +4160,7 @@ "release-date": "2020-02-18", "release-version": "2.1.16", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.16/2.1.16.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.16/2.1.16.md", "runtime": { "version": "2.1.16", "version-display": "2.1.16", @@ -4624,7 +4624,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0603" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.15/2.1.15.md", "runtime": { "version": "2.1.15", "version-display": "2.1.15", @@ -5087,7 +5087,7 @@ "release-date": "2019-11-19", "release-version": "2.1.14", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.14/2.1.14.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.14/2.1.14.md", "runtime": { "version": "2.1.14", "version-display": "2.1.14", @@ -5541,7 +5541,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1302" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.13/2.1.13.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.13/2.1.13.md", "runtime": { "version": "2.1.13", "version-display": "2.1.13", @@ -6026,7 +6026,7 @@ "release-version": "2.1.801", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md", "runtime": { "version": "2.1.12", "version-display": "2.1.12", @@ -6373,7 +6373,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1075" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md", "runtime": { "version": "2.1.12", "version-display": "2.1.12", @@ -6950,7 +6950,7 @@ "release-version": "2.1.700", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md", "runtime": { "version": "2.1.11", "version-display": "2.1.11", @@ -7240,7 +7240,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0976" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.11/2.1.11.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.11/2.1.11.md", "runtime": { "version": "2.1.11", "version-display": "2.1.11", @@ -7541,7 +7541,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0982" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.11/2.1.11.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.11/2.1.11.md", "runtime": { "version": "2.1.11", "version-display": "2.1.11", @@ -7830,7 +7830,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0815" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.10/2.1.10.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.10/2.1.10.md", "runtime": { "version": "2.1.10", "version-display": "2.1.10", @@ -8119,7 +8119,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0815" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.10/2.1.10.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.10/2.1.10.md", "runtime": { "version": "2.1.10", "version-display": "2.1.10", @@ -8403,7 +8403,7 @@ "release-version": "2.1.602", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md", "runtime": { "version": "2.1.9", "version-display": "2.1.9", @@ -8687,7 +8687,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0757" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.9/2.1.9.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.9/2.1.9.md", "runtime": { "version": "2.1.9", "version-display": "2.1.9", @@ -8972,7 +8972,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0657" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.8/2.1.8.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.8/2.1.8.md", "runtime": { "version": "2.1.8", "version-display": "2.1.8", @@ -9275,7 +9275,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8416" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.7/2.1.7.md", "runtime": { "version": "2.1.7", "version-display": "2.1.7", @@ -9548,7 +9548,7 @@ "release-date": "2018-12-11", "release-version": "2.1.502", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.502-SDK/2.1.502.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.502-SDK/2.1.502.md", "sdk": { "version": "2.1.502", "version-display": "2.1.502", @@ -9659,7 +9659,7 @@ "release-date": "2018-12-06", "release-version": "2.1.600-preview", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/Preview/2.1.600-preview.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/Preview/2.1.600-preview.md", "sdk": { "version": "2.1.600-preview-009426", "version-display": "2.1.600-preview", @@ -9760,7 +9760,7 @@ "release-date": "2018-11-13", "release-version": "2.1.6", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.6/2.1.6.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.6/2.1.6.md", "runtime": { "version": "2.1.6", "version-display": "2.1.6", @@ -10036,7 +10036,7 @@ "release-date": "2018-10-02", "release-version": "2.1.5", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.5/2.1.5.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.5/2.1.5.md", "runtime": { "version": "2.1.5", "version-display": "2.1.5", @@ -10308,7 +10308,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8409" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.4/2.1.4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.4/2.1.4.md", "runtime": { "version": "2.1.4", "version-display": "2.1.4", @@ -10538,7 +10538,7 @@ "release-date": "2018-08-21", "release-version": "2.1.3", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.3/2.1.3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.3/2.1.3.md", "runtime": { "version": "2.1.3", "version-display": "2.1.3", @@ -10774,7 +10774,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8356" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.2.md", "runtime": { "version": "2.1.2", "version-display": "2.1.2", @@ -11000,7 +11000,7 @@ "release-date": "2018-06-19", "release-version": "2.1.1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.1.md", "runtime": { "version": "2.1.1", "version-display": "2.1.1", @@ -11223,7 +11223,7 @@ "release-date": "2018-05-30", "release-version": "2.1.0", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.0.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.0.md", "runtime": { "version": "2.1.0", "version-display": "2.1.0", @@ -11442,7 +11442,7 @@ "release-date": "2018-05-07", "release-version": "2.1.0-rc1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/Preview/2.1.0-rc1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/Preview/2.1.0-rc1.md", "runtime": { "version": "2.1.0-rc1", "version-display": "2.1.0-rc1", @@ -11811,7 +11811,7 @@ "release-date": "2018-02-27", "release-version": "2.1.0-preview1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.0-preview1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.0-preview1.md", "runtime": { "version": "2.1.0-preview1-26216-03", "version-display": "2.1.0-preview1", diff --git a/release-notes/2.2/2.2-supported-os.md b/release-notes/2.2/2.2-supported-os.md index 5ea285db..1c927d20 100644 --- a/release-notes/2.2/2.2-supported-os.md +++ b/release-notes/2.2/2.2-supported-os.md @@ -46,7 +46,7 @@ Alpine Linux | 3.7+ | x64 | ## Out of support OS versions -Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 2.2](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). +Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 2.2](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md). |OS | Version | End of Life | |-----------|----------|-------------| diff --git a/release-notes/2.2/2.2.0/2.2.0-download.md b/release-notes/2.2/2.2.0/2.2.0-download.md index c1012a2d..363e7ad6 100644 --- a/release-notes/2.2/2.2.0/2.2.0-download.md +++ b/release-notes/2.2/2.2.0/2.2.0-download.md @@ -56,7 +56,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -81,7 +81,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0/2.2.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.0/2.2.0.md [aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz [aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz @@ -136,6 +136,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.0/2.2.0.md b/release-notes/2.2/2.2.0/2.2.0.md index 9d994836..411061e1 100644 --- a/release-notes/2.2/2.2.0/2.2.0.md +++ b/release-notes/2.2/2.2.0/2.2.0.md @@ -46,7 +46,7 @@ The following repo has been updated [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0/2.2.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.0/2.2.0.md [aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz [aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz @@ -101,6 +101,6 @@ The following repo has been updated [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://aka.ms/netcore22announce diff --git a/release-notes/2.2/2.2.1/2.2.1-download.md b/release-notes/2.2/2.2.1/2.2.1-download.md index 983a101d..eb491d73 100644 --- a/release-notes/2.2/2.2.1/2.2.1-download.md +++ b/release-notes/2.2/2.2.1/2.2.1-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.1 * .NET Core SDK 2.2.103 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.1/2.2.1.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.1/2.2.1.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -55,7 +55,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -80,7 +80,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.1/2.2.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.1/2.2.1.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e64d0771-52f3-444c-b174-8be5923ca6da/e0d7f36a0017162f5ff7a81b919ef434/dotnet-runtime-2.2.1-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4feaf401-6e35-4866-a603-f78f20e1443f/f7cbd190d92aeb555a39696f3aec3400/dotnet-runtime-2.2.1-linux-arm64.tar.gz @@ -130,6 +130,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.103-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/ \ No newline at end of file diff --git a/release-notes/2.2/2.2.1/2.2.1.md b/release-notes/2.2/2.2.1/2.2.1.md index a0b53267..2850956a 100644 --- a/release-notes/2.2/2.2.1/2.2.1.md +++ b/release-notes/2.2/2.2.1/2.2.1.md @@ -40,7 +40,7 @@ The following repos have been updated ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. The following OS versions have changed support status since our last release: @@ -192,7 +192,7 @@ System.Net.WebSockets.WebSocketProtocol | 4.5.3 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.2.1/2.2.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.2.1/2.2.1.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e64d0771-52f3-444c-b174-8be5923ca6da/e0d7f36a0017162f5ff7a81b919ef434/dotnet-runtime-2.2.1-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4feaf401-6e35-4866-a603-f78f20e1443f/f7cbd190d92aeb555a39696f3aec3400/dotnet-runtime-2.2.1-linux-arm64.tar.gz diff --git a/release-notes/2.2/2.2.101-SDK/2.2.101-download.md b/release-notes/2.2/2.2.101-SDK/2.2.101-download.md index 06197ad8..da8b5877 100644 --- a/release-notes/2.2/2.2.101-SDK/2.2.101-download.md +++ b/release-notes/2.2/2.2.101-SDK/2.2.101-download.md @@ -53,7 +53,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -78,7 +78,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.101-SDK/2.2.101.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.101-SDK/2.2.101.md [aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz [aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz @@ -134,6 +134,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.101-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://aka.ms/netcore22announce \ No newline at end of file diff --git a/release-notes/2.2/2.2.101-SDK/2.2.101.md b/release-notes/2.2/2.2.101-SDK/2.2.101.md index 8b0a13ad..21bddb6f 100644 --- a/release-notes/2.2/2.2.101-SDK/2.2.101.md +++ b/release-notes/2.2/2.2.101-SDK/2.2.101.md @@ -26,7 +26,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.101-SDK/2.2.101.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.101-SDK/2.2.101.md [aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz [aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz @@ -82,6 +82,6 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.101-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://aka.ms/netcore22announce diff --git a/release-notes/2.2/2.2.2/2.2.2-download.md b/release-notes/2.2/2.2.2/2.2.2-download.md index aa2ce09d..72a43794 100644 --- a/release-notes/2.2/2.2.2/2.2.2-download.md +++ b/release-notes/2.2/2.2.2/2.2.2-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.2 * .NET Core SDK 2.2.104 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.2/2.2.2.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.2/2.2.2.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -39,7 +39,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -97,7 +97,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.2/2.2.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.2/2.2.2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a24ca9ae-7966-4a9e-9838-cc57d6639248/099c000dc8ee58702846702e9b010ad1/dotnet-runtime-2.2.2-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4f960c44-ae38-4510-95e9-0b686fcae16f/be50a7c893543038522f5943d920db01/dotnet-runtime-2.2.2-linux-arm64.tar.gz @@ -144,6 +144,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.2/2.2.2.md b/release-notes/2.2/2.2.2/2.2.2.md index f2b324cb..a071dacc 100644 --- a/release-notes/2.2/2.2.2/2.2.2.md +++ b/release-notes/2.2/2.2.2/2.2.2.md @@ -43,7 +43,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.2.2 @@ -168,7 +168,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.2 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.2/2.2.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.2/2.2.2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a24ca9ae-7966-4a9e-9838-cc57d6639248/099c000dc8ee58702846702e9b010ad1/dotnet-runtime-2.2.2-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4f960c44-ae38-4510-95e9-0b686fcae16f/be50a7c893543038522f5943d920db01/dotnet-runtime-2.2.2-linux-arm64.tar.gz diff --git a/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md b/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md index 2881d6cd..c132b682 100644 --- a/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md +++ b/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md @@ -55,7 +55,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -80,7 +80,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.3/2.2.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.3/2.2.3.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b12c61f5-7ba4-47f1-93f0-d2280fa4bf3c/8e1ae5ac780c61e0339d0247e7d9a8d8/dotnet-runtime-2.2.3-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/07657a0c-b079-4616-9d62-d3d39202f9af/406eb81bef25fe3e3030a9cc63a69c12/dotnet-runtime-2.2.3-linux-arm64.tar.gz @@ -129,6 +129,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.202-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md b/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md index 0ed7ec8c..32d5fe0b 100644 --- a/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md +++ b/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md @@ -65,7 +65,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -90,7 +90,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.203-SDK/2.2.203-SDK.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.203-SDK/2.2.203-SDK.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8c52648c-bedd-44b0-9442-95cd830fdada/d6ba4c50a6b2afddc4ae3d313349f3ac/dotnet-runtime-2.2.4-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9e06922d-3a96-4f0d-9eb0-94f2cf94458f/93dfe5f0ad50c0eb347e98d7f81b34ec/dotnet-runtime-2.2.4-linux-arm64.tar.gz @@ -141,6 +141,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.203-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md b/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md index d36f7d81..7a611097 100644 --- a/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md +++ b/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md @@ -65,7 +65,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -90,7 +90,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.204-SDK/2.2.204-SDK.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.204-SDK/2.2.204-SDK.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/87521bd8-1522-4141-9532-91d580292c42/59116d9f6ebced4fdc8b76b9e3bbabbf/dotnet-runtime-2.2.5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7aca89ca-5196-4b89-93bc-1ee1eeb251d7/ca4ff94c8692a6846a756fc07174974d/dotnet-runtime-2.2.5-linux-arm64.tar.gz @@ -139,6 +139,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.204-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.2/2.2.3/2.2.3-download.md b/release-notes/2.2/2.2.3/2.2.3-download.md index c283369a..591c583e 100644 --- a/release-notes/2.2/2.2.3/2.2.3-download.md +++ b/release-notes/2.2/2.2.3/2.2.3-download.md @@ -39,7 +39,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -97,7 +97,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.3/2.2.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.3/2.2.3.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b12c61f5-7ba4-47f1-93f0-d2280fa4bf3c/8e1ae5ac780c61e0339d0247e7d9a8d8/dotnet-runtime-2.2.3-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/07657a0c-b079-4616-9d62-d3d39202f9af/406eb81bef25fe3e3030a9cc63a69c12/dotnet-runtime-2.2.3-linux-arm64.tar.gz @@ -144,5 +144,5 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.105-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/ diff --git a/release-notes/2.2/2.2.3/2.2.3.md b/release-notes/2.2/2.2.3/2.2.3.md index d8b9ee87..cbf4b91b 100644 --- a/release-notes/2.2/2.2.3/2.2.3.md +++ b/release-notes/2.2/2.2.3/2.2.3.md @@ -43,7 +43,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.2.3 @@ -155,7 +155,7 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.2.3 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.3/2.2.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.3/2.2.3.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b12c61f5-7ba4-47f1-93f0-d2280fa4bf3c/8e1ae5ac780c61e0339d0247e7d9a8d8/dotnet-runtime-2.2.3-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/07657a0c-b079-4616-9d62-d3d39202f9af/406eb81bef25fe3e3030a9cc63a69c12/dotnet-runtime-2.2.3-linux-arm64.tar.gz @@ -202,5 +202,5 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.2.3 [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.105-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2019/ \ No newline at end of file diff --git a/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md b/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md index dc59f8a0..55273bce 100644 --- a/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md +++ b/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md @@ -65,7 +65,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -90,7 +90,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.300-SDK/2.2.300-SDK.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.300-SDK/2.2.300-SDK.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/87521bd8-1522-4141-9532-91d580292c42/59116d9f6ebced4fdc8b76b9e3bbabbf/dotnet-runtime-2.2.5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7aca89ca-5196-4b89-93bc-1ee1eeb251d7/ca4ff94c8692a6846a756fc07174974d/dotnet-runtime-2.2.5-linux-arm64.tar.gz @@ -139,6 +139,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.300-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.2/2.2.4/2.2.4-download.md b/release-notes/2.2/2.2.4/2.2.4-download.md index bfc25e0c..eac856fe 100644 --- a/release-notes/2.2/2.2.4/2.2.4-download.md +++ b/release-notes/2.2/2.2.4/2.2.4-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.4 * .NET Core SDK 2.2.106 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.4/2.2.4.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.4/2.2.4.md) for details about what is included in this update. **Note:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -82,7 +82,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -107,7 +107,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.4/2.2.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.4/2.2.4.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8c52648c-bedd-44b0-9442-95cd830fdada/d6ba4c50a6b2afddc4ae3d313349f3ac/dotnet-runtime-2.2.4-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9e06922d-3a96-4f0d-9eb0-94f2cf94458f/93dfe5f0ad50c0eb347e98d7f81b34ec/dotnet-runtime-2.2.4-linux-arm64.tar.gz @@ -158,6 +158,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.106-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.4/2.2.4.md b/release-notes/2.2/2.2.4/2.2.4.md index 84c794ff..910001b7 100644 --- a/release-notes/2.2/2.2.4/2.2.4.md +++ b/release-notes/2.2/2.2.4/2.2.4.md @@ -51,7 +51,7 @@ There are no changes this month in OS version support status. .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.2.4 @@ -160,7 +160,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.4 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.4/2.2.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.4/2.2.4.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8c52648c-bedd-44b0-9442-95cd830fdada/d6ba4c50a6b2afddc4ae3d313349f3ac/dotnet-runtime-2.2.4-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9e06922d-3a96-4f0d-9eb0-94f2cf94458f/93dfe5f0ad50c0eb347e98d7f81b34ec/dotnet-runtime-2.2.4-linux-arm64.tar.gz @@ -211,5 +211,5 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.4 [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.106-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-april-2019-updates-2-1-10-and-2-2-4/ diff --git a/release-notes/2.2/2.2.5/2.2.5-download.md b/release-notes/2.2/2.2.5/2.2.5-download.md index 55adae65..c4b554c3 100644 --- a/release-notes/2.2/2.2.5/2.2.5-download.md +++ b/release-notes/2.2/2.2.5/2.2.5-download.md @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -82,7 +82,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -107,7 +107,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.5/2.2.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.5/2.2.5.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/87521bd8-1522-4141-9532-91d580292c42/59116d9f6ebced4fdc8b76b9e3bbabbf/dotnet-runtime-2.2.5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7aca89ca-5196-4b89-93bc-1ee1eeb251d7/ca4ff94c8692a6846a756fc07174974d/dotnet-runtime-2.2.5-linux-arm64.tar.gz @@ -156,6 +156,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.107-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.2/2.2.5/2.2.5.md b/release-notes/2.2/2.2.5/2.2.5.md index 4f9170b2..b727a247 100644 --- a/release-notes/2.2/2.2.5/2.2.5.md +++ b/release-notes/2.2/2.2.5/2.2.5.md @@ -51,7 +51,7 @@ Ubuntu 14.04 reached the [end of standard support April 2019](https://wiki.ubunt .NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.2.5 @@ -211,7 +211,7 @@ System.Data.SqlClient|4.6.1 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.5/2.2.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.5/2.2.5.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/87521bd8-1522-4141-9532-91d580292c42/59116d9f6ebced4fdc8b76b9e3bbabbf/dotnet-runtime-2.2.5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7aca89ca-5196-4b89-93bc-1ee1eeb251d7/ca4ff94c8692a6846a756fc07174974d/dotnet-runtime-2.2.5-linux-arm64.tar.gz @@ -260,6 +260,6 @@ System.Data.SqlClient|4.6.1 [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.107-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.2/2.2.6/2.2.205-sdk-download.md b/release-notes/2.2/2.2.6/2.2.205-sdk-download.md index b41d0a6c..40b69e2d 100644 --- a/release-notes/2.2/2.2.6/2.2.205-sdk-download.md +++ b/release-notes/2.2/2.2.6/2.2.205-sdk-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. * .NET Core Runtime 2.2.6 * ASP.NET Core 2.2.6 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -83,7 +83,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -108,7 +108,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md [//]: # ( Runtime 2.2.6) @@ -165,6 +165,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.6/2.2.301-sdk-download.md b/release-notes/2.2/2.2.6/2.2.301-sdk-download.md index 5fecee29..9939edaa 100644 --- a/release-notes/2.2/2.2.6/2.2.301-sdk-download.md +++ b/release-notes/2.2/2.2.6/2.2.301-sdk-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. * .NET Core Runtime 2.2.6 * ASP.NET Core 2.2.6 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -49,7 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -82,7 +82,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -107,7 +107,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md [//]: # ( Runtime 2.2.6) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/428aaa32-f66c-4847-b845-aa21f90504e4/1cf033db866414997140c2672bd75069/dotnet-runtime-2.2.6-linux-arm.tar.gz @@ -163,6 +163,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.6/2.2.401-sdk-download.md b/release-notes/2.2/2.2.6/2.2.401-sdk-download.md index c685d57c..dfcc8c45 100644 --- a/release-notes/2.2/2.2.6/2.2.401-sdk-download.md +++ b/release-notes/2.2/2.2.6/2.2.401-sdk-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. * .NET Core Runtime 2.2.6 * ASP.NET Core 2.2.6 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -48,7 +48,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -81,7 +81,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -106,7 +106,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md [//]: # ( Runtime 2.2.6) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/428aaa32-f66c-4847-b845-aa21f90504e4/1cf033db866414997140c2672bd75069/dotnet-runtime-2.2.6-linux-arm.tar.gz @@ -152,6 +152,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.401-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.6/2.2.6-download.md b/release-notes/2.2/2.2.6/2.2.6-download.md index 0c0336fe..aeb8790a 100644 --- a/release-notes/2.2/2.2.6/2.2.6-download.md +++ b/release-notes/2.2/2.2.6/2.2.6-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.6 * .NET Core SDK 2.2.108 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md) for details about what is included in this update. **NOTE:** If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. If you use other development environments, we recommend using the latest SDK release. @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -83,7 +83,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -108,7 +108,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md [//]: # ( Runtime 2.2.6) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/428aaa32-f66c-4847-b845-aa21f90504e4/1cf033db866414997140c2672bd75069/dotnet-runtime-2.2.6-linux-arm.tar.gz @@ -164,6 +164,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.6/2.2.6.md b/release-notes/2.2/2.2.6/2.2.6.md index bd5d3652..618b05cf 100644 --- a/release-notes/2.2/2.2.6/2.2.6.md +++ b/release-notes/2.2/2.2.6/2.2.6.md @@ -56,7 +56,7 @@ The images are expected to be available later today. Debian 10 GA finally released and we expect .NET Core availability on it later this month. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 2.2.6 @@ -178,7 +178,7 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver|2.2.6 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md [//]: # ( Runtime 2.2.6) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/428aaa32-f66c-4847-b845-aa21f90504e4/1cf033db866414997140c2672bd75069/dotnet-runtime-2.2.6-linux-arm.tar.gz @@ -234,6 +234,6 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver|2.2.6 [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-july-2019/ diff --git a/release-notes/2.2/2.2.7/2.2.206-download.md b/release-notes/2.2/2.2.7/2.2.206-download.md index b0eaed94..9b851e6d 100755 --- a/release-notes/2.2/2.2.7/2.2.206-download.md +++ b/release-notes/2.2/2.2.7/2.2.206-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.7 * .NET Core SDK 2.2.206 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md) for details about what is included in this update. The September Update for .NET Core 2.2 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. Otherwise, the best version to download is [2.2.402](2.2.402-download.md). @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -83,7 +83,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -108,13 +108,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.7/2.2.402-download.md b/release-notes/2.2/2.2.7/2.2.402-download.md index bbb927b6..7dd5ed6d 100755 --- a/release-notes/2.2/2.2.7/2.2.402-download.md +++ b/release-notes/2.2/2.2.7/2.2.402-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.7 * .NET Core SDK 2.2.402 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md) for details about what is included in this update. The September Update for .NET Core 2.2 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. Otherwise, the best version to download is [2.2.402](2.2.402-download.md). @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -83,7 +83,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -108,13 +108,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.7/2.2.7-download.md b/release-notes/2.2/2.2.7/2.2.7-download.md index dfa4fdf2..814f41e2 100755 --- a/release-notes/2.2/2.2.7/2.2.7-download.md +++ b/release-notes/2.2/2.2.7/2.2.7-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.7 * .NET Core SDK 2.2.109 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md) for details about what is included in this update. The September Update for .NET Core 2.2 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. Otherwise, the best version to download is [2.2.402](2.2.402-download.md). @@ -50,7 +50,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -83,7 +83,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -108,13 +108,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.7/2.2.7.md b/release-notes/2.2/2.2.7/2.2.7.md index 92523cac..1282159f 100755 --- a/release-notes/2.2/2.2.7/2.2.7.md +++ b/release-notes/2.2/2.2.7/2.2.7.md @@ -15,7 +15,7 @@ We've created an issue at [dotnet/core #3345](https://github.com/dotnet/core/iss .NET Core 1.0 and 1.1 reached end of support lifecycle on June 27, 2019 and will no longer receive updates going forward. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Downloads @@ -190,7 +190,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.7 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md [//]: # ( Runtime 2.2.7) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/51c29196-43b3-47d6-a393-d0df24081ac1/8b8d720b3cd63d88a2fd69115ab713c5/dotnet-hosting-2.2.7-win.exe @@ -237,5 +237,5 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.7 [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2019/ diff --git a/release-notes/2.2/2.2.8/2.2.207-download.md b/release-notes/2.2/2.2.8/2.2.207-download.md index e8e05b8b..a7530bcf 100644 --- a/release-notes/2.2/2.2.8/2.2.207-download.md +++ b/release-notes/2.2/2.2.8/2.2.207-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 2.2.8 * ASP.NET Core 2.2.8 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.8/2.2.8.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.8/2.2.8.md) for details about what is included in this update. ## Downloads @@ -52,7 +52,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -85,7 +85,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -110,13 +110,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.8/2.2.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.8/2.2.8.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.8/2.2.8-install-instructions.md b/release-notes/2.2/2.2.8/2.2.8-install-instructions.md index 0c878a42..f81b6166 100644 --- a/release-notes/2.2/2.2.8/2.2.8-install-instructions.md +++ b/release-notes/2.2/2.2.8/2.2.8-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.8 * .NET Core SDK 2.2.110 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.8/2.2.8.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.8/2.2.8.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,13 +84,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.8/2.2.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.8/2.2.8.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.8/2.2.8.md b/release-notes/2.2/2.2.8/2.2.8.md index 0627d7c8..d2ca222d 100644 --- a/release-notes/2.2/2.2.8/2.2.8.md +++ b/release-notes/2.2/2.2.8/2.2.8.md @@ -131,14 +131,14 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.2.8 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.8/2.2.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.8/2.2.8.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-November-2019/ diff --git a/release-notes/2.2/preview/2.2.0-preview1-download.md b/release-notes/2.2/preview/2.2.0-preview1-download.md index b0846b73..55ac2a25 100644 --- a/release-notes/2.2/preview/2.2.0-preview1-download.md +++ b/release-notes/2.2/preview/2.2.0-preview1-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.0-preview1-35029 * .NET Core SDK 2.2.100-preview1-009349 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview1.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.0-preview1.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -26,11 +26,11 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## Installing .NET Core on Linux -The 2.2 Previews will only be available as tar.gz archives for Linux. Package manager installers will be available on the production feeds for final release. Review [Linux System Prerequisites for .NET Core](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) to ensure your system is ready for .NET Core. +The 2.2 Previews will only be available as tar.gz archives for Linux. Package manager installers will be available on the production feeds for final release. Review [Linux System Prerequisites for .NET Core](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) to ensure your system is ready for .NET Core. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -41,7 +41,7 @@ export PATH=$PATH:$HOME/dotnet [dlc-sdk]: https://download.microsoft.com/download/5/9/2/592E5073-8394-4A95-8F48-54080F0F1555 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0-preview-26820-02/2.2.0-preview-26820-02.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.0-preview-26820-02/2.2.0-preview-26820-02.md [runtime-linux-x64]: https://download.microsoft.com/download/1/9/F/19FEB118-A1D8-4B0E-B74C-D155FC5D297E/dotnet-runtime-2.2.0-preview-26820-02-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/1/9/F/19FEB118-A1D8-4B0E-B74C-D155FC5D297E/dotnet-runtime-2.2.0-preview-26820-02-linux-arm.tar.gz @@ -95,4 +95,4 @@ export PATH=$PATH:$HOME/dotnet [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview1.md b/release-notes/2.2/preview/2.2.0-preview1.md index fb710ca6..9b26b68a 100644 --- a/release-notes/2.2/preview/2.2.0-preview1.md +++ b/release-notes/2.2/preview/2.2.0-preview1.md @@ -45,7 +45,7 @@ The following repo has been updated [dlc-sdk]: https://download.microsoft.com/download/5/9/2/592E5073-8394-4A95-8F48-54080F0F1555 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0-preview-26820-02/2.2.0-preview-26820-02.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.0-preview-26820-02/2.2.0-preview-26820-02.md [runtime-linux-x64]: https://download.microsoft.com/download/1/9/F/19FEB118-A1D8-4B0E-B74C-D155FC5D297E/dotnet-runtime-2.2.0-preview-26820-02-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/1/9/F/19FEB118-A1D8-4B0E-B74C-D155FC5D297E/dotnet-runtime-2.2.0-preview-26820-02-linux-arm.tar.gz @@ -99,4 +99,4 @@ The following repo has been updated [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview2-download.md b/release-notes/2.2/preview/2.2.0-preview2-download.md index 4d9c3b96..a92c7bf7 100644 --- a/release-notes/2.2/preview/2.2.0-preview2-download.md +++ b/release-notes/2.2/preview/2.2.0-preview2-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 2.2.0-preview2-35157 * .NET Core SDK 2.2.100-preview2-009404 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview2.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.0-preview2.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -26,11 +26,11 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## Installing .NET Core on Linux -The 2.2 Previews will only be available as tar.gz archives for Linux. Package manager installers will be available on the production feeds for final release. Review [Linux System Prerequisites for .NET Core](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) to ensure your system is ready for .NET Core. +The 2.2 Previews will only be available as tar.gz archives for Linux. Package manager installers will be available on the production feeds for final release. Review [Linux System Prerequisites for .NET Core](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) to ensure your system is ready for .NET Core. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -41,7 +41,7 @@ export PATH=$PATH:$HOME/dotnet [dlc-sdk]: https://download.microsoft.com/download/D/5/9/D593CD8F-04E7-425D-962C-86FF4C90B1DA [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0-preview2-26905-02/2.2.0-preview2-26905-02.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.0-preview2-26905-02/2.2.0-preview2-26905-02.md [runtime-linux-x64]: https://download.microsoft.com/download/5/B/A/5BA1012E-5112-45C2-8369-152B49A6AA3B/dotnet-runtime-2.2.0-preview2-26905-02-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/5/B/A/5BA1012E-5112-45C2-8369-152B49A6AA3B/dotnet-runtime-2.2.0-preview2-26905-02-linux-arm.tar.gz @@ -95,4 +95,4 @@ export PATH=$PATH:$HOME/dotnet [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-sep-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview2.md b/release-notes/2.2/preview/2.2.0-preview2.md index 6e0ae8f2..20edc4ce 100644 --- a/release-notes/2.2/preview/2.2.0-preview2.md +++ b/release-notes/2.2/preview/2.2.0-preview2.md @@ -43,7 +43,7 @@ The following repo has been updated [dlc-sdk]: https://download.microsoft.com/download/D/5/9/D593CD8F-04E7-425D-962C-86FF4C90B1DA [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0-preview2-26905-02/2.2.0-preview2-26905-02.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.0-preview2-26905-02/2.2.0-preview2-26905-02.md [runtime-linux-x64]: https://download.microsoft.com/download/5/B/A/5BA1012E-5112-45C2-8369-152B49A6AA3B/dotnet-runtime-2.2.0-preview2-26905-02-linux-x64.tar.gz [runtime-linux-arm-x32]: https://download.microsoft.com/download/5/B/A/5BA1012E-5112-45C2-8369-152B49A6AA3B/dotnet-runtime-2.2.0-preview2-26905-02-linux-arm.tar.gz @@ -97,4 +97,4 @@ The following repo has been updated [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-sep-2018-update/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview3-download.md b/release-notes/2.2/preview/2.2.0-preview3-download.md index adb6791c..99423922 100644 --- a/release-notes/2.2/preview/2.2.0-preview3-download.md +++ b/release-notes/2.2/preview/2.2.0-preview3-download.md @@ -26,11 +26,11 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## Installing .NET Core on Linux -The 2.2 Previews will only be available as tar.gz archives for Linux. Package manager installers will be available on the production feeds for final release. Review [Linux System Prerequisites for .NET Core](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) to ensure your system is ready for .NET Core. +The 2.2 Previews will only be available as tar.gz archives for Linux. Package manager installers will be available on the production feeds for final release. Review [Linux System Prerequisites for .NET Core](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) to ensure your system is ready for .NET Core. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -39,7 +39,7 @@ export PATH=$PATH:$HOME/dotnet [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.0-preview3.md [runtime-linux-arm-x32]: https://download.visualstudio.microsoft.com/download/pr/118ff46b-a465-4578-a9ec-b531102a4a71/4dec9b3685fd6112993ca8d8f2cf4de5/dotnet-runtime-2.2.0-preview3-27014-02-linux-arm.tar.gz [runtime-linux-arm-x64]: https://download.visualstudio.microsoft.com/download/pr/b7cfb8eb-e293-470a-b543-cd792f93b79a/6300911fc63c1dff3bca4697b8a1c82a/dotnet-runtime-2.2.0-preview3-27014-02-linux-arm64.tar.gz @@ -89,4 +89,4 @@ export PATH=$PATH:$HOME/dotnet [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview3.md b/release-notes/2.2/preview/2.2.0-preview3.md index eef5f1dd..191ed036 100644 --- a/release-notes/2.2/preview/2.2.0-preview3.md +++ b/release-notes/2.2/preview/2.2.0-preview3.md @@ -40,7 +40,7 @@ The following repo has been updated [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.0-preview3.md [runtime-linux-arm-x32]: https://download.visualstudio.microsoft.com/download/pr/118ff46b-a465-4578-a9ec-b531102a4a71/4dec9b3685fd6112993ca8d8f2cf4de5/dotnet-runtime-2.2.0-preview3-27014-02-linux-arm.tar.gz [runtime-linux-arm-x64]: https://download.visualstudio.microsoft.com/download/pr/b7cfb8eb-e293-470a-b543-cd792f93b79a/6300911fc63c1dff3bca4697b8a1c82a/dotnet-runtime-2.2.0-preview3-27014-02-linux-arm64.tar.gz @@ -90,4 +90,4 @@ The following repo has been updated [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.200-preview-download.md b/release-notes/2.2/preview/2.2.200-preview-download.md index 2319b21d..30bf209b 100644 --- a/release-notes/2.2/preview/2.2.200-preview-download.md +++ b/release-notes/2.2/preview/2.2.200-preview-download.md @@ -48,7 +48,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -73,7 +73,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/Preview/2.2.200-preview.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/Preview/2.2.200-preview.md [aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz [aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz @@ -129,6 +129,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.200-preview-009648-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.2/preview/2.2.200-preview.md b/release-notes/2.2/preview/2.2.200-preview.md index 0c0a4378..f6931af1 100644 --- a/release-notes/2.2/preview/2.2.200-preview.md +++ b/release-notes/2.2/preview/2.2.200-preview.md @@ -26,7 +26,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/Preview/2.2.200-preview.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/Preview/2.2.200-preview.md [aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz [aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz @@ -82,6 +82,6 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.200-preview-009648-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://aka.ms/netcore22announce diff --git a/release-notes/2.2/releases.json b/release-notes/2.2/releases.json index a93cf0de..3d6fe312 100644 --- a/release-notes/2.2/releases.json +++ b/release-notes/2.2/releases.json @@ -12,7 +12,7 @@ "release-date": "2019-11-19", "release-version": "2.2.8", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.8/2.2.8.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.8/2.2.8.md", "runtime": { "version": "2.2.8", "version-display": "2.2.8", @@ -495,7 +495,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1302" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.7/2.2.7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.7/2.2.7.md", "runtime": { "version": "2.2.7", "version-display": "2.2.7", @@ -1021,7 +1021,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1075" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.6/2.2.6.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.6/2.2.6.md", "runtime": { "version": "2.2.6", "version-display": "2.2.6", @@ -1733,7 +1733,7 @@ "release-version": "2.2.300", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md", "runtime": { "version": "2.2.5", "version-display": "2.2.5", @@ -2041,7 +2041,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0976" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.5/2.2.5.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.5/2.2.5.md", "runtime": { "version": "2.2.5", "version-display": "2.2.5", @@ -2360,7 +2360,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0982" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.5/2.2.5.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.5/2.2.5.md", "runtime": { "version": "2.2.5", "version-display": "2.2.5", @@ -2663,7 +2663,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0815" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.4/2.2.4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.4/2.2.4.md", "runtime": { "version": "2.2.4", "version-display": "2.2.4", @@ -2964,7 +2964,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0815" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.4/2.2.4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.4/2.2.4.md", "runtime": { "version": "2.2.4", "version-display": "2.2.4", @@ -3259,7 +3259,7 @@ "release-version": "2.2.202", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md", "runtime": { "version": "2.2.3", "version-display": "2.2.3", @@ -3555,7 +3555,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0757" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.3/2.2.3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.3/2.2.3.md", "runtime": { "version": "2.2.3", "version-display": "2.2.3", @@ -3848,7 +3848,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0657" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.2/2.2.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.2/2.2.2.md", "runtime": { "version": "2.2.2", "version-display": "2.2.2", @@ -4149,7 +4149,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0548" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.1/2.2.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.1/2.2.1.md", "sdk": { "version": "2.2.103", "version-display": "2.2.103", @@ -4269,7 +4269,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0548" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.1/2.2.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.1/2.2.1.md", "runtime": { "version": "2.2.1", "version-display": "2.2.1", @@ -4562,7 +4562,7 @@ "release-date": "2018-12-11", "release-version": "2.2.101", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.101-SDK/2.2.101.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.101-SDK/2.2.101.md", "sdk": { "version": "2.2.101", "version-display": "2.2.101", @@ -4664,7 +4664,7 @@ "release-date": "2018-12-06", "release-version": "2.2.200-preview", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.200-preview.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.200-preview.md", "sdk": { "version": "2.2.200-preview-009648", "version-display": "2.2.200-preview", @@ -4774,7 +4774,7 @@ "release-date": "2018-12-04", "release-version": "2.2.0", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0/2.2.0.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/2.2.0/2.2.0.md", "runtime": { "version": "2.2.0", "version-display": "2.2.0", @@ -5076,7 +5076,7 @@ "release-date": "2018-10-17", "release-version": "2.2.0-preview3", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.0-preview3.md", "runtime": { "version": "2.2.0-preview3-27014-02", "version-display": "2.2.0-preview3", @@ -5341,7 +5341,7 @@ "release-date": "2018-09-12", "release-version": "2.2.0-preview2", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.0-preview2.md", "runtime": { "version": "2.2.0-preview2-26905-02", "version-display": "2.2.0-preview2", @@ -5597,7 +5597,7 @@ "release-date": "2018-08-22", "release-version": "2.2.0-preview1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.2/preview/2.2.0-preview1.md", "runtime": { "version": "2.2.0-preview-26820-02", "version-display": "2.2.0-preview", diff --git a/release-notes/3.0/3.0-supported-os.md b/release-notes/3.0/3.0-supported-os.md index 9c007076..20aa2669 100644 --- a/release-notes/3.0/3.0-supported-os.md +++ b/release-notes/3.0/3.0-supported-os.md @@ -46,7 +46,7 @@ Alpine Linux | 3.8+ | x64, ARM64 ## Out of support OS versions -Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 3.0](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). +Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 3.0](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md). |OS | Version | End of Life | Supported Version| |-----------|----------|-------------|------------------| diff --git a/release-notes/3.0/3.0.0/3.0.0-download.md b/release-notes/3.0/3.0.0/3.0.0-download.md index 550e702e..157e3c6b 100644 --- a/release-notes/3.0/3.0.0/3.0.0-download.md +++ b/release-notes/3.0/3.0.0/3.0.0-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0 * .NET Core SDK 3.0.100 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0/3.0.0.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-3.0 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -98,7 +98,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0/3.0.0.md [//]: # ( Runtime 3.0.0) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe @@ -152,6 +152,6 @@ This will install the ASP.NET Core Module for IIS. [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.0/3.0.0.md b/release-notes/3.0/3.0.0/3.0.0.md index b20ba39f..a4c87b07 100644 --- a/release-notes/3.0/3.0.0/3.0.0.md +++ b/release-notes/3.0/3.0.0/3.0.0.md @@ -65,7 +65,7 @@ In addition to the summary information described in `release-index.json`, the `r "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1075" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md", "runtime": { "version": "2.1.12", "version-display": "2.1.12", @@ -100,7 +100,7 @@ Here are some of the additions and updates we're excited to bring in 3.0 GA. See [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0/3.0.0.md [//]: # ( Runtime 3.0.0) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe @@ -154,7 +154,7 @@ Here are some of the additions and updates we're excited to bring in 3.0 GA. See [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0/ diff --git a/release-notes/3.0/3.0.1/3.0.1-install-instructions.md b/release-notes/3.0/3.0.1/3.0.1-install-instructions.md index 6abc120e..75c4123d 100644 --- a/release-notes/3.0/3.0.1/3.0.1-install-instructions.md +++ b/release-notes/3.0/3.0.1/3.0.1-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.1 * .NET Core SDK 3.0.101 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.1/3.0.1.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.1/3.0.1.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-2.2 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,13 +84,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.1/3.0.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.1/3.0.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.1/3.0.1.md b/release-notes/3.0/3.0.1/3.0.1.md index 8e4d0f05..642917d4 100644 --- a/release-notes/3.0/3.0.1/3.0.1.md +++ b/release-notes/3.0/3.0.1/3.0.1.md @@ -54,14 +54,14 @@ The images are expected to be available later today. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.1/3.0.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.1/3.0.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-November-2019/ [snap-install]: 3.0.1-install-instructions.md diff --git a/release-notes/3.0/3.0.2/3.0.2-install-instructions.md b/release-notes/3.0/3.0.2/3.0.2-install-instructions.md index 8ca6f919..5ca2f448 100644 --- a/release-notes/3.0/3.0.2/3.0.2-install-instructions.md +++ b/release-notes/3.0/3.0.2/3.0.2-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.2 * .NET Core SDK 3.0.102 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.2/3.0.2.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.2/3.0.2.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.0 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,13 +84,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.2/3.0.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.2/3.0.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.2/3.0.2.md b/release-notes/3.0/3.0.2/3.0.2.md index 8804eae5..dbefb56b 100644 --- a/release-notes/3.0/3.0.2/3.0.2.md +++ b/release-notes/3.0/3.0.2/3.0.2.md @@ -45,13 +45,13 @@ The images are expected to be available later today. [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/master/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. Fedora 29 has been out of support since [November 29, 2019](https://fedoraproject.org/wiki/End_of_life) and .NET Core no longer provides support for it. Ubuntu 19.04 will be out of support on [January 23, 2020](https://lists.ubuntu.com/archives/ubuntu-announce/2020-January/thread.html). -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 3.0.2 @@ -135,14 +135,14 @@ Microsoft.WindowsDesktop.App | 3.1.0 | 3.1.1 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.2/3.0.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.2/3.0.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-January-2020/ [snap-install]: 3.0.2-install-instructions.md diff --git a/release-notes/3.0/3.0.3/3.0.3-install-instructions.md b/release-notes/3.0/3.0.3/3.0.3-install-instructions.md index 0c581a29..9a7841c4 100644 --- a/release-notes/3.0/3.0.3/3.0.3-install-instructions.md +++ b/release-notes/3.0/3.0.3/3.0.3-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.3 * .NET Core SDK 3.0.103 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.3/3.0.3.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.3/3.0.3.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.0 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,13 +84,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.3/3.0.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.3/3.0.3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.3/3.0.3.md b/release-notes/3.0/3.0.3/3.0.3.md index 71aa5cf0..9e303eae 100644 --- a/release-notes/3.0/3.0.3/3.0.3.md +++ b/release-notes/3.0/3.0.3/3.0.3.md @@ -45,9 +45,9 @@ The images are expected to be available later today. [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/master/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 3.0.3 @@ -58,14 +58,14 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.3/3.0.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.3/3.0.3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-february-2020/ [snap-install]: 3.0.3-install-instructions.md diff --git a/release-notes/3.0/preview/3.0.0-preview-known-issues.md b/release-notes/3.0/preview/3.0.0-preview-known-issues.md index bb24744c..ce7609b6 100644 --- a/release-notes/3.0/preview/3.0.0-preview-known-issues.md +++ b/release-notes/3.0/preview/3.0.0-preview-known-issues.md @@ -221,7 +221,7 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma ### Preview 3 -- **[RESOLVED] The Windows Hosting bundle doesn't exist for Preview3**: The Windows Hosting bundle contained an issue which copied the 32 bit dlls into 64 bit locations. To work aroud this issue, please install the 3.0 Preview 2 [Hosting Bundle](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview2-download.md) and run the executable on a command line with the paramaters `OPT_NO_SHAREDFX=1 OPT_NO_RUNTIME=1`. Then install the appropriate .NET and ASP.NET runtimes for preview3. +- **[RESOLVED] The Windows Hosting bundle doesn't exist for Preview3**: The Windows Hosting bundle contained an issue which copied the 32 bit dlls into 64 bit locations. To work aroud this issue, please install the 3.0 Preview 2 [Hosting Bundle](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2-download.md) and run the executable on a command line with the paramaters `OPT_NO_SHAREDFX=1 OPT_NO_RUNTIME=1`. Then install the appropriate .NET and ASP.NET runtimes for preview3. - **[RESOLVED] Updates to .razor files fail to show up in subsequent builds**: Updates to Razor Component (.razor) in Visual Studio may fail to show up in subsequent builds. To work around this issue add the following item group to the project file: diff --git a/release-notes/3.0/preview/3.0.0-preview1-download.md b/release-notes/3.0/preview/3.0.0-preview1-download.md index cea20154..44bbf632 100644 --- a/release-notes/3.0/preview/3.0.0-preview1-download.md +++ b/release-notes/3.0/preview/3.0.0-preview1-download.md @@ -38,7 +38,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview1.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9fad78e1-5824-480f-8a2a-badd80a7ea1c/f3c498ed38d56a28927381f24b6c4398/dotnet-runtime-3.0.0-preview-27122-01-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/34f71157-b200-447d-b16f-f066c5b29de0/1446beda3ff085a0015c643176794041/dotnet-runtime-3.0.0-preview-27122-01-linux-arm64.tar.gz @@ -88,6 +88,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview1.md b/release-notes/3.0/preview/3.0.0-preview1.md index 7560ab84..9189a250 100644 --- a/release-notes/3.0/preview/3.0.0-preview1.md +++ b/release-notes/3.0/preview/3.0.0-preview1.md @@ -63,7 +63,7 @@ The following repos have been updated [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview1.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9fad78e1-5824-480f-8a2a-badd80a7ea1c/f3c498ed38d56a28927381f24b6c4398/dotnet-runtime-3.0.0-preview-27122-01-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/34f71157-b200-447d-b16f-f066c5b29de0/1446beda3ff085a0015c643176794041/dotnet-runtime-3.0.0-preview-27122-01-linux-arm64.tar.gz @@ -113,6 +113,6 @@ The following repos have been updated [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://aka.ms/netcore3preview1 diff --git a/release-notes/3.0/preview/3.0.0-preview2-download.md b/release-notes/3.0/preview/3.0.0-preview2-download.md index 55ad86bc..a0532714 100644 --- a/release-notes/3.0/preview/3.0.0-preview2-download.md +++ b/release-notes/3.0/preview/3.0.0-preview2-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0-preview-19075-0444 * .NET Core SDK 3.0.100-preview-010184 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview2.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -36,11 +36,11 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. ### Installation from a binary archive -You can also install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +You can also install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -65,7 +65,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c91ed181-87b5-455f-ace8-7c288fd27a02/5eca93bead02f2b6d2bd5e3968a8f997/dotnet-runtime-3.0.0-preview-27324-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/54f8a5fa-37a6-4bd1-be00-e92d428ba9fc/6d87634846e580d563daee8df761ca50/dotnet-runtime-3.0.0-preview-27324-5-linux-arm64.tar.gz @@ -115,6 +115,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-010184-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview2.md b/release-notes/3.0/preview/3.0.0-preview2.md index 92e83f38..570fc1c2 100644 --- a/release-notes/3.0/preview/3.0.0-preview2.md +++ b/release-notes/3.0/preview/3.0.0-preview2.md @@ -45,7 +45,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co * Assembly Unloadability * Windows native interop * Work continues on WinForms and WPF -* [API changes for Preview 2](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/api-diff/preview2/3.0-preview2.md) +* [API changes for Preview 2](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/api-diff/preview2/3.0-preview2.md) ## Docker Images @@ -58,7 +58,7 @@ The following repos have been updated [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c91ed181-87b5-455f-ace8-7c288fd27a02/5eca93bead02f2b6d2bd5e3968a8f997/dotnet-runtime-3.0.0-preview-27324-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/54f8a5fa-37a6-4bd1-be00-e92d428ba9fc/6d87634846e580d563daee8df761ca50/dotnet-runtime-3.0.0-preview-27324-5-linux-arm64.tar.gz @@ -108,6 +108,6 @@ The following repos have been updated [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-010184-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/29/announcing-net-core-3-preview-2/ diff --git a/release-notes/3.0/preview/3.0.0-preview3-download.md b/release-notes/3.0/preview/3.0.0-preview3-download.md index d136a329..486af5c6 100755 --- a/release-notes/3.0/preview/3.0.0-preview3-download.md +++ b/release-notes/3.0/preview/3.0.0-preview3-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0-preview3-19153-02 * .NET Core SDK 3.0.100-preview3-010431 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview3.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview3.md) for details about what is included in this update. ## Downloads @@ -37,11 +37,11 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -54,7 +54,7 @@ If only the .NET Core Runtime is needed, install `dotnet-runtime-3.0` using your [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview3.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/61afd68a-0079-45a3-917a-b8cb679fdc43/d3b8792106bbcc4b790407365fd025ac/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc04d8b5-04b5-4e45-bfd0-83cef6c072f8/d5d45d8fe4c408822197e19c05a161df/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm64.tar.gz @@ -104,6 +104,6 @@ If only the .NET Core Runtime is needed, install `dotnet-runtime-3.0` using your [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview3-010431-sdk-sha.txt [linux-install]: 3.0.0-preview3-download.md -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-preview-3/ diff --git a/release-notes/3.0/preview/3.0.0-preview3.md b/release-notes/3.0/preview/3.0.0-preview3.md index 7472fc8c..1d5cf96e 100644 --- a/release-notes/3.0/preview/3.0.0-preview3.md +++ b/release-notes/3.0/preview/3.0.0-preview3.md @@ -119,7 +119,7 @@ public readonly struct Memory [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/61afd68a-0079-45a3-917a-b8cb679fdc43/d3b8792106bbcc4b790407365fd025ac/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc04d8b5-04b5-4e45-bfd0-83cef6c072f8/d5d45d8fe4c408822197e19c05a161df/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm64.tar.gz @@ -168,6 +168,6 @@ public readonly struct Memory [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview3-010431-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-preview-3/ diff --git a/release-notes/3.0/preview/3.0.0-preview4-download.md b/release-notes/3.0/preview/3.0.0-preview4-download.md index 7596354d..91d8b576 100755 --- a/release-notes/3.0/preview/3.0.0-preview4-download.md +++ b/release-notes/3.0/preview/3.0.0-preview4-download.md @@ -39,11 +39,11 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. ### Installation from a binary archive -Installing from the Snap package detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the Snap package detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -64,7 +64,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0-preview4-27615-11/3.0.0-preview4-27615-11.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0-preview4-27615-11/3.0.0-preview4-27615-11.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98225b75-8507-490a-a040-335d1728fc0a/537c5d8f548241dfac27ee1f98551e67/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79dafd9e-e037-4c49-8979-8add58ba3070/46259d42ab44f7c315b97186cfd375c1/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm64.tar.gz @@ -114,6 +114,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview4-011223-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview4.md b/release-notes/3.0/preview/3.0.0-preview4.md index 7c4a7673..cb31c4fd 100644 --- a/release-notes/3.0/preview/3.0.0-preview4.md +++ b/release-notes/3.0/preview/3.0.0-preview4.md @@ -61,7 +61,7 @@ A few changes have been made which could result in subtle changes of behavior in [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview4.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98225b75-8507-490a-a040-335d1728fc0a/537c5d8f548241dfac27ee1f98551e67/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79dafd9e-e037-4c49-8979-8add58ba3070/46259d42ab44f7c315b97186cfd375c1/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm64.tar.gz @@ -111,7 +111,7 @@ A few changes have been made which could result in subtle changes of behavior in [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview4-011223-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-preview-4/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-0-preview-4/ diff --git a/release-notes/3.0/preview/3.0.0-preview5-download.md b/release-notes/3.0/preview/3.0.0-preview5-download.md index 87d6526e..b358514e 100644 --- a/release-notes/3.0/preview/3.0.0-preview5-download.md +++ b/release-notes/3.0/preview/3.0.0-preview5-download.md @@ -56,11 +56,11 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from the binary archive if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from the binary archive if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -85,7 +85,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0-preview5-27626-15/3.0.0-preview5-27626-15.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0-preview5-27626-15/3.0.0-preview5-27626-15.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/779c214c-4898-4dbb-bc1c-0cea689a52ed/a8dc33d07be2bd14a5d581c08ebed653/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/89ac182b-199f-4b66-abf8-b0494407d890/c4dfc2ce4df1f7dad8d695c92562ab79/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm64.tar.gz @@ -148,6 +148,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview5-011568-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview5.md b/release-notes/3.0/preview/3.0.0-preview5.md index fd4af1bc..3ba17487 100644 --- a/release-notes/3.0/preview/3.0.0-preview5.md +++ b/release-notes/3.0/preview/3.0.0-preview5.md @@ -79,7 +79,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev ### Ubuntu 14.04 reached the end of standard support -Ubuntu 14.04 reached the end of its [Standard Support lifecycle](https://wiki.ubuntu.com/Releases) April 2019. As described in [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md), we will no longer test .NET Core on this version or produce updates for the OS version. +Ubuntu 14.04 reached the end of its [Standard Support lifecycle](https://wiki.ubuntu.com/Releases) April 2019. As described in [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md), we will no longer test .NET Core on this version or produce updates for the OS version. ### .NET Core LTS @@ -87,7 +87,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview5.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/779c214c-4898-4dbb-bc1c-0cea689a52ed/a8dc33d07be2bd14a5d581c08ebed653/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/89ac182b-199f-4b66-abf8-b0494407d890/c4dfc2ce4df1f7dad8d695c92562ab79/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm64.tar.gz @@ -150,7 +150,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview5-011568-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-5/ [dotnet5-blog]: https://devblogs.microsoft.com/dotnet/introducing-net-5/ diff --git a/release-notes/3.0/preview/3.0.0-preview6-download.md b/release-notes/3.0/preview/3.0.0-preview6-download.md index c94fe6d6..25885295 100644 --- a/release-notes/3.0/preview/3.0.0-preview6-download.md +++ b/release-notes/3.0/preview/3.0.0-preview6-download.md @@ -56,7 +56,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -64,7 +64,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installatoin requires the use of your distro's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime and sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. +Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. | **System Dependencies Installer** | | :-- | @@ -140,7 +140,7 @@ sudo rpm -ivh dotnet-sdk-3.0.100-preview6-012264-x64.rpm ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -165,7 +165,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview6.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/8c70f3b5-1866-4969-8acf-303ce1a5412a/c75e23e6f50d597e3b3b86bb672a6ab2/dotnet-host-3.0.0-preview6-27804-01-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/d0efaff6-541e-4f8c-a362-945c849cd246/69869e837e623792ff6b6d741084818f/dotnet-host-3.0.0-preview6-27804-01-x64.rpm @@ -255,6 +255,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview6-012264-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview6.md b/release-notes/3.0/preview/3.0.0-preview6.md index 47f5c49d..6284f167 100644 --- a/release-notes/3.0/preview/3.0.0-preview6.md +++ b/release-notes/3.0/preview/3.0.0-preview6.md @@ -80,7 +80,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev * Fedora 28 reached [end of life](https://fedoramagazine.org/fedora-28-end-of-life/) May 2019. * Ubuntu 14.04 reached the end of standard support(https://wiki.ubuntu.com/Releases) April 2019. -As described in [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md), we will no longer test .NET Core or produce updates for OS versions which are out of standard support or are end of life. +As described in [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md), we will no longer test .NET Core or produce updates for OS versions which are out of standard support or are end of life. ### .NET Core LTS @@ -88,7 +88,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview6.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/8c70f3b5-1866-4969-8acf-303ce1a5412a/c75e23e6f50d597e3b3b86bb672a6ab2/dotnet-host-3.0.0-preview6-27804-01-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/d0efaff6-541e-4f8c-a362-945c849cd246/69869e837e623792ff6b6d741084818f/dotnet-host-3.0.0-preview6-27804-01-x64.rpm @@ -168,7 +168,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview6-012264-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-6/ [dotnet5-blog]: https://devblogs.microsoft.com/dotnet/introducing-net-5/ diff --git a/release-notes/3.0/preview/3.0.0-preview7-download.md b/release-notes/3.0/preview/3.0.0-preview7-download.md index d1945382..e7f3b68f 100644 --- a/release-notes/3.0/preview/3.0.0-preview7-download.md +++ b/release-notes/3.0/preview/3.0.0-preview7-download.md @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -45,7 +45,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installatoin requires the use of your distro's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. +Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. | **System Dependencies Installer** | | :-- | @@ -121,7 +121,7 @@ sudo rpm -ivh dotnet-sdk-3.0.100-preview7-012821-x64.rpm ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -146,7 +146,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview7.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/75df8900-3c7c-4c83-a142-ac464aba5424/2b9621b80f3e6777d436f6aabaaced27/dotnet-host-3.0.0-preview7-27912-14-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/21c1edcc-4296-45fe-9e09-b5f0b992ec04/4119552e4774c7d2289cdac1b41d005d/dotnet-host-3.0.0-preview7-27912-14-x64.rpm @@ -219,7 +219,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview7-012821-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-7/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-7/ diff --git a/release-notes/3.0/preview/3.0.0-preview7.md b/release-notes/3.0/preview/3.0.0-preview7.md index 292bd231..bccc94bf 100644 --- a/release-notes/3.0/preview/3.0.0-preview7.md +++ b/release-notes/3.0/preview/3.0.0-preview7.md @@ -71,7 +71,7 @@ As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md) [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview7.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/75df8900-3c7c-4c83-a142-ac464aba5424/2b9621b80f3e6777d436f6aabaaced27/dotnet-host-3.0.0-preview7-27912-14-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/21c1edcc-4296-45fe-9e09-b5f0b992ec04/4119552e4774c7d2289cdac1b41d005d/dotnet-host-3.0.0-preview7-27912-14-x64.rpm @@ -136,7 +136,7 @@ As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md) [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview7-012821-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-7/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-7/ diff --git a/release-notes/3.0/preview/3.0.0-preview8-download.md b/release-notes/3.0/preview/3.0.0-preview8-download.md index e6eb6e68..d281c18c 100644 --- a/release-notes/3.0/preview/3.0.0-preview8-download.md +++ b/release-notes/3.0/preview/3.0.0-preview8-download.md @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -45,7 +45,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installatoin requires the use of your distro's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. +Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. | **System Dependencies Installer** | | :-- | @@ -121,7 +121,7 @@ sudo rpm -ivh dotnet-sdk-3.0.100-preview8-013656-x64.rpm ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -146,7 +146,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview8.md [//]: # ( Runtime 3.0.0-preview8-28405-07) [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/24de5026-3471-4803-b674-689b338569df/10770879c266d430f4707e4f05f14559/dotnet-host-3.0.0-preview8-28405-07-x64.deb @@ -221,7 +221,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview8-013656-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-8/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-8/ diff --git a/release-notes/3.0/preview/3.0.0-preview8.md b/release-notes/3.0/preview/3.0.0-preview8.md index abe3cf69..65447aa0 100644 --- a/release-notes/3.0/preview/3.0.0-preview8.md +++ b/release-notes/3.0/preview/3.0.0-preview8.md @@ -54,7 +54,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview8.md [//]: # ( Runtime 3.0.0-preview8-28405-07) [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/24de5026-3471-4803-b674-689b338569df/10770879c266d430f4707e4f05f14559/dotnet-host-3.0.0-preview8-28405-07-x64.deb @@ -129,7 +129,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview8-013656-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-8/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-8/ diff --git a/release-notes/3.0/preview/3.0.0-preview9-download.md b/release-notes/3.0/preview/3.0.0-preview9-download.md index be0395cb..2e182dc4 100644 --- a/release-notes/3.0/preview/3.0.0-preview9-download.md +++ b/release-notes/3.0/preview/3.0.0-preview9-download.md @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -45,7 +45,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installation requires the use of your distribution's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md) document for specific distribution version support status. +Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distribution version support status. | **System Dependencies Installer** | | :-- | @@ -121,7 +121,7 @@ sudo rpm -ivh dotnet-sdk-3.0.100-preview9-014004-x64.rpm ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -146,7 +146,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview9.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview9.md [//]: # ( Runtime 3.0.0-preview9-19423-09) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/1693593e-d1c8-4728-81d3-704666e15a59/8540d1594208edd6874deca47437f3b5/dotnet-apphost-pack-3.0.0-preview9-19423-09-x64.deb @@ -223,7 +223,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview9-014004-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-9/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/ diff --git a/release-notes/3.0/preview/3.0.0-preview9.md b/release-notes/3.0/preview/3.0.0-preview9.md index f95534b8..5c52ddaa 100644 --- a/release-notes/3.0/preview/3.0.0-preview9.md +++ b/release-notes/3.0/preview/3.0.0-preview9.md @@ -55,7 +55,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview9.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview9.md [//]: # ( Runtime 3.0.0-preview9-19423-09) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/1693593e-d1c8-4728-81d3-704666e15a59/8540d1594208edd6874deca47437f3b5/dotnet-apphost-pack-3.0.0-preview9-19423-09-x64.deb @@ -132,7 +132,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview9-014004-sdk-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-9/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/ diff --git a/release-notes/3.0/preview/3.0.0-rc1-download.md b/release-notes/3.0/preview/3.0.0-rc1-download.md index 5ed3f469..d2315665 100644 --- a/release-notes/3.0/preview/3.0.0-rc1-download.md +++ b/release-notes/3.0/preview/3.0.0-rc1-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0-rc1.19457.4 * .NET Core SDK 3.0.100-rc1-014190 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-rc1.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-rc1.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -72,7 +72,7 @@ sudo [package manager] install aspnetcore-runtime-3.0 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -97,7 +97,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-rc1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-rc1.md [//]: # ( Runtime 3.0.0-rc1-19456-20) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/89570818-e9d7-4fd4-9294-9cefb961b4a1/c27f37b6e49974e52fcca3df1cc67de2/dotnet-apphost-pack-3.0.0-rc1-19456-20-x64.deb @@ -173,6 +173,6 @@ This will install the ASP.NET Core Module for IIS. [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-rc1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-rc1.md b/release-notes/3.0/preview/3.0.0-rc1.md index 25798de9..5e0313a8 100644 --- a/release-notes/3.0/preview/3.0.0-rc1.md +++ b/release-notes/3.0/preview/3.0.0-rc1.md @@ -62,7 +62,7 @@ In addition to the summary information described in `release-index.json`, the `r "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1075" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.12/2.1.12.md", "runtime": { "version": "2.1.12", "version-display": "2.1.12", @@ -93,11 +93,11 @@ Here are some of the additions and updates we're excited to bring in RC 1. See t * CoreCLR: [bugs][coreclr_bugs] | [features][coreclr_features] * CoreFX: [bugs][corefx_bugs] | [features][corefx_features] * ASP.NET Core: [bugs][aspnet_bugs] | [features][aspnet_features] -* [API Changes in RC1](https://github.com/dotnet/core/tree/master/release-notes/3.0/preview/api-diff/rc1) +* [API Changes in RC1](https://github.com/dotnet/core/tree/main/release-notes/3.0/preview/api-diff/rc1) [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-rc1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-rc1.md [//]: # ( Runtime 3.0.0-rc1-19456-20) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/89570818-e9d7-4fd4-9294-9cefb961b4a1/c27f37b6e49974e52fcca3df1cc67de2/dotnet-apphost-pack-3.0.0-rc1-19456-20-x64.deb @@ -173,7 +173,7 @@ Here are some of the additions and updates we're excited to bring in RC 1. See t [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-rc1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-release-candidate-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-release-candidate-1/ diff --git a/release-notes/3.0/releases.json b/release-notes/3.0/releases.json index d440f0b9..1887dea4 100755 --- a/release-notes/3.0/releases.json +++ b/release-notes/3.0/releases.json @@ -12,7 +12,7 @@ "release-date": "2020-02-18", "release-version": "3.0.3", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.3/3.0.3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.3/3.0.3.md", "runtime": { "version": "3.0.3", "version-display": "3.0.3", @@ -371,7 +371,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0606" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.2/3.0.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.2/3.0.2.md", "runtime": { "version": "3.0.2", "version-display": "3.0.2", @@ -723,7 +723,7 @@ "release-version": "3.0.1", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.1/3.0.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.1/3.0.1.md", "runtime": { "version": "3.0.1", "version-display": "3.0.1", @@ -1107,7 +1107,7 @@ "release-version": "3.0.0", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0/3.0.0.md", "runtime": { "version": "3.0.0", "version-display": "3.0.0", @@ -1524,7 +1524,7 @@ "release-version": "3.0.0-rc1", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-rc1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-rc1.md", "runtime": { "version": "3.0.0-rc1-19456-20", "version-display": "3.0.0-rc1", @@ -2086,7 +2086,7 @@ "release-version": "3.0.0-preview9", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview9.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview9.md", "runtime": { "version": "3.0.0-preview9-19423-09", "version-display": "3.0.0-preview9", @@ -2648,7 +2648,7 @@ "release-version": "3.0.0-preview8", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview8.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview8.md", "runtime": { "version": "3.0.0-preview8-28405-07", "version-display": "3.0.0-preview8", @@ -3192,7 +3192,7 @@ "release-version": "3.0.0-preview7", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview7.md", "runtime": { "version": "3.0.0-preview7-27912-14", "version-display": "3.0.0-preview7", @@ -3561,7 +3561,7 @@ "release-version": "3.0.0-preview6", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview6.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview6.md", "runtime": { "version": "3.0.0-preview6-27804-01", "version-display": "3.0.0-preview6", @@ -3939,7 +3939,7 @@ "release-version": "3.0.0-preview5", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview5.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview5.md", "runtime": { "version": "3.0.0-preview5-27626-15", "version-display": "3.0.0-preview5", @@ -4317,7 +4317,7 @@ "release-version": "3.0.0-preview4", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview4.md", "runtime": { "version": "3.0.0-preview4-27615-11", "version-display": "3.0.0-preview4", @@ -4617,7 +4617,7 @@ "release-version": "3.0.0-preview3", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview3.md", "runtime": { "version": "3.0.0-preview3-27503-5", "version-display": "3.0.0-preview3", @@ -4911,7 +4911,7 @@ "release-version": "3.0.0-preview2", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md", "runtime": { "version": "3.0.0-preview-27324-5", "version-display": "3.0.0-preview2", @@ -5211,7 +5211,7 @@ "release-version": "3.0.0-preview1", "security": false, "cve-list": null, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview1.md", "runtime": { "version": "3.0.0-preview-27122-01", "version-display": "3.0.0-preview1", diff --git a/release-notes/3.1/3.1-supported-os.md b/release-notes/3.1/3.1-supported-os.md index 38a7b688..912821c7 100644 --- a/release-notes/3.1/3.1-supported-os.md +++ b/release-notes/3.1/3.1-supported-os.md @@ -47,7 +47,7 @@ Alpine Linux | 3.10, 3.11, 3.12 | x64, ## Out of support OS versions -Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 3.1](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). +Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 3.1](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md). |OS | Version | End of Life | Supported Version| |-----------|----------|-------------|------------------| diff --git a/release-notes/3.1/3.1.0/3.1.0-install-instructions.md b/release-notes/3.1/3.1.0/3.1.0-install-instructions.md index ff428f61..03f73a3a 100644 --- a/release-notes/3.1/3.1.0/3.1.0-install-instructions.md +++ b/release-notes/3.1/3.1.0/3.1.0-install-instructions.md @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ## Windows Server Hosting @@ -42,13 +42,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.0.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1-0/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1-preview-3/ diff --git a/release-notes/3.1/3.1.0/3.1.0.md b/release-notes/3.1/3.1.0/3.1.0.md index fc77d284..cb8b28ca 100644 --- a/release-notes/3.1/3.1.0/3.1.0.md +++ b/release-notes/3.1/3.1.0/3.1.0.md @@ -55,14 +55,14 @@ Here is list of some of the additions and updates we're excited to bring in 3.1. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.0/3.1.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.0/3.1.0.md [snap-install]: 3.1.0-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.1/3.1.1-install-instructions.md b/release-notes/3.1/3.1.1/3.1.1-install-instructions.md index 1f5b693b..094dec7a 100644 --- a/release-notes/3.1/3.1.1/3.1.1-install-instructions.md +++ b/release-notes/3.1/3.1.1/3.1.1-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.1 * .NET Core SDK 3.1.101 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.1/3.1.1.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.1/3.1.1.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,13 +84,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.1/3.1.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.1/3.1.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.1/3.1.1/3.1.1.md b/release-notes/3.1/3.1.1/3.1.1.md index c6a4fc5a..25e29f45 100644 --- a/release-notes/3.1/3.1.1/3.1.1.md +++ b/release-notes/3.1/3.1.1/3.1.1.md @@ -51,13 +51,13 @@ The following repos have been updated [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/master/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. Fedora 29 has been out of support since [November 29, 2019](https://fedoraproject.org/wiki/End_of_life) and .NET Core no longer provides support for it. Ubuntu 19.04 will be out of support on [January 23, 2020](https://lists.ubuntu.com/archives/ubuntu-announce/2020-January/thread.html). -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 3.1.1 @@ -142,14 +142,14 @@ Microsoft.WindowsDesktop.App | 3.1.0 | 3.1.1 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.1/3.1.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.1/3.1.1.md [snap-install]: 3.1.1-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-january-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.10/3.1.10-install-instructions.md b/release-notes/3.1/3.1.10/3.1.10-install-instructions.md index 6635c247..b3f7e097 100644 --- a/release-notes/3.1/3.1.10/3.1.10-install-instructions.md +++ b/release-notes/3.1/3.1.10/3.1.10-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.10 * .NET Core SDK 3.1.110 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.10/3.1.10.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.10/3.1.10.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.10/3.1.10.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.10/3.1.10.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt diff --git a/release-notes/3.1/3.1.10/3.1.10.md b/release-notes/3.1/3.1.10/3.1.10.md index 19feadff..3c34dabb 100644 --- a/release-notes/3.1/3.1.10/3.1.10.md +++ b/release-notes/3.1/3.1.10/3.1.10.md @@ -346,7 +346,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.10.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.10/3.1.10.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.10/3.1.10.md [snap-install]: 3.1.10-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt diff --git a/release-notes/3.1/3.1.10/3.1.404-download.md b/release-notes/3.1/3.1.10/3.1.404-download.md index a6dacfef..fe1ac9b6 100644 --- a/release-notes/3.1/3.1.10/3.1.404-download.md +++ b/release-notes/3.1/3.1.10/3.1.404-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.10 * ASP.NET Core 3.1.10 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.10/3.1.10.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.10/3.1.10.md) for details about what is included in this update. ## Downloads @@ -52,7 +52,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -88,7 +88,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -113,7 +113,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.10/3.1.404-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.10/3.1.404-download.md [snap-install]: 3.1.10-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt diff --git a/release-notes/3.1/3.1.11/3.1.11-install-instructions.md b/release-notes/3.1/3.1.11/3.1.11-install-instructions.md index b895730b..7b926c2f 100644 --- a/release-notes/3.1/3.1.11/3.1.11-install-instructions.md +++ b/release-notes/3.1/3.1.11/3.1.11-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.11 * .NET Core SDK 3.1.111 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.11/3.1.11.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.11/3.1.11.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.11/3.1.11.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.11/3.1.11.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt diff --git a/release-notes/3.1/3.1.11/3.1.11.md b/release-notes/3.1/3.1.11/3.1.11.md index 498fa3da..b471d453 100644 --- a/release-notes/3.1/3.1.11/3.1.11.md +++ b/release-notes/3.1/3.1.11/3.1.11.md @@ -342,7 +342,7 @@ Microsoft.Extensions.Localization.Abstractions | 3.1.11.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.11/3.1.11.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.11/3.1.11.md [snap-install]: 3.1.11-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt diff --git a/release-notes/3.1/3.1.11/3.1.405-download.md b/release-notes/3.1/3.1.11/3.1.405-download.md index dcf03ed9..96c814d3 100644 --- a/release-notes/3.1/3.1.11/3.1.405-download.md +++ b/release-notes/3.1/3.1.11/3.1.405-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.11 * ASP.NET Core 3.1.11 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.11/3.1.11.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.11/3.1.11.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,7 +112,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.11/3.1.405-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.11/3.1.405-download.md [snap-install]: 3.1.11-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt diff --git a/release-notes/3.1/3.1.12/3.1.12-install-instructions.md b/release-notes/3.1/3.1.12/3.1.12-install-instructions.md index 9abd0766..8bbabe9e 100644 --- a/release-notes/3.1/3.1.12/3.1.12-install-instructions.md +++ b/release-notes/3.1/3.1.12/3.1.12-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.12 * .NET Core SDK 3.1.112 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.12/3.1.12.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.12/3.1.12.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -61,7 +61,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -86,7 +86,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.12/3.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.12/3.1.12.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt diff --git a/release-notes/3.1/3.1.12/3.1.12.md b/release-notes/3.1/3.1.12/3.1.12.md index 36d67ba0..8e05306b 100644 --- a/release-notes/3.1/3.1.12/3.1.12.md +++ b/release-notes/3.1/3.1.12/3.1.12.md @@ -353,7 +353,7 @@ Microsoft.Extensions.Hosting.WindowsServices | 3.1.12.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.12/3.1.12.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.12/3.1.12.md [snap-install]: 3.1.12-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt diff --git a/release-notes/3.1/3.1.12/3.1.406-download.md b/release-notes/3.1/3.1.12/3.1.406-download.md index 900b7615..780c0099 100644 --- a/release-notes/3.1/3.1.12/3.1.406-download.md +++ b/release-notes/3.1/3.1.12/3.1.406-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.12 * ASP.NET Core 3.1.12 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.12/3.1.12.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.12/3.1.12.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -88,7 +88,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -113,7 +113,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.12/3.1.406-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.12/3.1.406-download.md [snap-install]: 3.1.12-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt diff --git a/release-notes/3.1/3.1.2/3.1.2-install-instructions.md b/release-notes/3.1/3.1.2/3.1.2-install-instructions.md index 06d27b1d..7b43e42e 100644 --- a/release-notes/3.1/3.1.2/3.1.2-install-instructions.md +++ b/release-notes/3.1/3.1.2/3.1.2-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.2 * .NET Core SDK 3.1.102 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.2/3.1.2.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.2/3.1.2.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,13 +84,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.2/3.1.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.2/3.1.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.1/3.1.2/3.1.2.md b/release-notes/3.1/3.1.2/3.1.2.md index e4f4d988..7778e9dd 100644 --- a/release-notes/3.1/3.1.2/3.1.2.md +++ b/release-notes/3.1/3.1.2/3.1.2.md @@ -57,9 +57,9 @@ The following repos have been updated [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/master/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 3.1.2 @@ -79,14 +79,14 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.2/3.1.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.2/3.1.2.md [snap-install]: 3.1.2-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-february-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.2/3.1.200-sdk.md b/release-notes/3.1/3.1.2/3.1.200-sdk.md index bbfc8620..734d21a8 100644 --- a/release-notes/3.1/3.1.2/3.1.200-sdk.md +++ b/release-notes/3.1/3.1.2/3.1.200-sdk.md @@ -52,14 +52,14 @@ The following repositories have been updated: [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.2/3.1.200-sdk.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.2/3.1.200-sdk.md [snap-install]: 3.1.2-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.200-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.200-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/3.1/3.1.3/3.1.201-download.md b/release-notes/3.1/3.1.3/3.1.201-download.md index 29f49916..b330df83 100644 --- a/release-notes/3.1/3.1.3/3.1.201-download.md +++ b/release-notes/3.1/3.1.3/3.1.201-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.3 * ASP.NET Core 3.1.3 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.3/3.1.3.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,14 +112,14 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.201-sdk.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.3/3.1.201-sdk.md [snap-install]: 3.1.3-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/3.1/3.1.3/3.1.3-install-instructions.md b/release-notes/3.1/3.1.3/3.1.3-install-instructions.md index 95f397d3..eb3ab405 100644 --- a/release-notes/3.1/3.1.3/3.1.3-install-instructions.md +++ b/release-notes/3.1/3.1.3/3.1.3-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.3 * .NET Core SDK 3.1.103 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.3/3.1.3.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,13 +84,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.3/3.1.3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.1/3.1.3/3.1.3.md b/release-notes/3.1/3.1.3/3.1.3.md index bbf4b8d8..e2e88ee1 100644 --- a/release-notes/3.1/3.1.3/3.1.3.md +++ b/release-notes/3.1/3.1.3/3.1.3.md @@ -72,14 +72,14 @@ The following repos have been updated [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.3/3.1.3.md [snap-install]: 3.1.3-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.4/3.1.202-download.md b/release-notes/3.1/3.1.4/3.1.202-download.md index 457e3366..1356ca22 100644 --- a/release-notes/3.1/3.1.4/3.1.202-download.md +++ b/release-notes/3.1/3.1.4/3.1.202-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.4 * ASP.NET Core 3.1.4 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.4/3.1.4.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.4/3.1.4.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,7 +112,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.4/3.1.201-sdk.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.4/3.1.201-sdk.md [snap-install]: 3.1.4-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt diff --git a/release-notes/3.1/3.1.4/3.1.300-sdk.md b/release-notes/3.1/3.1.4/3.1.300-sdk.md index 8daf7065..d0faa083 100644 --- a/release-notes/3.1/3.1.4/3.1.300-sdk.md +++ b/release-notes/3.1/3.1.4/3.1.300-sdk.md @@ -52,14 +52,14 @@ The following repositories have been updated: [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.4/3.1.300-sdk.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.4/3.1.300-sdk.md [snap-install]: 3.1.4-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.300-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.300-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/3.1/3.1.4/3.1.4-install-instructions.md b/release-notes/3.1/3.1.4/3.1.4-install-instructions.md index 24e34e32..cec5cd5c 100644 --- a/release-notes/3.1/3.1.4/3.1.4-install-instructions.md +++ b/release-notes/3.1/3.1.4/3.1.4-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.4 * .NET Core SDK 3.1.104 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.4/3.1.4.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.4/3.1.4.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.4/3.1.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.4/3.1.4.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt diff --git a/release-notes/3.1/3.1.4/3.1.4.md b/release-notes/3.1/3.1.4/3.1.4.md index 7bef90ce..b1d79a41 100644 --- a/release-notes/3.1/3.1.4/3.1.4.md +++ b/release-notes/3.1/3.1.4/3.1.4.md @@ -370,7 +370,7 @@ dotnet-svcutil.xmlserializer | 1.2.0 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.4/3.1.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.4/3.1.4.md [snap-install]: 3.1.4-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt diff --git a/release-notes/3.1/3.1.5/3.1.301-download.md b/release-notes/3.1/3.1.5/3.1.301-download.md index f65b3a8f..8a515811 100644 --- a/release-notes/3.1/3.1.5/3.1.301-download.md +++ b/release-notes/3.1/3.1.5/3.1.301-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.5 * ASP.NET Core 3.1.5 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.5/3.1.5.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.5/3.1.5.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,7 +112,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.5/3.1.301-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.5/3.1.301-download.md [snap-install]: 3.1.5-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt diff --git a/release-notes/3.1/3.1.5/3.1.5-install-instructions.md b/release-notes/3.1/3.1.5/3.1.5-install-instructions.md index 42bfa28b..b8b4d263 100644 --- a/release-notes/3.1/3.1.5/3.1.5-install-instructions.md +++ b/release-notes/3.1/3.1.5/3.1.5-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.5 * .NET Core SDK 3.1.105 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.5/3.1.5.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.5/3.1.5.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.5/3.1.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.5/3.1.5.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt diff --git a/release-notes/3.1/3.1.5/3.1.5.md b/release-notes/3.1/3.1.5/3.1.5.md index 917f1eba..50623052 100644 --- a/release-notes/3.1/3.1.5/3.1.5.md +++ b/release-notes/3.1/3.1.5/3.1.5.md @@ -359,7 +359,7 @@ microsoft.build.utilities.core | 16.6.0.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.5/3.1.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.5/3.1.5.md [snap-install]: 3.1.5-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt diff --git a/release-notes/3.1/3.1.6/3.1.302-download.md b/release-notes/3.1/3.1.6/3.1.302-download.md index ee83b5c4..cd548710 100644 --- a/release-notes/3.1/3.1.6/3.1.302-download.md +++ b/release-notes/3.1/3.1.6/3.1.302-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.6 * ASP.NET Core 3.1.6 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.6/3.1.6.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.6/3.1.6.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,7 +112,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.6/3.1.302-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.6/3.1.302-download.md [snap-install]: 3.1.6-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt diff --git a/release-notes/3.1/3.1.6/3.1.6-install-instructions.md b/release-notes/3.1/3.1.6/3.1.6-install-instructions.md index 472c95fa..33763be6 100644 --- a/release-notes/3.1/3.1.6/3.1.6-install-instructions.md +++ b/release-notes/3.1/3.1.6/3.1.6-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.6 * .NET Core SDK 3.1.106 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.6/3.1.6.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.6/3.1.6.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -82,7 +82,7 @@ You can download the Windows Server Hosting installer and run the following comm This will install the ASP.NET Core Module for IIS. -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.6/3.1.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.6/3.1.6.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt diff --git a/release-notes/3.1/3.1.6/3.1.6.md b/release-notes/3.1/3.1.6/3.1.6.md index 28b2663c..0fd115a5 100644 --- a/release-notes/3.1/3.1.6/3.1.6.md +++ b/release-notes/3.1/3.1.6/3.1.6.md @@ -335,7 +335,7 @@ Microsoft.Extensions.Hosting | 3.1.6.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.6/3.1.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.6/3.1.6.md [snap-install]: 3.1.6-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt diff --git a/release-notes/3.1/3.1.7/3.1.401-download.md b/release-notes/3.1/3.1.7/3.1.401-download.md index a96f42f0..d39061a1 100644 --- a/release-notes/3.1/3.1.7/3.1.401-download.md +++ b/release-notes/3.1/3.1.7/3.1.401-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.7 * ASP.NET Core 3.1.7 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.7/3.1.7.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.7/3.1.7.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,7 +112,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.7/3.1.401-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.7/3.1.401-download.md [snap-install]: 3.1.7-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt diff --git a/release-notes/3.1/3.1.7/3.1.7-install-instructions.md b/release-notes/3.1/3.1.7/3.1.7-install-instructions.md index b34f3f46..a032828f 100644 --- a/release-notes/3.1/3.1.7/3.1.7-install-instructions.md +++ b/release-notes/3.1/3.1.7/3.1.7-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.7 * .NET Core SDK 3.1.107 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.7/3.1.7.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.7/3.1.7.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.7/3.1.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.7/3.1.7.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt diff --git a/release-notes/3.1/3.1.7/3.1.7.md b/release-notes/3.1/3.1.7/3.1.7.md index 320a7bd8..3b9c9e0b 100644 --- a/release-notes/3.1/3.1.7/3.1.7.md +++ b/release-notes/3.1/3.1.7/3.1.7.md @@ -324,7 +324,7 @@ Microsoft.Extensions.Hosting.Abstractions | 3.1.7.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.7/3.1.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.7/3.1.7.md [snap-install]: 3.1.7-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt diff --git a/release-notes/3.1/3.1.8/3.1.402-download.md b/release-notes/3.1/3.1.8/3.1.402-download.md index 09d2d1c7..38218cf6 100644 --- a/release-notes/3.1/3.1.8/3.1.402-download.md +++ b/release-notes/3.1/3.1.8/3.1.402-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.8 * ASP.NET Core 3.1.8 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.8/3.1.8.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.8/3.1.8.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,7 +112,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.8/3.1.402-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.8/3.1.402-download.md [snap-install]: 3.1.8-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt diff --git a/release-notes/3.1/3.1.8/3.1.8-install-instructions.md b/release-notes/3.1/3.1.8/3.1.8-install-instructions.md index fcf2522f..591ebd21 100644 --- a/release-notes/3.1/3.1.8/3.1.8-install-instructions.md +++ b/release-notes/3.1/3.1.8/3.1.8-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.8 * .NET Core SDK 3.1.108 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.8/3.1.8.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.8/3.1.8.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.8/3.1.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.8/3.1.8.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt diff --git a/release-notes/3.1/3.1.8/3.1.8.md b/release-notes/3.1/3.1.8/3.1.8.md index 0309549a..99ce09f8 100644 --- a/release-notes/3.1/3.1.8/3.1.8.md +++ b/release-notes/3.1/3.1.8/3.1.8.md @@ -322,7 +322,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.8.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.8/3.1.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.8/3.1.8.md [snap-install]: 3.1.8-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt diff --git a/release-notes/3.1/3.1.9/3.1.403-download.md b/release-notes/3.1/3.1.9/3.1.403-download.md index 8ccc52aa..e4268bac 100644 --- a/release-notes/3.1/3.1.9/3.1.403-download.md +++ b/release-notes/3.1/3.1.9/3.1.403-download.md @@ -6,7 +6,7 @@ This .NET Core SDK release includes the following released .NET Core and ASP.NET * .NET Core Runtime 3.1.9 * ASP.NET Core 3.1.9 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.9/3.1.9.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.9/3.1.9.md) for details about what is included in this update. ## Downloads @@ -51,7 +51,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -87,7 +87,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -112,7 +112,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.9/3.1.403-download.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.9/3.1.403-download.md [snap-install]: 3.1.9-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt diff --git a/release-notes/3.1/3.1.9/3.1.9-install-instructions.md b/release-notes/3.1/3.1.9/3.1.9-install-instructions.md index ead1f5e5..67c3c7dd 100644 --- a/release-notes/3.1/3.1.9/3.1.9-install-instructions.md +++ b/release-notes/3.1/3.1.9/3.1.9-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.1.9 * .NET Core SDK 3.1.109 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.9/3.1.9.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.9/3.1.9.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using a Package Manager @@ -59,7 +59,7 @@ sudo [package manager] install aspnetcore-runtime-3.1 ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -84,7 +84,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.9/3.1.9.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.9/3.1.9.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt diff --git a/release-notes/3.1/3.1.9/3.1.9.md b/release-notes/3.1/3.1.9/3.1.9.md index 13394c3c..0108b960 100644 --- a/release-notes/3.1/3.1.9/3.1.9.md +++ b/release-notes/3.1/3.1.9/3.1.9.md @@ -347,7 +347,7 @@ Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.8.nupkg [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.9/3.1.9.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.9/3.1.9.md [snap-install]: 3.1.9-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt diff --git a/release-notes/3.1/preview/3.1.0-preview1-download.md b/release-notes/3.1/preview/3.1.0-preview1-download.md index 892563c1..d0893a3a 100644 --- a/release-notes/3.1/preview/3.1.0-preview1-download.md +++ b/release-notes/3.1/preview/3.1.0-preview1-download.md @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -45,7 +45,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installation requires the use of your distribution's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.1 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md) document for specific distribution version support status. +Please see the [3.1 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md) document for specific distribution version support status. | **System Dependencies Installer** | | :-- | @@ -116,7 +116,7 @@ sudo rpm -ivh dotnet-sdk-3.1.100-preview1-014459-x64.rpm ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -141,13 +141,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1-preview-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-1-preview-1/ diff --git a/release-notes/3.1/preview/3.1.0-preview1.md b/release-notes/3.1/preview/3.1.0-preview1.md index 89d20b57..51f86f0e 100644 --- a/release-notes/3.1/preview/3.1.0-preview1.md +++ b/release-notes/3.1/preview/3.1.0-preview1.md @@ -53,13 +53,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1-preview-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1-preview-1/ diff --git a/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md b/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md index 423ca867..d57f03d9 100644 --- a/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md +++ b/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -34,7 +34,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installation requires the use of your distribution's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.1 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md) document for specific distribution version support status. +Please see the [3.1 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md) document for specific distribution version support status. | **System Dependencies Installer** | | :-- | @@ -105,7 +105,7 @@ sudo rpm -ivh dotnet-sdk-3.1.100-preview2-014569-x64.rpm ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -130,13 +130,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1-preview-2/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-1-preview-2/ diff --git a/release-notes/3.1/preview/3.1.0-preview2.md b/release-notes/3.1/preview/3.1.0-preview2.md index 53e50f1b..a5afb2a0 100644 --- a/release-notes/3.1/preview/3.1.0-preview2.md +++ b/release-notes/3.1/preview/3.1.0-preview2.md @@ -58,13 +58,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [snap-install]: 3.1.0-preview2-install-instructions.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1-preview-2/ diff --git a/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md b/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md index 9f0374b9..be63cb9a 100644 --- a/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md +++ b/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -34,7 +34,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installation requires the use of your distribution's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.1 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md) document for specific distribution version support status. +Please see the [3.1 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md) document for specific distribution version support status. | **System Dependencies Installer** | | :-- | @@ -105,7 +105,7 @@ sudo rpm -ivh dotnet-sdk-3.1.100-preview3-014645-x64.rpm ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -130,13 +130,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1-preview-3/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1-preview-3/ diff --git a/release-notes/3.1/preview/3.1.0-preview3.md b/release-notes/3.1/preview/3.1.0-preview3.md index 37ab075e..e502980d 100644 --- a/release-notes/3.1/preview/3.1.0-preview3.md +++ b/release-notes/3.1/preview/3.1.0-preview3.md @@ -57,14 +57,14 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview3.md [snap-install]: 3.1.0-preview3-install-instructions.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1-preview-3/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1-preview-3/ diff --git a/release-notes/3.1/releases.json b/release-notes/3.1/releases.json index 46ccf4e7..d36c4dff 100644 --- a/release-notes/3.1/releases.json +++ b/release-notes/3.1/releases.json @@ -22,7 +22,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24112" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.12/3.1.12.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.12/3.1.12.md", "runtime": { "version": "3.1.12", "version-display": "3.1.12", @@ -463,7 +463,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-1723" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.11/3.1.11.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.11/3.1.11.md", "runtime": { "version": "3.1.11", "version-display": "3.1.11", @@ -916,7 +916,7 @@ "release-date": "2020-11-10", "release-version": "3.1.10", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.10/3.1.10.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.10/3.1.10.md", "runtime": { "version": "3.1.10", "version-display": "3.1.10", @@ -1369,7 +1369,7 @@ "release-date": "2020-10-13", "release-version": "3.1.9", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.9/3.1.9.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.9/3.1.9.md", "runtime": { "version": "3.1.9", "version-display": "3.1.9", @@ -1828,7 +1828,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1045" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.8/3.1.8.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.8/3.1.8.md", "runtime": { "version": "3.1.8", "version-display": "3.1.8", @@ -2284,7 +2284,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1597" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.7/3.1.7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.7/3.1.7.md", "runtime": { "version": "3.1.7", "version-display": "3.1.7", @@ -2740,7 +2740,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1147" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.6/3.1.6.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.6/3.1.6.md", "runtime": { "version": "3.1.6", "version-display": "3.1.6", @@ -3196,7 +3196,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1108" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.5/3.1.5.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.5/3.1.5.md", "runtime": { "version": "3.1.5", "version-display": "3.1.5", @@ -3652,7 +3652,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1161" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.4/3.1.4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.4/3.1.4.md", "runtime": { "version": "3.1.4", "version-display": "3.1.4", @@ -4181,7 +4181,7 @@ "release-date": "2020-03-24", "release-version": "3.1.3", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.3/3.1.3.md", "runtime": { "version": "3.1.3", "version-display": "3.1.3", @@ -4627,7 +4627,7 @@ "release-date": "2020-03-16", "release-version": "3.1.2", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.2/3.1.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.2/3.1.2.md", "runtime": { "version": "3.1.2", "version-display": "3.1.2", @@ -5090,7 +5090,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0606" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.1/3.1.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.1/3.1.1.md", "runtime": { "version": "3.1.1", "version-display": "3.1.1", @@ -5454,7 +5454,7 @@ "release-version": "3.1.0", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.0/3.1.0.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.0/3.1.0.md", "runtime": { "version": "3.1.0", "version-display": "3.1.0", @@ -5844,7 +5844,7 @@ "release-version": "3.1.0-preview3", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview3.md", "runtime": { "version": "3.1.0-preview3.19553.2", "version-display": "3.1.0-preview3", @@ -6378,7 +6378,7 @@ "release-version": "3.1.0-preview2", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview2.md", "runtime": { "version": "3.1.0-preview2.19525.6", "version-display": "3.1.0-preview2", @@ -6925,7 +6925,7 @@ "release-version": "3.1.0-preview1", "security": false, "cve-list": [], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/3.1/preview/3.1.0-preview1.md", "runtime": { "version": "3.1.0-preview1.19506.1", "version-display": "3.1.0-preview1", diff --git a/release-notes/5.0/5.0-supported-os.md b/release-notes/5.0/5.0-supported-os.md index 476c93b1..03372239 100644 --- a/release-notes/5.0/5.0-supported-os.md +++ b/release-notes/5.0/5.0-supported-os.md @@ -1,6 +1,6 @@ # .NET 5 - Supported OS versions -[Microsoft supports](https://github.com/dotnet/core/blob/master/microsoft-support.md) .NET 5 with multiple operating systems, in alignment with official operating system lifecycle and distribution. +[Microsoft supports](https://github.com/dotnet/core/blob/main/microsoft-support.md) .NET 5 with multiple operating systems, in alignment with official operating system lifecycle and distribution. ## Windows @@ -87,4 +87,4 @@ Support for the following versions was ended by the distribution owners and are None yet. -[OS-lifecycle-policy]: https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md +[OS-lifecycle-policy]: https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md diff --git a/release-notes/5.0/5.0.0/5.0.0-install-instructions.md b/release-notes/5.0/5.0.0/5.0.0-install-instructions.md index 189b347d..e023f243 100644 --- a/release-notes/5.0/5.0.0/5.0.0-install-instructions.md +++ b/release-notes/5.0/5.0.0/5.0.0-install-instructions.md @@ -62,7 +62,7 @@ sudo [package manager] install aspnetcore-runtime-5.0 ``` ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -83,7 +83,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.0/5.0.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.0/5.0.0.md [linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/08d642f7-8ade-4de3-9eae-b77fd05e5f01/503da91e7ea62d8be06488b014643c12/dotnet-hosting-5.0.0-win.exe diff --git a/release-notes/5.0/5.0.0/5.0.0.md b/release-notes/5.0/5.0.0/5.0.0.md index 015767c1..8a4c43a9 100644 --- a/release-notes/5.0/5.0.0/5.0.0.md +++ b/release-notes/5.0/5.0.0/5.0.0.md @@ -73,13 +73,13 @@ The list of contributors can be found in the [5.0 Contributor List](../5.0-contr [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/announcing-asp-net-core-in-net-5/ diff --git a/release-notes/5.0/5.0.1/5.0.1-install-instructions.md b/release-notes/5.0/5.0.1/5.0.1-install-instructions.md index 42193f2c..e01c399b 100644 --- a/release-notes/5.0/5.0.1/5.0.1-install-instructions.md +++ b/release-notes/5.0/5.0.1/5.0.1-install-instructions.md @@ -62,7 +62,7 @@ sudo [package manager] install aspnetcore-runtime-5.0 ``` ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -83,7 +83,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.1/5.0.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.1/5.0.1.md [linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/b6271a4b-db02-4245-bf99-974ea96b7ca3/29389344a55c6792bd4e717a254168a2/dotnet-hosting-5.0.1-win.exe diff --git a/release-notes/5.0/5.0.1/5.0.1.md b/release-notes/5.0/5.0.1/5.0.1.md index 15316a71..f1a78368 100644 --- a/release-notes/5.0/5.0.1/5.0.1.md +++ b/release-notes/5.0/5.0.1/5.0.1.md @@ -72,13 +72,13 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-december-2020/ [ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.1+is%3Aclosed+label%3Atype-bug+is%3Aclosed diff --git a/release-notes/5.0/5.0.2/5.0.2-install-instructions.md b/release-notes/5.0/5.0.2/5.0.2-install-instructions.md index bdd6091c..afcf0502 100644 --- a/release-notes/5.0/5.0.2/5.0.2-install-instructions.md +++ b/release-notes/5.0/5.0.2/5.0.2-install-instructions.md @@ -62,7 +62,7 @@ sudo [package manager] install aspnetcore-runtime-5.0 ``` ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -83,7 +83,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.2/5.0.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.2/5.0.2.md [linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/43ea9d7a-39c9-467a-83e6-548b3faf832d/5e7d573d9c4f40d0c1192aa2319f07c5/dotnet-hosting-5.0.2-win.exe diff --git a/release-notes/5.0/5.0.2/5.0.2.md b/release-notes/5.0/5.0.2/5.0.2.md index 0b962a60..85bb18ee 100644 --- a/release-notes/5.0/5.0.2/5.0.2.md +++ b/release-notes/5.0/5.0.2/5.0.2.md @@ -75,13 +75,13 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-january-2021/ [ef_bugs]: diff --git a/release-notes/5.0/5.0.3/5.0.3-install-instructions.md b/release-notes/5.0/5.0.3/5.0.3-install-instructions.md index c95a7dd3..5a07623a 100644 --- a/release-notes/5.0/5.0.3/5.0.3-install-instructions.md +++ b/release-notes/5.0/5.0.3/5.0.3-install-instructions.md @@ -64,7 +64,7 @@ sudo [package manager] install aspnetcore-runtime-5.0 ``` ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -85,7 +85,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.3/5.0.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.3.md [linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/dff39ddb-b399-43c5-9af0-04875134ce04/1c449bb9ad4cf75ec616482854751069/dotnet-hosting-5.0.3-win.exe diff --git a/release-notes/5.0/5.0.3/5.0.3.md b/release-notes/5.0/5.0.3/5.0.3.md index f35f6fe0..9f007cdb 100644 --- a/release-notes/5.0/5.0.3/5.0.3.md +++ b/release-notes/5.0/5.0.3/5.0.3.md @@ -81,13 +81,13 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-february-2021/ diff --git a/release-notes/5.0/README.md b/release-notes/5.0/README.md index 28fba407..96862159 100644 --- a/release-notes/5.0/README.md +++ b/release-notes/5.0/README.md @@ -6,17 +6,17 @@ Release notes and download information is provided for each update, in the follo | Release Date | Description | Download | | :-- | :-- | :--: | -| 2021/02/09 | [5.0.3](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.3/5.0.3.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2021/01/12 | [5.0.2](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.2/5.0.2.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/12/08 | [5.0.1](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.1/5.0.1.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/11/10 | [5.0.0](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.0/5.0.0.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/10/13 | [5.0.0 RC 2](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/09/14 | [5.0.0 RC 1](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/08/25 | [5.0.0 Preview 8](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.8.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/07/21 | [5.0.0 Preview 7](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.7.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/06/25 | [5.0.0 Preview 6](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.6.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/06/10 | [5.0.0 Preview 5](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.5.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/05/19 | [5.0.0 Preview 4](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.4.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/04/23 | [5.0.0 Preview 3](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.3.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/04/02 | [5.0.0 Preview 2](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.2.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | -| 2020/03/16 | [5.0.0 Preview 1](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.1.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2021/02/09 | [5.0.3](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.3.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2021/01/12 | [5.0.2](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.2/5.0.2.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/12/08 | [5.0.1](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.1/5.0.1.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/11/10 | [5.0.0](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.0/5.0.0.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/10/13 | [5.0.0 RC 2](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.2.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/09/14 | [5.0.0 RC 1](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.1.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/08/25 | [5.0.0 Preview 8](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.8.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/07/21 | [5.0.0 Preview 7](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.7.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/06/25 | [5.0.0 Preview 6](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.6.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/06/10 | [5.0.0 Preview 5](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.5.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/05/19 | [5.0.0 Preview 4](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.4.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/04/23 | [5.0.0 Preview 3](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.3.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/04/02 | [5.0.0 Preview 2](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.2.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | +| 2020/03/16 | [5.0.0 Preview 1](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.1.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) | diff --git a/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md index ffc75180..fc2cc8bb 100644 --- a/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -40,7 +40,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script will continue. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -49,7 +49,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -74,13 +74,13 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-5-0-preview-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-5-0-preview-1/ diff --git a/release-notes/5.0/preview/5.0.0-preview.1.md b/release-notes/5.0/preview/5.0.0-preview.1.md index 6be3698a..e5b25659 100644 --- a/release-notes/5.0/preview/5.0.0-preview.1.md +++ b/release-notes/5.0/preview/5.0.0-preview.1.md @@ -52,13 +52,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-1/ diff --git a/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md index 02cbba83..716e9dcd 100644 --- a/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -40,7 +40,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script will continue. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -49,7 +49,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -74,7 +74,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.2.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/e563b5c8-380d-4ccc-8e5e-272c6cee6520/66a77e469c68453714dfe13a281b89a9/dotnet-hosting-5.0.0-preview.2.20167.3-win.exe diff --git a/release-notes/5.0/preview/5.0.0-preview.2.md b/release-notes/5.0/preview/5.0.0-preview.2.md index 041901bd..15345ab3 100644 --- a/release-notes/5.0/preview/5.0.0-preview.2.md +++ b/release-notes/5.0/preview/5.0.0-preview.2.md @@ -52,13 +52,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-2/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-2/ diff --git a/release-notes/5.0/preview/5.0.0-preview.3-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.3-install-instructions.md index db5385c6..9a243c2d 100644 --- a/release-notes/5.0/preview/5.0.0-preview.3-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.3-install-instructions.md @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -40,7 +40,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script will continue. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -49,7 +49,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -74,7 +74,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.3.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/f84dffc7-f825-47d4-aad5-f3af1444ecc1/935d1397344d5179cf210787d6435c44/dotnet-hosting-5.0.0-preview.3.20215.14-win.exe diff --git a/release-notes/5.0/preview/5.0.0-preview.3.md b/release-notes/5.0/preview/5.0.0-preview.3.md index 43b820af..6b98b350 100644 --- a/release-notes/5.0/preview/5.0.0-preview.3.md +++ b/release-notes/5.0/preview/5.0.0-preview.3.md @@ -52,13 +52,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.3.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.3-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-3/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-3/ diff --git a/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md index 9ae6e360..a1cf898a 100644 --- a/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md @@ -40,7 +40,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script will continue. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -49,7 +49,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -74,7 +74,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.4.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/55d3864f-c0d9-4a7e-91c4-1e5cba1735c1/4a5ec8eb28c680c8faf22fe25fb77e06/dotnet-hosting-5.0.0-preview.4.20257.10-win.exe diff --git a/release-notes/5.0/preview/5.0.0-preview.4.md b/release-notes/5.0/preview/5.0.0-preview.4.md index e8be1a3b..1a28f436 100644 --- a/release-notes/5.0/preview/5.0.0-preview.4.md +++ b/release-notes/5.0/preview/5.0.0-preview.4.md @@ -52,13 +52,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.4.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.4.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.4-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-preview-4-and-our-journey-to-one-net/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-4/ diff --git a/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md index 74ea81a2..29ec6359 100644 --- a/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md @@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script continues. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -51,7 +51,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -72,7 +72,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.5.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/b1aaa280-c8d3-45cf-990e-cd1c736bb474/0c964ee4264bb54a5893d434942b7c73/dotnet-hosting-5.0.0-preview.5.20279.2-win.exe diff --git a/release-notes/5.0/preview/5.0.0-preview.5.md b/release-notes/5.0/preview/5.0.0-preview.5.md index f83a7601..01f33904 100644 --- a/release-notes/5.0/preview/5.0.0-preview.5.md +++ b/release-notes/5.0/preview/5.0.0-preview.5.md @@ -52,13 +52,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.5.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.5.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.5-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-5/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-5/ diff --git a/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md index c5a2ad4e..13e1060f 100644 --- a/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md @@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script continues. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -51,7 +51,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -72,7 +72,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.6.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2563f05b-8dd1-4d66-92e0-2766ac653df9/cd36906fb799128ee9107e55194cf505/dotnet-hosting-5.0.0-preview.6.20312.15-win.exe diff --git a/release-notes/5.0/preview/5.0.0-preview.6.md b/release-notes/5.0/preview/5.0.0-preview.6.md index f2a1a636..bf08ccaf 100644 --- a/release-notes/5.0/preview/5.0.0-preview.6.md +++ b/release-notes/5.0/preview/5.0.0-preview.6.md @@ -51,13 +51,13 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.6.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.6.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.6-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-6/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-6/ diff --git a/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md index ebd401f4..72d5e14f 100644 --- a/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md @@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script continues. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -51,7 +51,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -72,7 +72,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.7.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2fd2cadc-2068-4055-b269-13cf1d06083c/86ef0372321ed82efc7230aa41ebd3db/dotnet-hosting-5.0.0-preview.7.20365.19-win.exe diff --git a/release-notes/5.0/preview/5.0.0-preview.7.md b/release-notes/5.0/preview/5.0.0-preview.7.md index 7363e612..b1da9aa6 100644 --- a/release-notes/5.0/preview/5.0.0-preview.7.md +++ b/release-notes/5.0/preview/5.0.0-preview.7.md @@ -53,13 +53,13 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.7.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.7.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.7-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-7/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-7/ diff --git a/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md index 8e7124fc..d75b5c87 100644 --- a/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md @@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script continues. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -51,7 +51,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -72,7 +72,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.8.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/f640ee74-e5af-431b-8066-0df709f9a0f9/30e5f79144a2476eb64ccfa819f86e5d/dotnet-hosting-5.0.0-preview.8.20414.8-win.exe diff --git a/release-notes/5.0/preview/5.0.0-preview.8.md b/release-notes/5.0/preview/5.0.0-preview.8.md index c6118640..00a1f6f2 100644 --- a/release-notes/5.0/preview/5.0.0-preview.8.md +++ b/release-notes/5.0/preview/5.0.0-preview.8.md @@ -53,13 +53,13 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.8.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.8.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.8-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-8/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-8/ diff --git a/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md b/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md index b303af4a..381221d7 100644 --- a/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md @@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script continues. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -51,7 +51,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -72,7 +72,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.1.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/014b34d9-d987-43de-9aef-d9498fe50457/c20af7937a2a870e05f371cc2fc29d23/dotnet-hosting-5.0.0-rc.1.20451.17-win.exe diff --git a/release-notes/5.0/preview/5.0.0-rc.1.md b/release-notes/5.0/preview/5.0.0-rc.1.md index f88510b4..160e0ef3 100644 --- a/release-notes/5.0/preview/5.0.0-rc.1.md +++ b/release-notes/5.0/preview/5.0.0-rc.1.md @@ -53,13 +53,13 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-1/ diff --git a/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md b/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md index 869bc0cf..ce57766f 100644 --- a/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md @@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script continues. +* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -51,7 +51,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -72,7 +72,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.2.md [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/03f2261a-01cc-4a78-8505-88ba0457ef29/1ff22faa58152bec84e636e719c28528/dotnet-hosting-5.0.0-rc.2.20475.17-win.exe diff --git a/release-notes/5.0/preview/5.0.0-rc.2.md b/release-notes/5.0/preview/5.0.0-rc.2.md index c776046d..2623b074 100644 --- a/release-notes/5.0/preview/5.0.0-rc.2.md +++ b/release-notes/5.0/preview/5.0.0-rc.2.md @@ -53,13 +53,13 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.2-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-2/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-2/ diff --git a/release-notes/5.0/releases.json b/release-notes/5.0/releases.json index 79adc402..486de467 100644 --- a/release-notes/5.0/releases.json +++ b/release-notes/5.0/releases.json @@ -21,7 +21,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24112" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.3/5.0.3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.3.md", "runtime": { "version": "5.0.3", "version-display": "5.0.3", @@ -394,7 +394,7 @@ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-1723" } ], - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.2/5.0.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.2/5.0.2.md", "runtime": { "version": "5.0.2", "version-display": "5.0.2", @@ -761,7 +761,7 @@ "release-date": "2020-12-08", "release-version": "5.0.1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.1/5.0.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.1/5.0.1.md", "runtime": { "version": "5.0.1", "version-display": "5.0.1", @@ -1128,7 +1128,7 @@ "release-date": "2020-11-10", "release-version": "5.0.0", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.0/5.0.0.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.0/5.0.0.md", "runtime": { "version": "5.0.0", "version-display": "5.0.0", @@ -1495,7 +1495,7 @@ "release-date": "2020-10-13", "release-version": "5.0.0-rc.2", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.2.md", "runtime": { "version": "5.0.0-rc.2.20475.5", "version-display": "5.0.0-rc.2", @@ -1868,7 +1868,7 @@ "release-date": "2020-09-14", "release-version": "5.0.0-rc.1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.1.md", "runtime": { "version": "5.0.0-rc.1.20451.14", "version-display": "5.0.0-rc.1", @@ -2229,7 +2229,7 @@ "release-date": "2020-08-25", "release-version": "5.0.0-preview.8", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.8.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.8.md", "runtime": { "version": "5.0.0-preview.8.20407.11", "version-display": "5.0.0-preview.8", @@ -2584,7 +2584,7 @@ "release-date": "2020-07-21", "release-version": "5.0.0-preview.7", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.7.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.7.md", "runtime": { "version": "5.0.0-preview.7.20364.11", "version-display": "5.0.0-preview.7", @@ -2933,7 +2933,7 @@ "release-date": "2020-06-25", "release-version": "5.0.0-preview.6", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.6.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.6.md", "runtime": { "version": "5.0.0-preview.6.20305.6", "version-display": "5.0.0-preview.6", @@ -3278,7 +3278,7 @@ "release-date": "2020-06-10", "release-version": "5.0.0-preview.5", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.5.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.5.md", "runtime": { "version": "5.0.0-preview.5.20278.1", "version-display": "5.0.0-preview.5", @@ -3623,7 +3623,7 @@ "release-date": "2020-05-19", "release-version": "5.0.0-preview.4", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.4.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.4.md", "runtime": { "version": "5.0.0-preview.4.20251.6", "version-display": "5.0.0-preview.4", @@ -3970,7 +3970,7 @@ "release-date": "2020-04-23", "release-version": "5.0.0-preview.3", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.3.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.3.md", "runtime": { "version": "5.0.0-preview.3.20214.6", "version-display": "5.0.0-preview.3", @@ -4299,7 +4299,7 @@ "release-date": "2020-04-02", "release-version": "5.0.0-preview.2", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.2.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.2.md", "runtime": { "version": "5.0.0-preview.2.20160.6", "version-display": "5.0.0-preview.2", @@ -4790,7 +4790,7 @@ "release-date": "2020-03-16", "release-version": "5.0.0-preview.1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.1.md", "runtime": { "version": "5.0.0-preview.1.20120.5", "version-display": "5.0.0-preview.1", diff --git a/release-notes/6.0/6.0-supported-os.md b/release-notes/6.0/6.0-supported-os.md index fef6c442..09177180 100644 --- a/release-notes/6.0/6.0-supported-os.md +++ b/release-notes/6.0/6.0-supported-os.md @@ -1,6 +1,6 @@ # .NET 6.0 - Supported OS versions -.NET 6.0 is [supported](https://github.com/dotnet/core/blob/master/microsoft-support.md) on multiple operating systems, in alignment with official operating system lifecycle and distribution. +.NET 6.0 is [supported](https://github.com/dotnet/core/blob/main/microsoft-support.md) on multiple operating systems, in alignment with official operating system lifecycle and distribution. ## Windows @@ -99,4 +99,4 @@ Support for the following versions was ended by the distribution owners and are None yet. -[OS-lifecycle-policy]: https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md +[OS-lifecycle-policy]: https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md diff --git a/release-notes/6.0/README.md b/release-notes/6.0/README.md index 36f5e155..51951865 100644 --- a/release-notes/6.0/README.md +++ b/release-notes/6.0/README.md @@ -6,4 +6,4 @@ Install the latest [.NET 6 Preview](https://dotnet.microsoft.com/download/dotnet | Release Date | Description | | :-- | :-- | -| 2021/02/17 | [6.0.0 Preview 1](https://github.com/dotnet/core/blob/master/release-notes/6.0/preview/6.0.0-preview.1.md) | +| 2021/02/17 | [6.0.0 Preview 1](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md) | diff --git a/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md b/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md index d399787d..39955c4d 100644 --- a/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md +++ b/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md @@ -26,7 +26,7 @@ When .NET Core is installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. ### Install using deb/rpm packages @@ -40,7 +40,7 @@ Preview release installers are not available from the Microsoft package reposito Here's what the script does. -* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/master/release-notes/6.0/6.0-supported-os.md). +* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0-supported-os.md). * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. @@ -49,7 +49,7 @@ Here's what the script does. ### Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -114,13 +114,13 @@ Prerequisites: [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/6.0/preview/6.0.0-preview.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-5-0-preview-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-5-0-preview-1/ diff --git a/release-notes/6.0/preview/6.0.0-preview.1.md b/release-notes/6.0/preview/6.0.0-preview.1.md index 8a6b7b64..74a751dd 100644 --- a/release-notes/6.0/preview/6.0.0-preview.1.md +++ b/release-notes/6.0/preview/6.0.0-preview.1.md @@ -78,13 +78,13 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/6.0/preview/6.0.0-preview.1.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt [linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-1 diff --git a/release-notes/6.0/releases.json b/release-notes/6.0/releases.json index 0858642b..86e3567e 100644 --- a/release-notes/6.0/releases.json +++ b/release-notes/6.0/releases.json @@ -11,7 +11,7 @@ "release-date": "2021-02-17", "release-version": "6.0.0-preview.1", "security": false, - "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/6.0/preview/6.0.0-preview.1.md", + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md", "runtime": { "version": "6.0.0-preview.1.21102.12", "version-display": "6.0.0-preview.1", diff --git a/release-notes/download-archive.md b/release-notes/download-archive.md index 2051c3f1..6887f59e 100644 --- a/release-notes/download-archive.md +++ b/release-notes/download-archive.md @@ -87,6 +87,6 @@ This page provides an archive of previously released versions of the .NET Core r ### Out of support -* .NET Core 1.0 - [Release details](https://github.com/dotnet/core/tree/master/release-notes/1.0) -* .NET Core 1.1 - [Release details](https://github.com/dotnet/core/tree/master/release-notes/1.1) -* .NET Core 2.0 - [Release details](https://github.com/dotnet/core/tree/master/release-notes/2.0) +* .NET Core 1.0 - [Release details](https://github.com/dotnet/core/tree/main/release-notes/1.0) +* .NET Core 1.1 - [Release details](https://github.com/dotnet/core/tree/main/release-notes/1.1) +* .NET Core 2.0 - [Release details](https://github.com/dotnet/core/tree/main/release-notes/2.0) diff --git a/release-notes/download-archives/1.0.13-download.md b/release-notes/download-archives/1.0.13-download.md index e44dd802..94f038e2 100644 --- a/release-notes/download-archives/1.0.13-download.md +++ b/release-notes/download-archives/1.0.13-download.md @@ -6,7 +6,7 @@ * .NET Core Runtime 1.0.13 * .NET Core SDK 1.1.11 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.13.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.13.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -55,7 +55,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.13 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -70,7 +70,7 @@ If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.13.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.13.md [dotnet-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/bf245f8d-baac-40c1-8e71-cbbba707567a/1409618b28f28081543611fc6b3975b2/dotnet-win-x86.1.0.13.zip [dotnet-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/cb053d14-47f0-4b44-be07-10a8498c6e43/085f44c92dcc8f37f041362789d64652/dotnet-win-x86.1.0.13.exe @@ -111,4 +111,4 @@ If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.11-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.0 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/download-archives/1.1.10-download.md b/release-notes/download-archives/1.1.10-download.md index db31b5d6..8f721a5a 100644 --- a/release-notes/download-archives/1.1.10-download.md +++ b/release-notes/download-archives/1.1.10-download.md @@ -5,7 +5,7 @@ * .NET Core Runtime 1.1.10 * .NET Core SDK 1.1.11 -See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.10.md) for details about what is included in this update. +See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.10.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -58,7 +58,7 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.10 ## Installation from a binary archive -Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document. +Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document. ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet @@ -73,7 +73,7 @@ If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.10.md +[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.10.md [coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/373f14c7-c48f-4812-aacd-36d0a264679c/44e2497391796c22f2123e763e288c0b/coreclr-1.1.10-symbols.zip [corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/aaddf89a-b6b9-425b-85f0-ca6777d82960/e8f560ab2700dc7a36e8ceaff71f0f1b/corefx-1.1.10-symbols.zip @@ -118,4 +118,4 @@ If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.11-sdk-sha.txt [linux-install]: https://dotnet.microsoft.com/download/dotnet/1.1 -[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md +[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/download-archives/2.0.0-download.md b/release-notes/download-archives/2.0.0-download.md index 27b66d2e..1eee9758 100644 --- a/release-notes/download-archives/2.0.0-download.md +++ b/release-notes/download-archives/2.0.0-download.md @@ -12,7 +12,7 @@ | Linux * | - | [64-bit](https://download.microsoft.com/download/1/B/4/1B4DE605-8378-47A5-B01B-2C79D6C55519/dotnet-sdk-2.0.0-linux-x64.tar.gz) | - | [64-bit](https://download.microsoft.com/download/5/F/0/5F0362BD-7D0A-4A9D-9BF9-022C6B15B04D/dotnet-runtime-2.0.0-linux-x64.tar.gz) | | Ubuntu | See installations steps below | [64-bit](https://download.microsoft.com/download/1/B/4/1B4DE605-8378-47A5-B01B-2C79D6C55519/dotnet-sdk-2.0.0-linux-x64.tar.gz) | See installation steps below | [64-bit](https://download.microsoft.com/download/5/F/0/5F0362BD-7D0A-4A9D-9BF9-022C6B15B04D/dotnet-runtime-2.0.0-linux-x64.tar.gz) | -**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md). +**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0-supported-os.md). **Checksum** files to verify downloads are available as follows: * [Checksums_Runtime](https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.0.0-runtime-sha.txt) @@ -135,7 +135,7 @@ sudo zypper install dotnet-sdk-2.0.0 ## Installation from a binary archive -Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core. Additional details can be seen in [.NET Core 2.0 Known Issues](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.0-known-issues.md). +Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core. Additional details can be seen in [.NET Core 2.0 Known Issues](https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0.0-known-issues.md). ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet diff --git a/release-notes/download-archives/2.0.0-preview1-download.md b/release-notes/download-archives/2.0.0-preview1-download.md index 9520e6be..bd2af4d2 100644 --- a/release-notes/download-archives/2.0.0-preview1-download.md +++ b/release-notes/download-archives/2.0.0-preview1-download.md @@ -14,7 +14,7 @@ | Ubuntu 16.04 |[64-bit](https://download.microsoft.com/download/3/7/F/37F1CA21-E5EE-4309-9714-E914703ED05A/dotnet-sdk-ubuntu.16.04-x64.2.0.0-preview1-005977.deb) | [64-bit](https://download.microsoft.com/download/0/6/5/0656B047-5F2F-4281-A851-F30776F8616D/dotnet-dev-linux-x64.2.0.0-preview1-005977.tar.gz) |[64-bit](https://download.microsoft.com/download/0/4/8/048C286D-59CB-4B7C-95A1-D0F7FD4D37D2/dotnet-sharedframework-ubuntu.16.04-x64.2.0.0-preview1-002111-00.deb) | [64-bit](https://download.microsoft.com/download/0/9/0/09060200-E749-4025-A51A-83391C611C86/dotnet-linux-x64.2.0.0-preview1-002111-00.tar.gz) | | Ubuntu 16.10 |[64-bit](https://download.microsoft.com/download/3/7/F/37F1CA21-E5EE-4309-9714-E914703ED05A/dotnet-sdk-ubuntu.16.10-x64.2.0.0-preview1-005977.deb) | [64-bit](https://download.microsoft.com/download/0/6/5/0656B047-5F2F-4281-A851-F30776F8616D/dotnet-dev-linux-x64.2.0.0-preview1-005977.tar.gz) |[64-bit](https://download.microsoft.com/download/0/4/8/048C286D-59CB-4B7C-95A1-D0F7FD4D37D2/dotnet-sharedframework-ubuntu.16.10-x64.2.0.0-preview1-002111-00.deb) | [64-bit](https://download.microsoft.com/download/0/9/0/09060200-E749-4025-A51A-83391C611C86/dotnet-linux-x64.2.0.0-preview1-002111-00.tar.gz) | -**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/master/roadmap.md). +**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/main/roadmap.md). **Checksum** files to verify downloads are available as follows: * [Checksums_Shared_Framework](https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.0.0-preview1-sharedfx-sha.txt) diff --git a/release-notes/download-archives/2.0.0-preview2-download.md b/release-notes/download-archives/2.0.0-preview2-download.md index c46c07f7..770167b0 100644 --- a/release-notes/download-archives/2.0.0-preview2-download.md +++ b/release-notes/download-archives/2.0.0-preview2-download.md @@ -12,7 +12,7 @@ | Linux * | - | [64-bit](https://download.microsoft.com/download/F/A/A/FAAE9280-F410-458E-8819-279C5A68EDCF/dotnet-sdk-2.0.0-preview2-006497-linux-x64.tar.gz) | - | [64-bit](https://download.microsoft.com/download/8/5/8/85896F6E-C7F5-4ECA-ADF7-CCE8EFAD9AA6/dotnet-runtime-2.0.0-preview2-25407-01-linux-x64.tar.gz) | | Ubuntu | See installations steps below | [64-bit](https://download.microsoft.com/download/F/A/A/FAAE9280-F410-458E-8819-279C5A68EDCF/dotnet-sdk-2.0.0-preview2-006497-linux-x64.tar.gz) | See installation steps below | [64-bit](https://download.microsoft.com/download/8/5/8/85896F6E-C7F5-4ECA-ADF7-CCE8EFAD9AA6/dotnet-runtime-2.0.0-preview2-25407-01-linux-x64.tar.gz) | -**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/master/roadmap.md). +**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/main/roadmap.md). **Checksum** files to verify downloads are available as follows: * [Checksums_Runtime](https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.0.0-preview2-runtime-sha.txt) diff --git a/release-notes/download-archives/2.0.2-sdk-download.md b/release-notes/download-archives/2.0.2-sdk-download.md index 821c90f4..751a1785 100644 --- a/release-notes/download-archives/2.0.2-sdk-download.md +++ b/release-notes/download-archives/2.0.2-sdk-download.md @@ -12,7 +12,7 @@ This release updates only the .NET Core SDK to include work which was included i | Linux * | - | [64-bit](https://download.microsoft.com/download/7/3/A/73A3E4DC-F019-47D1-9951-0453676E059B/dotnet-sdk-2.0.2-linux-x64.tar.gz) | - | [64-bit](https://download.microsoft.com/download/5/F/0/5F0362BD-7D0A-4A9D-9BF9-022C6B15B04D/dotnet-runtime-2.0.0-linux-x64.tar.gz) | | Ubuntu | See installations steps below | [64-bit](https://download.microsoft.com/download/7/3/A/73A3E4DC-F019-47D1-9951-0453676E059B/dotnet-sdk-2.0.2-linux-x64.tar.gz) | See installation steps below | [64-bit](https://download.microsoft.com/download/5/F/0/5F0362BD-7D0A-4A9D-9BF9-022C6B15B04D/dotnet-runtime-2.0.0-linux-x64.tar.gz) | -**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md). +**Note:** The 'Linux' binary archives are new for the 2.0 release. This package contains binaries which are compatible with [Linux distros and versions supported by .NET Core](https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0-supported-os.md). **Checksum** files to verify downloads are available as follows: * [Checksums_Runtime](https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.0.0-runtime-sha.txt) @@ -128,7 +128,7 @@ sudo zypper install dotnet-sdk-2.0.2 ## Installation from a binary archive -Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core. Additional details can be seen in [.NET Core 2.0 Known Issues](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.0-known-issues.md). +Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core. Additional details can be seen in [.NET Core 2.0 Known Issues](https://github.com/dotnet/core/blob/main/release-notes/2.0/2.0.0-known-issues.md). ```bash mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet diff --git a/release-notes/download-archives/2.0.7-download.md b/release-notes/download-archives/2.0.7-download.md index a0cf3e37..91b1c7a1 100644 --- a/release-notes/download-archives/2.0.7-download.md +++ b/release-notes/download-archives/2.0.7-download.md @@ -4,9 +4,9 @@ * .NET Core Runtime 2.0.7 * .NET Core SDK 2.1.105 -* Updated SDK [**2.1.200**](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.200-sdk-download.md) released 5/8/2018 +* Updated SDK [**2.1.200**](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.1.200-sdk-download.md) released 5/8/2018 -**Update** The [_May 2018_]((https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.200-sdk-download.md)) release includes The .NET Core SDK 2.1.200 download page also includes an updated DotNetCore.2.0.7-WindowsHosting installer. This will be needed if you have Hosting configurations to update. +**Update** The [_May 2018_]((https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.1.200-sdk-download.md)) release includes The .NET Core SDK 2.1.200 download page also includes an updated DotNetCore.2.0.7-WindowsHosting installer. This will be needed if you have Hosting configurations to update. | | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | | ------- | :---------------------------------------------------: | :-------------------------------------------------------------------:| :----------------------------------------------------------------: | :----------------------------------------------------------------: | diff --git a/release-notes/download-archives/preview-download.md b/release-notes/download-archives/preview-download.md index fed0d656..a553aa26 100644 --- a/release-notes/download-archives/preview-download.md +++ b/release-notes/download-archives/preview-download.md @@ -1,6 +1,6 @@ # .NET Core 1.1 Preview 1 and .NET Core SDK 1.0 Preview 2.1 -The installers and binary archives on this page include .NET Core 1.1 Preview 1 (runtime and shared framework) and the .NET Core 1.0 SDK Preview 2.1. If you only need the runtime and shared framework (no SDK), download links are available on the [Runtime Download](https://github.com/dotnet/core/blob/master/release-notes/preview-runtime-download.md) page. [Checksums](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1-Preview-1-SDK-Preview-2.1-3155-SHA.txt) are available to verify downloads. +The installers and binary archives on this page include .NET Core 1.1 Preview 1 (runtime and shared framework) and the .NET Core 1.0 SDK Preview 2.1. If you only need the runtime and shared framework (no SDK), download links are available on the [Runtime Download](https://github.com/dotnet/core/blob/main/release-notes/preview-runtime-download.md) page. [Checksums](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1-Preview-1-SDK-Preview-2.1-3155-SHA.txt) are available to verify downloads. | .NET Core 1.1 Preview 1 | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | | ----------------------- | :----------------------------------------------: | :----------------------------------------------:|:--|:--| diff --git a/release-notes/download-archives/preview-runtime-download.md b/release-notes/download-archives/preview-runtime-download.md index c29f3e0e..90dbb87c 100644 --- a/release-notes/download-archives/preview-runtime-download.md +++ b/release-notes/download-archives/preview-runtime-download.md @@ -1,6 +1,6 @@ # .NET Core 1.1 Preview 1 -This page provides download links for .NET Core 1.1 Preview 1 runtime and shared framework only. If you also need the SDK, use the download links on the main [Preview 1 download](https://github.com/dotnet/core/blob/master/release-notes/preview-download.md) page. +This page provides download links for .NET Core 1.1 Preview 1 runtime and shared framework only. If you also need the SDK, use the download links on the main [Preview 1 download](https://github.com/dotnet/core/blob/main/release-notes/preview-download.md) page. | .NET Core 1.1 Preview 1 | Installer | Binaries | | ----------------------- | :----------------------------------------------: | :----------------------------------------------:| diff --git a/release-policies.md b/release-policies.md index d569982a..bd437229 100644 --- a/release-policies.md +++ b/release-policies.md @@ -19,7 +19,7 @@ LTS and Current releases have many similarities. The .NET team follows the same .NET Core releases are supported -- during the servicing period -- according to the following policies. Servicing policies are the same for LTS and Current releases. -A single "bug bar" is used to decide if a change is warranted and safe for servicing updates. A given fix is often applied to multiple [servicing branches](https://github.com/dotnet/core/blob/master/daily-builds.md#servicing-releases), independent of release type. Breaking changes are not accepted during servicing, except (in the very rare case) to resolve a security vulnerability. +A single "bug bar" is used to decide if a change is warranted and safe for servicing updates. A given fix is often applied to multiple [servicing branches](https://github.com/dotnet/core/blob/main/daily-builds.md#servicing-releases), independent of release type. Breaking changes are not accepted during servicing, except (in the very rare case) to resolve a security vulnerability. Improvements are released as "patches". Patch releases are cumulative. Patches are released on the Microsoft "Patch Tuesday" (second Tuesday of each month), however there is no guarantee that there will be a .NET release on any given Patch Tuesday. Patches are announced on the [.NET blog](https://devblogs.microsoft.com/dotnet/). A digest of monthly releases is published to [dotnet/announcements](https://github.com/dotnet/announcements/labels/Monthly-Update). diff --git a/roadmap.md b/roadmap.md index 2ff98a1c..037d6b37 100644 --- a/roadmap.md +++ b/roadmap.md @@ -6,7 +6,7 @@ If you're looking for the product roadmap, visit Richard Lander false MIT - https://github.com/dotnet/core/blob/master/samples/dependadotnet/README.md + https://github.com/dotnet/core/blob/main/samples/dependadotnet/README.md true embedded true diff --git a/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj b/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj index 905dab4f..f0b408e3 100644 --- a/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj +++ b/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj @@ -8,7 +8,7 @@ enable LatestMajor 1.0.4 - https://github.com/dotnet/core/blob/master/samples/dotnet-runtimeinfo/README.md + https://github.com/dotnet/core/blob/main/samples/dotnet-runtimeinfo/README.md MIT .NET Foundation .NET Team diff --git a/samples/dotnetsay/dotnetsay.csproj b/samples/dotnetsay/dotnetsay.csproj index 2c26f1a6..095423b5 100644 --- a/samples/dotnetsay/dotnetsay.csproj +++ b/samples/dotnetsay/dotnetsay.csproj @@ -8,7 +8,7 @@ Enable LatestMajor 2.1.7 - https://github.com/dotnet/core/blob/master/samples/dotnetsay/README.md + https://github.com/dotnet/core/blob/main/samples/dotnetsay/README.md MIT .NET Foundation .NET Team diff --git a/samples/linker-instructions.md b/samples/linker-instructions.md index fd23f996..9f39d053 100644 --- a/samples/linker-instructions.md +++ b/samples/linker-instructions.md @@ -16,7 +16,7 @@ For more advanced IL Linker instructions, see [Using IL Linker Advanced Features ## Instructions -The instructions assume you are using [.NET Core 2.0](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md) or [.NET Core daily builds](https://github.com/dotnet/core/blob/master/daily-builds.md). You can validate your .NET Core SDK version by typing `dotnet --version`. +The instructions assume you are using [.NET Core 2.0](https://github.com/dotnet/core/blob/main/release-notes/download-archive.md) or [.NET Core daily builds](https://github.com/dotnet/core/blob/main/daily-builds.md). You can validate your .NET Core SDK version by typing `dotnet --version`. 1. Select a project to test with. If you don't have one, you can do one of the following: * Create one with `dotnet new console -o testapp`; `cd testapp`, or