From 9340a6eb3707208055a8ac806b1805648b8327e2 Mon Sep 17 00:00:00 2001 From: Luis Ramos <77297467+lramosvea@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:22:49 -0600 Subject: [PATCH 1/2] Type / to search Code Issues 195 Pull requests 6 Discussions Actions Projects 1 Security Insights Add update schedule note to README #302 Updated the README to reflect the new update schedule --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 098f1701f65..f6b86a2846a 100644 --- a/README.md +++ b/README.md @@ -99,24 +99,28 @@ For more detailed documentation, see: * [Known issues](https://github.com/MicrosoftGraph/msgraph-sdk-java/issues) * [Contributions](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CONTRIBUTING.md) -## 5. Issues +## 5. Update Schedule + +The Microsoft Graph Java SDK is scheduled to be updated during the week of the second and fourth Tuesday of each month. + +## 6. Issues For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-java/issues). -## 6. Contributions +## 7. Contributions The Microsoft Graph SDK is open for contribution. To contribute to this project, see [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CONTRIBUTING.md). -## 7. Supported Java versions +## 8. Supported Java versions The Microsoft Graph SDK for Java library is supported at runtime for Java 8+ and [Android API revision 26](http://source.android.com/source/build-numbers.html) and greater. -## 8. License +## 9. License Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MIT license](LICENSE). -## 9. Third-party notices +## 10. Third-party notices [Third-party notices](THIRD%20PARTY%20NOTICES) From 34b71778d8638c0f6ccdbfa4e6749edd8332a060 Mon Sep 17 00:00:00 2001 From: Luis Ramos <77297467+lramosvea@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:11:29 -0600 Subject: [PATCH 2/2] Update SDK update schedule wording in README Clarified the update schedule timing for the SDK. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b86a2846a..d2551d9d9a2 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ For more detailed documentation, see: ## 5. Update Schedule -The Microsoft Graph Java SDK is scheduled to be updated during the week of the second and fourth Tuesday of each month. +The Microsoft Graph Java SDK is scheduled to be updated during the second and fourth week of each month ## 6. Issues