From e3a669ed2b5d4ad539cdb68440b49dff30a4dd89 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Thu, 8 Sep 2022 10:05:46 +0200 Subject: [PATCH 1/3] Create ReleaseSchedule.md --- docs/ReleaseSchedule.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ReleaseSchedule.md diff --git a/docs/ReleaseSchedule.md b/docs/ReleaseSchedule.md new file mode 100644 index 000000000000..8ab374257cf5 --- /dev/null +++ b/docs/ReleaseSchedule.md @@ -0,0 +1,17 @@ +# .NET MAUI Release Schedule Information + +Versions of .NET MAUI are being released in sync with new .NET versions. More information on the .NET release policy can be found [here](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). + +## Past .NET MAUI Releases + +Below you can find a list of all the previous releases of .NET MAUI, excluding prereleases. +For a full list, including release notes, please refer to our [Releases page](https://github.com/dotnet/maui/releases). + +| Version | Release Date | Days Since Last Release | +|---------|--------------|-------------------------| +| [6.0.486 (Service Release 4)](https://github.com/dotnet/maui/releases/tag/6.0.486) | 2022/08/09 | 8 | +| [6.0.424 (Service Release 3.1)](https://github.com/dotnet/maui/releases/tag/6.0.424) | 2022/08/01 | 12 | +| [6.0.419 (Service Release 3)](https://github.com/dotnet/maui/releases/tag/6.0.419) | 2022/07/20 | 8 | +| [6.0.408 (Service Release 2)](https://github.com/dotnet/maui/releases/tag/6.0.408) | 2022/07/12 | 28 | +| [6.0.400](https://github.com/dotnet/maui/releases/tag/6.0.400) | 2022/06/14 | 22 | +| [6.0.312](https://github.com/dotnet/maui/releases/tag/6.0.312) | 2022/05/23 | 0 | From fdcf14a03cba059c86b50fddcacbb5305427a86e Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Thu, 8 Sep 2022 10:07:30 +0200 Subject: [PATCH 2/3] Update README.md --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4a5a313437a6..94403c0f29f4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,4 +11,5 @@ The table below outlines the different docs in this folder and what they are hel | Documentation | What is it about? | Who is it for? | |--------------------------------------------------------------------------|-------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------| | [Issue management](IssueManagementPolicies.md) | Overview of policies in place to manage issues| Community members and collaborators looking to understand how we handle closed issue, issues that need author feedback, etc | | -| [Triage process](TriageProcess.md)| Overview of the issue triage process used in the repo | Anyone looking to understand the triage process on the repo | \ No newline at end of file +| [Release Schedule](ReleaseSchedule.md) | Overview of .NET MAUI version releases | Anyone who is interested in .NET MAUI versions and release dates | | +| [Triage process](TriageProcess.md)| Overview of the issue triage process used in the repo | Anyone looking to understand the triage process on the repo | From 7e73ca4729aacfeefe9482b43e037da6e3a02c1b Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Thu, 8 Sep 2022 20:45:48 +0200 Subject: [PATCH 3/3] Update ReleaseSchedule.md --- docs/ReleaseSchedule.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/ReleaseSchedule.md b/docs/ReleaseSchedule.md index 8ab374257cf5..023210077e54 100644 --- a/docs/ReleaseSchedule.md +++ b/docs/ReleaseSchedule.md @@ -7,11 +7,11 @@ Versions of .NET MAUI are being released in sync with new .NET versions. More in Below you can find a list of all the previous releases of .NET MAUI, excluding prereleases. For a full list, including release notes, please refer to our [Releases page](https://github.com/dotnet/maui/releases). -| Version | Release Date | Days Since Last Release | -|---------|--------------|-------------------------| -| [6.0.486 (Service Release 4)](https://github.com/dotnet/maui/releases/tag/6.0.486) | 2022/08/09 | 8 | -| [6.0.424 (Service Release 3.1)](https://github.com/dotnet/maui/releases/tag/6.0.424) | 2022/08/01 | 12 | -| [6.0.419 (Service Release 3)](https://github.com/dotnet/maui/releases/tag/6.0.419) | 2022/07/20 | 8 | -| [6.0.408 (Service Release 2)](https://github.com/dotnet/maui/releases/tag/6.0.408) | 2022/07/12 | 28 | -| [6.0.400](https://github.com/dotnet/maui/releases/tag/6.0.400) | 2022/06/14 | 22 | -| [6.0.312](https://github.com/dotnet/maui/releases/tag/6.0.312) | 2022/05/23 | 0 | +| Version | Release Date | +|---------|--------------| +| [6.0.486 (Service Release 4)](https://github.com/dotnet/maui/releases/tag/6.0.486) | 2022/08/09 | +| [6.0.424 (Service Release 3.1)](https://github.com/dotnet/maui/releases/tag/6.0.424) | 2022/08/01 | +| [6.0.419 (Service Release 3)](https://github.com/dotnet/maui/releases/tag/6.0.419) | 2022/07/20 | +| [6.0.408 (Service Release 2)](https://github.com/dotnet/maui/releases/tag/6.0.408) | 2022/07/12 | +| [6.0.400](https://github.com/dotnet/maui/releases/tag/6.0.400) | 2022/06/14 | +| [6.0.312](https://github.com/dotnet/maui/releases/tag/6.0.312) | 2022/05/23 |