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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Bhandari <rbhanda@microsoft.com>2021-09-14 21:35:04 +0300
committerGitHub <noreply@github.com>2021-09-14 21:35:04 +0300
commit2332d4da42d4ee1489cace9677df09017272df3e (patch)
tree2a8c728b041db71830e980962662df7ba96043f2
parent9fff966d6a1221365fe632bfe0108eb56fee6067 (diff)
parent43efd5398a94f73b281d9dcf3b6650759a85dbec (diff)
Merge pull request #6689 from dotnet/sep-updatev6.0.0-rc.1v5.0.10v3.1.19
Updating Issue numbers and syntax errors
-rw-r--r--release-notes/3.1/3.1.19/3.1.19.md2
-rw-r--r--release-notes/3.1/install-windows.md4
-rw-r--r--release-notes/5.0/5.0.10/5.0.10.md4
-rw-r--r--release-notes/5.0/5.0.10/5.0.207.md2
-rw-r--r--release-notes/6.0/preview/6.0.0-rc.1.md2
5 files changed, 7 insertions, 7 deletions
diff --git a/release-notes/3.1/3.1.19/3.1.19.md b/release-notes/3.1/3.1.19/3.1.19.md
index 2d2fe479..e8baefe8 100644
--- a/release-notes/3.1/3.1.19/3.1.19.md
+++ b/release-notes/3.1/3.1.19/3.1.19.md
@@ -67,7 +67,7 @@ The following repos have been updated.
## Feedback
-Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
+Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) for your questions and comments.
## Packages updated in this release:
diff --git a/release-notes/3.1/install-windows.md b/release-notes/3.1/install-windows.md
index b5b40dc7..b705be0b 100644
--- a/release-notes/3.1/install-windows.md
+++ b/release-notes/3.1/install-windows.md
@@ -40,13 +40,13 @@ You can install .NET with a binary archive. This option is required if you want
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```console
-C:\>curl -o dotnet.zip https://download.visualstudio.microsoft.com/download/pr/94cd3943-95b4-4d86-a3ec-07f434b460b9/e0db650eba4bf8b3ec8ef99312a66047/dotnet-sdk-3.1.410-win-x64.zip
+C:\>curl -o dotnet.zip https://download.visualstudio.microsoft.com/download/pr/587d67c3-393e-4915-b9c4-5dda816d4945/068c1fe53054c217290a8980f8c49b91/dotnet-sdk-3.1.413-win-x64.zip
C:\>tar -C dotnet -xf dotnet.zip
C:\>del dotnet.zip
C:\>set DOTNET_ROOT=C:\dotnet
C:\>set PATH=%PATH%;C:\dotnet
C:\>dotnet --version
-3.1.410
+3.1.413
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.
diff --git a/release-notes/5.0/5.0.10/5.0.10.md b/release-notes/5.0/5.0.10/5.0.10.md
index ed8a4ce5..6bb42e71 100644
--- a/release-notes/5.0/5.0.10/5.0.10.md
+++ b/release-notes/5.0/5.0.10/5.0.10.md
@@ -1,6 +1,6 @@
# .NET 5.0.10 - September 14, 2021
-The .NET 5.0.10, .NET 5.0.401 SDK , [.NET SDK 5.0.304](5.0.304.md) and [.NET SDK 5.0.207](5.0.207.md) releases are available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
+The .NET 5.0.10, .NET 5.0.401 SDK and [.NET SDK 5.0.207](5.0.207.md) releases are available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
## Downloads
@@ -64,7 +64,7 @@ Release feature and bug lists:.
## Feedback
-Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
+Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) for your questions and comments.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
diff --git a/release-notes/5.0/5.0.10/5.0.207.md b/release-notes/5.0/5.0.10/5.0.207.md
index f173dd81..06a17f26 100644
--- a/release-notes/5.0/5.0.10/5.0.207.md
+++ b/release-notes/5.0/5.0.10/5.0.207.md
@@ -51,7 +51,7 @@ You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to u
## Feedback
-Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXX) for your questions and comments.
+Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) for your questions and comments.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
diff --git a/release-notes/6.0/preview/6.0.0-rc.1.md b/release-notes/6.0/preview/6.0.0-rc.1.md
index 1d288350..55c8e949 100644
--- a/release-notes/6.0/preview/6.0.0-rc.1.md
+++ b/release-notes/6.0/preview/6.0.0-rc.1.md
@@ -86,7 +86,7 @@ You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) o
## Feedback
-Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
+Your feedback is important and appreciated. We've created an issue at [dotnet/core #6688](https://github.com/dotnet/core/issues/6688) for your questions and comments.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/