Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation #9357

Merged
merged 5 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release-notes/1.1/1.1.11/1.1.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The .NET Core SDK 1.1.12 includes .NET Core 1.1.11 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.12, running `dotnet --version` will show that you're running version `1.1.12` of the .NET Core tools.

Your feedback is important and appreciated. We've created an issue at [dotnet/core #2304](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 #2304](https://github.com/dotnet/core/issues/2304) for your questions and comments.

## Docker Images

Expand Down
5 changes: 0 additions & 5 deletions release-notes/5.0/5.0.7/5.0.301-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ The following repos have been updated.
You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to use .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 5.0 and C# 9.


## 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.


[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/main/release-notes/5.0/5.0.7/5.0.7.md
Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.0/preview/5.0.0-preview.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The .NET SDK 5.0.100 Preview 1 includes .NET 5.0.0 preview Runtime so downloadin

`dotnet --version`

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 #4405](https://github.com/dotnet/core/issues/4405) for your questions and comments.

## Downloads

Expand Down
3 changes: 0 additions & 3 deletions release-notes/6.0/6.0.13/6.0.113.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn ab

You need [Visual Studio 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 6.0 and C# 10.0.

## 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.

[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
Expand Down
3 changes: 0 additions & 3 deletions release-notes/6.0/6.0.14/6.0.114.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn ab

You need [Visual Studio 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 6.0 and C# 10.0.

## 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.

[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
Expand Down
2 changes: 1 addition & 1 deletion release-notes/6.0/6.0.31/6.0.31.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following repos have been updated:

[.NET 6.0 Blog][dotnet-blog]

.NET 7.0.20 release carries the security and non-security fixes.
.NET 6.0.31 release carries the security and non-security fixes.

### WiX toolset signed with incorrect certificate

Expand Down
1 change: 1 addition & 0 deletions release-notes/6.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

| Date | Release |
| :-- | :-- |
| 2024/05/28 | [6.0.31](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.31/6.0.31.md) |
| 2024/05/14 | [6.0.30](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.30/6.0.30.md) |
| 2024/04/09 | [6.0.29](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.29/6.0.29.md) |
| 2024/03/12 | [6.0.28](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.28/6.0.28.md) |
Expand Down
2 changes: 1 addition & 1 deletion release-notes/6.0/preview/6.0.0-preview.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You need [Visual Studio 16.9 Preview 4](https://visualstudio.microsoft.com) or l

## 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 #6141](https://github.com/dotnet/core/issues/6141) 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/
Expand Down
2 changes: 1 addition & 1 deletion release-notes/7.0/7.0.10/7.0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You need [Visual Studio 17.4](https://visualstudio.microsoft.com) or later to us

## 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 #8673](https://github.com/dotnet/core/issues/8673) 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/
Expand Down
1 change: 1 addition & 0 deletions release-notes/7.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

| Date | Release |
| :-- | :-- |
| 2024/05/28 | [7.0.20](https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.20/7.0.20.md) |
| 2024/05/14 | [7.0.19](https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.19/7.0.19.md) |
| 2024/04/09 | [7.0.18](https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.18/7.0.18.md) |
| 2024/03/12 | [7.0.17](https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.17/7.0.17.md) |
Expand Down
6 changes: 3 additions & 3 deletions release-notes/7.0/cve.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Your app needs to be on the latest .NET 7 patch version to be secure. The longer

Your app may be vulnerable to the following published security [CVEs](https://www.cve.org/) if you are using the given version or older.

- 7.0.20 (May 2024)
- 7.0.20 (May 28 2024)
- No new CVEs.
- 7.0.19 (May 2024)
- [CVE-2024-30045 | .NET Remote code Execution Vulnerability](https://github.com/dotnet/announcements/issues/xxx)
- [CVE-2024-30046 | .NET Denial of Service Vulnerability](https://github.com/dotnet/announcements/issues/xxx)
- [CVE-2024-30045 | .NET Remote code Execution Vulnerability](https://github.com/dotnet/announcements/issues/307)
- [CVE-2024-30046 | .NET Denial of Service Vulnerability](https://github.com/dotnet/announcements/issues/308)
- 7.0.18 (April 2024)
- [CVE-2024-21409 | .NET Denial of Service Vulnerability](https://github.com/dotnet/announcements/issues/303)
- 7.0.17 (March 2024)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/8.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

| Date | Release |
| :-- | :-- |
| 2024/06/11 | [8.0.302 SDK](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.6/8.0.6.md) |
| 2024/06/11 | [8.0.302 SDK](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.6/8.0.302.md) |
| 2024/05/28 | [8.0.6](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.6/8.0.6.md) |
| 2024/05/14 | [8.0.5](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.5/8.0.5.md) |
| 2024/04/08 | [8.0.4](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.4/8.0.4.md) |
Expand Down
1 change: 1 addition & 0 deletions release-notes/8.0/cve.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Your app needs to be on the latest .NET 8 patch version to be secure. The longer
## Which CVEs apply to my app?

Your app may be vulnerable to the following published security [CVEs](https://www.cve.org/) if you are using the given version or older.

- 8.0.6 (May 28 2024)
- No new CVEs.
- 8.0.5 (May 2024)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/8.0/preview/8.0.0-preview.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You need [Visual Studio 17.7 latest preview](https://visualstudio.microsoft.com)

## 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 #8674](https://github.com/dotnet/core/issues/8674) 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/
Expand Down
Loading