From c5eed73ab7416d88c993cf7620f442fb1c37ea52 Mon Sep 17 00:00:00 2001 From: Andrew Zipperer <47086307+zipperer@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:54:03 -0600 Subject: [PATCH] edit introduction.md - fix grammar (tiny change) --- docs/core/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/introduction.md b/docs/core/introduction.md index cedf4c4c62b07..2701be0e79a7a 100644 --- a/docs/core/introduction.md +++ b/docs/core/introduction.md @@ -66,7 +66,7 @@ NuGet is the package manager for .NET. It contains hundreds of thousands of pack ## Support -.NET is [supported by multiple organizations](https://github.com/dotnet/core/blob/main/support.md) that work to ensure that .NET can run on [multiple operating systems](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) and kept up to date. It can be used on Arm64, x64, and x86 architectures. +.NET is [supported by multiple organizations](https://github.com/dotnet/core/blob/main/support.md) that work to ensure that .NET can run on [multiple operating systems](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) and is kept up to date. It can be used on Arm64, x64, and x86 architectures. New versions of .NET are released annually in November, per our [releases and support policies](releases-and-support.md). It is [updated monthly](https://github.com/dotnet/announcements/labels/Monthly-Update) on Patch Tuesday (second Tuesday), typically at 10AM Pacific time.